Page 1 of 1

Problem since Update to SQLite 3.31.1

Posted: Tue Jul 13, 2021 8:10 pm
by stefanpape
There seems to be a problem after updating to SQLite 3.31.1. If I compile my software with PureBasic 5.7.3, then on some Windows 10 computers (not all) the DatabaseUpdate commands are simply not executed. No error is displayed, but the data is not stored in the SQLite database. If I then compile the same program with PB 5.7.0, everything works fine.

Re: Problem since Update to SQLite 3.31.1

Posted: Wed Jul 14, 2021 2:38 am
by skywalk
It is easier to answer if you provide a small snippet demonstrating the "bug". :idea:

Re: Problem since Update to SQLite 3.31.1

Posted: Sat Apr 08, 2023 11:59 am
by Fred
Unfortunately, we need a snippet to investigate the issue.