Updated SQLite...
Updated SQLite...
Can we get an updated version of sqlite in 5.2 and beyond?
-
- Enthusiast
- Posts: 792
- Joined: Sat Aug 09, 2003 3:13 am
- Location: 90-61-92 // EU or ASIA
- Contact:
Re: Updated SQLite...
or Fasm should update too,jassing wrote:Can we get an updated version of sqlite in 5.2 and beyond?
Re: Updated SQLite...
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...
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...

Re: Updated SQLite...
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...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.
Re: Updated SQLite...
Not sure how much work is involved but there is apparently some to get it integrated with PB:jassing wrote: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...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.
http://www.purebasic.fr/english/viewtop ... on#p332867
"... we won't put an updated SQlite as it requiers some adaptation from us. ..."
-
- User
- Posts: 34
- Joined: Sun Nov 23, 2014 1:18 pm
Re: Updated SQLite...
+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.
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.