[Interest] Use SQLite math functions (-DSQLITE_ENABLE_MATH_FUNCTIONS) like sin and cos?

Thiago Macieira thiago.macieira at intel.com
Tue Oct 25 21:49:24 CEST 2022


On Monday, 24 October 2022 10:58:56 PDT Till Oliver Knoll wrote:
> What is the least complicated way to enable the math functions that come
> with SQLite, when it is compiled with the -DSQLITE_ENABLE_MATH_FUNCTIONS
> switch?

Solution #1: compile Qt with -system-sqlite (and provide said system sqlite).

This applies to ANY use of SQLite, whether you need the math functions or not.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Cloud Software Architect - Intel DCAI Cloud Engineering





More information about the Interest mailing list