Re: Which sqlite?

2023-04-17 Thread Neville Smythe via use-livecode
That is excellent news Mark, thank you. Mark Waddingham wrote... > > The version of sqlite we use is compiled in to the dbsqlite driver and > thus is independent of any installed libraries. We've already got a > pending request (https://quality.livecode.com/show_bug.cgi?id=24051) to > update

Re: Which sqlite?

2023-04-17 Thread Mark Waddingham via use-livecode
On 2023-04-15 12:13, Neville Smythe via use-livecode wrote: Is it possible to direct LC to use a custom version of sqlite3 rather than its default? I ask because the installed version of sqlite which come installed with macOS, and which I assume LC uses when it initialises its database

Re: Which sqlite?

2023-04-15 Thread doc hawk via use-livecode
neville noticed, >It is easy enough to install a more capable version of sqlite on the Mac, but >I don’t see a way to get LC to use it. It seems to me that several years ago I briefly used an external SQLite, but I cannot remember how I started with mysql (on livecode’s server, come to think

Which sqlite?

2023-04-15 Thread Neville Smythe via use-livecode
Is it possible to direct LC to use a custom version of sqlite3 rather than its default? I ask because the installed version of sqlite which come installed with macOS, and which I assume LC uses when it initialises its database library, is crippled ---arithmetic functions which come with the