Merge: doc: fixed some typos and other misc. corrections
[nit.git] / lib / sqlite3 /
2018-05-10 Alexandre Terrasalib: generate `package.desc` keys to all packages
2016-12-27 Alexis Laferrière*: update all clients of the `CString::to_s` services
2016-12-13 Alexis Laferrièreupdate all indirect references to native strings
2016-12-13 Alexis Laferrièrerename `NativeString` to `CString`
2016-09-06 Lucas Bajoletlib/sqlite: Added `map` method to `StatementRow`
2016-05-17 Jean PrivatMerge: SQLite: update and simplify wrapper
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-05-16 Alexis Laferrièrelib/sqlite3: intro `Text::to_sql_date_string`
2016-04-11 Alexis Laferrièrelib/sqlite3: improve doc and customization of the itera...
2016-04-08 Alexis Laferrièrelib/sqlite3: protect close statements
2016-04-08 Alexis Laferrièrelib/sqlite3: fix closing a statement after iterating
2016-04-05 Alexis Laferrièrelib/sqlite: to_sql_string escape `\`
2016-04-01 Alexis Laferrièrelib/sqlite3: use less callbacks
2015-09-09 Jean Privatcode: rename `project[s].ini` files as `package[s]...
2015-08-30 Jean Privatlib: introduce .ini for projects maintained by Alexis...
2015-08-27 Jean Privatcode: update references to `standard`
2015-07-13 Jean Privatlib/sqlite3: use autoinit in named init `open`
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+...
2015-02-26 Jean Privatcode: replace `is cached` by `is lazy`
2014-11-26 Alexis Laferrièrelib/sqlite3: add missing doc
2014-11-26 Alexis Laferrièrelib/sqlite3: remove old inits
2014-11-10 Alexis Laferrièrelib/sqlite3: use `sqlite3_close` when `sqlite3_close_v2...
2014-10-06 Lucas Bajoletlib/sqlite: Added last_rowid method to SQLite
2014-07-30 Alexis Laferrièrelib/sqlite3: fix empty row on select without results
2014-07-30 Alexis Laferrièrelib/sqlite3: fix conversion of NativeString to String
2014-07-30 Alexis Laferrièrelib/sqlite3: add the service `String::to_sql_string`
2014-07-18 Alexis Laferrièrelib/sqlite3: store and use the error code of a failed...
2014-07-18 Alexis Laferrièrelib/sqlite3: intro nity interface
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
2014-07-11 Alexis Laferrièrelib/sqlite3: no need for a directory anymore
2014-04-15 Jean Privatffi: update code with last syntax
2014-04-04 Alexis Laferrièrelib: clean up .args
2014-02-24 Alexis Laferrièrelib/sqlite3: use pkgconfig in sqlite3
2014-02-17 Alexis Laferrièrelib: update sqlite3 module to latest FFI spec
2013-10-09 Jean Privatsqlite: use include <>, not include ""
2013-08-29 Lucas BajoletStdlib: Removed all references to String constructors...
2013-08-21 Alexis Laferrièrelib/sqlite3: adds fallback for sqlite3_errstr in case...
2013-08-20 Alexis Laferrièrelib: clean up error codes in sqlite3
2013-08-20 Alexis Laferrièrelib: simplifies sqlite3
2013-08-20 Alexis Laferrièrelib: use more than one classe in sqlite3
2013-08-20 Alexis Laferrièrelib: use Sqlite3 return codes
2013-08-20 Alexis Laferrièrelib: intro of the sqlite3 module