Re: [Interest] Interest Digest, Vol 133, Issue 11

2022-10-26 Thread Roland Hughes via Interest
On 10/26/22 05:00, Thiago Macieira wrote: 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 -sys

Re: [Interest] Is 6.x finally there ??

2022-10-26 Thread Roland Hughes via Interest
On 20 Oct 2022, at 22:35, Scott Bloom wrote: I haven?t been following the 6.x progress very much. Only because it was clear 6.0 and 6.1 were not ready to replace all the functionality of 5.x However, with 6.4 it appears that all functionality that is going to be brought forward, has been

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

2022-10-26 Thread Till Oliver Knoll
Am 26.10.22 um 16:01 schrieb Till Oliver Knoll: I just created a suggestion report here, if anyone wants to contribute information about those "math functions": https://bugreports.qt.io/browse/QTBUG-108016 https://codereview.qt-project.org/c/qt/qtbase/+/440378 That was... quick :) Thanks

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

2022-10-26 Thread Thiago Macieira
On Wednesday, 26 October 2022 07:29:15 PDT Till Oliver Knoll wrote: > I have "github actions" that make it very easy to install a > given "stock binary Qt release" on the desired integration platform Then please ask whoever is providing those binaries to you to enable the math functions. Preferab

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

2022-10-26 Thread Till Oliver Knoll
Am 25.10.22 um 21:49 schrieb Thiago Macieira: 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 -

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

2022-10-26 Thread Till Oliver Knoll
Am 25.10.22 um 18:40 schrieb Christian Ehrlicher: Am 24.10.2022 um 19:58 schrieb Till Oliver Knoll: Dear all, 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? My empirical experiments w

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

2022-10-26 Thread Till Oliver Knoll
Am 25.10.22 um 05:24 schrieb Tony Rietwyk: Hi Oliver, Can't answer your broader question, but I suspect the reason you are seeing "No query Unable to fetch row" - error code: "" is because you are not checking for an error after the prepare. Oh my! I wasn't even aware that a call to QSqlQue