SQLite 3.45

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Tremorian
New User
New User
Posts: 5
Joined: Sat Dec 22, 2012 2:03 am
Location: Germany

SQLite 3.45

Post by Tremorian »

Please integrate SQLite 3.45 in PB 6.10, because it has several improvements:

https://sqlite.org/releaselog/3_45_0.html
infratec
Always Here
Always Here
Posts: 7581
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: SQLite 3.45

Post by infratec »

Read the help for UseSQLiteDatabase()

You can always use the latest version if you really want.
User avatar
skywalk
Addict
Addict
Posts: 4211
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: SQLite 3.45

Post by skywalk »

+1
Many json improvements, small speed ups and bug fixes.
PB static load is at 3.38.2 from 2022.

Code: Select all

SQLite3.dll       = 
SQLite Version    = 3.38.2
SQLite Lib        = 2022-03-26 13:51:10 d33c709cc0af66bc5b6dc6216eba9f1f0b40960b9ae83694c986fbf4c1d6f08f
It would be better if we could statically load the latest sqlite32.lib with PB's C compile option.
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: SQLite 3.45

Post by Fred »

you should now be able to replace the sqlite.lib file in PureBasic\PureLibraries\Windows\Libraries if the lib is compiled with VC2022
Quin
Addict
Addict
Posts: 1125
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: SQLite 3.45

Post by Quin »

Fred wrote: Wed Jan 17, 2024 1:54 pm you should now be able to replace the sqlite.lib file in PureBasic\PureLibraries\Windows\Libraries if the lib is compiled with VC2022
:shock: this is incredible, thanks a ton!
Agreed with OP though, not having to do that ourselves and getting the latest would be nice.
User avatar
skywalk
Addict
Addict
Posts: 4211
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: SQLite 3.45

Post by skywalk »

That is awesome!
I'll try today after upgrading VS.
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
User avatar
skywalk
Addict
Addict
Posts: 4211
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: SQLite 3.45

Post by skywalk »

The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
Post Reply