rename `NativeString` to `CString`
[nit.git] / lib / sqlite3 / native_sqlite3.nit
2016-12-13 Alexis Laferrièrerename `NativeString` to `CString`
2016-05-16 Alexis Laferrièrelib/sqlite3: update error management to be more simple...
2016-05-16 Alexis Laferrièrelib/sqlite3: use only NativeString in the native layer
2016-04-01 Alexis Laferrièrelib/sqlite3: use less callbacks
2015-05-28 Alexandre Terrasalib/sqlite: remove useless types
2015-05-27 Alexis Laferrièrelib: update other libs to use `self` from C and C+...
2014-11-10 Alexis Laferrièrelib/sqlite3: use `sqlite3_close` when `sqlite3_close_v2...
2014-07-18 Alexis Laferrièrelib/sqlite3: store and use the error code of a failed...
2014-07-16 Alexis Laferrièrelib/sqlite3: column_text returns a NativeString at...
2014-07-16 Alexis Laferrièrelib/sqlite3: use a precise type as return of column_type
2014-07-16 Alexis Laferrièrelib/sqlite3: rename classes of sqlite3_native to preven...
2014-07-16 Alexis Laferrièrelib/sqlite3: rename low-level module to native_sqlite3.nit