misc/vim: inform the user when no results are found
[nit.git] / lib / sqlite3 /
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