Page 1 of 1

Updated SQLite...

Posted: Wed Oct 02, 2013 6:40 am
by jassing
Can we get an updated version of sqlite in 5.2 and beyond?

Re: Updated SQLite...

Posted: Wed Oct 02, 2013 9:21 am
by sec
jassing wrote:Can we get an updated version of sqlite in 5.2 and beyond?
or Fasm should update too,

Re: Updated SQLite...

Posted: Thu Oct 03, 2013 4:14 pm
by USCode
I agree, I would like to see updated versions of SQLite every release.
I understand Fred's reluctance as in the past there have been problems with third-party libraries.
However, SQLite is frequently updated and has proven to be stable over the years.
Also, I believe there is a fair amount of work for Fred to incorporate a new SQLite version. It's not just copying in the new code and recompiling, there is some customization that must be done for it to work with PB.

Fingers crossed for a new version of SQLite with PB 5.21... :mrgreen:

Re: Updated SQLite...

Posted: Thu Oct 03, 2013 4:33 pm
by jassing
USCode wrote:I believe there is a fair amount of work for Fred to incorporate a new SQLite version. It's not just copying in the new code and recompiling, there is some customization that must be done for it to work with PB.
Actually, I think it's pretty close to just copying in and recompiling the sqlite.c file; the fetching of a new .c file and building it to a static library could be automated...

Re: Updated SQLite...

Posted: Thu Oct 03, 2013 10:11 pm
by USCode
jassing wrote:
USCode wrote:I believe there is a fair amount of work for Fred to incorporate a new SQLite version. It's not just copying in the new code and recompiling, there is some customization that must be done for it to work with PB.
Actually, I think it's pretty close to just copying in and recompiling the sqlite.c file; the fetching of a new .c file and building it to a static library could be automated...
Not sure how much work is involved but there is apparently some to get it integrated with PB:
http://www.purebasic.fr/english/viewtop ... on#p332867
"... we won't put an updated SQlite as it requiers some adaptation from us. ..."

Re: Updated SQLite...

Posted: Sun Nov 23, 2014 1:40 pm
by fabulouspaul
+1
i would appreciate a newer version of sqlite in pb too.
in pb 5.31 the version of sqlite is 3.7.15.2 (released 2013-01-09) and the current stable version is 3.8.7.2 and contains a lot of new features and bugfixes.