Re: [Jprogramming] sqlite addon with j 8.07 build e

2018-06-25 Thread John Baker
I try and put together a simple script that shows this. I was using Win64 avx on a win 8.1 system beta e Sent from my iPhone > On Jun 25, 2018, at 9:45 PM, bill lam wrote: > > what is your JVERSION ? > > what is the result of > sqlite3_extversion_psqlite_ '' > > try also get the latest bina

Re: [Jprogramming] sqlite addon with j 8.07 build e

2018-06-25 Thread bill lam
what is your JVERSION ? what is the result of sqlite3_extversion_psqlite_ '' try also get the latest binary again getbin_psqlite_ '' please also provide a minimal script which create a test database and reproduce the bug. thanks. On Tue, Jun 26, 2018, 10:56 AM John Baker wrote: > I have put

[Jprogramming] sqlite addon with j 8.07 build e

2018-06-25 Thread John Baker
I have put the SQLite addon and the e beta 807 build through a good test. I used it to build a cross-reference database of my online images. This involved creating a SQLite db from j, reading a large 400 mb Thumbsplus SQLite db, making numerous column inserts, and executing some updates as well. B