version 0.1.8 : september 12, 2013
- SQLite3 updated : 3.7.16.1 -> 3.8.0.2

version 0.1.7 : april 02, 2013
- SQLite3 updated : 3.7.15.2 -> 3.7.16.1
- CMake script
- updated to "hscol"

version 0.1a6 : september 27, 2011
- SQLite3 updated : 3.7.5 -> 3.7.8
- some corrections
- GNU/Linux version updated
- README file updated

version 0.2a1 : june 6, 2011 (not distributed)
- modify "_sqliteExecResult" function and change its prototype : fun [ObjSqlite S I] [[[S S] r1] r1]
- add an explicit error message in log file for "_sqliteExecResult" and "_sqliteExec" functions

version 0.1a5 : may 18, 2011
- modify the Scol export functions

version 0.1a5 : march 15, 2011
- SQLite3 major update : 3.6.23 -> 3.7.5
- GNU / Linux version
- Corrections : a lotof minor (potentials) bugs
- C standard
- Documentations updated

version 0.2a1
- new function : _sqliteExecResult
- fix few bugs (bad Scol value returned)

version 0.1a4 : september 24, 2010
- fix few crashes when a sqlite3 object destroyed.

version 0.1a3 : september 21, 2010
- fix -> crash if filename is nil (channel implementation was bad)

version 0.1a2 : august 28, 2010
- callobjsqlitecallback function
remove all code with string memory allocation and copy -> crash (Seven but not XP)
Use the data provided by sqlite to set the callback arguments
- objsqlitecallback function
new definition type, change the bad pointer ...
- _sqliteExec function
change the user parameter type

fix some compilation warnings (no warning now whenever the library compiled)

API :

flags : change the name of all flags. 'SCOL_' prefix added

_sqliteCallbackProgress : minor correction, but this function should NOT be used

version 0.1a1 : first public alpha release