Re: [Gambas-user] New sqlite3 database driver

2015-03-30 Thread Fabien Bodard
There is one big difference for me ... Now i can understand the code :-). 2015-03-30 1:30 GMT+02:00 Benoît Minisini : > Hi, > > I have rewritten the sqlite3 database driver, so that I get rid of all > that badly written brain-fucking C++ code. > > Now everything is written in C and smaller (about

[Gambas-user] New sqlite3 database driver

2015-03-29 Thread Benoît Minisini
Hi, I have rewritten the sqlite3 database driver, so that I get rid of all that badly written brain-fucking C++ code. Now everything is written in C and smaller (about 3000 lines of code instead of 6000). Less memory should be used by big results, and so things should be a little bit faster. B