Problem since Update to SQLite 3.31.1

Just starting out? Need help? Post your questions and find answers here.
User avatar
stefanpape
User
User
Posts: 12
Joined: Sun Aug 04, 2013 11:12 am

Problem since Update to SQLite 3.31.1

Post 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.
User avatar
skywalk
Addict
Addict
Posts: 3972
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: Problem since Update to SQLite 3.31.1

Post by skywalk »

It is easier to answer if you provide a small snippet demonstrating the "bug". :idea:
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
Fred
Administrator
Administrator
Posts: 16619
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Problem since Update to SQLite 3.31.1

Post by Fred »

Unfortunately, we need a snippet to investigate the issue.
Post Reply