Updated SQLite...
Posted: Wed Oct 02, 2013 6:40 am
Can we get an updated version of sqlite in 5.2 and beyond?
http://www.purebasic.com
https://www.purebasic.fr/english/
or Fasm should update too,jassing wrote:Can we get an updated version of sqlite in 5.2 and beyond?
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.
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.