Page 1 of 1

SQLite 3.45

Posted: Tue Jan 16, 2024 10:12 pm
by Tremorian
Please integrate SQLite 3.45 in PB 6.10, because it has several improvements:

https://sqlite.org/releaselog/3_45_0.html

Re: SQLite 3.45

Posted: Tue Jan 16, 2024 11:40 pm
by infratec
Read the help for UseSQLiteDatabase()

You can always use the latest version if you really want.

Re: SQLite 3.45

Posted: Wed Jan 17, 2024 2:17 am
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.

Re: SQLite 3.45

Posted: Wed Jan 17, 2024 1:54 pm
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

Re: SQLite 3.45

Posted: Wed Jan 17, 2024 3:15 pm
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.

Re: SQLite 3.45

Posted: Wed Jan 17, 2024 4:51 pm
by skywalk
That is awesome!
I'll try today after upgrading VS.

Re: SQLite 3.45

Posted: Fri Mar 01, 2024 8:06 pm
by skywalk