summary refs log tree commit diff stats
path: root/lib/impure/db_sqlite.nim
Commit message (Expand)AuthorAgeFilesLines
* fix RST parsing when no indent after enum.item (fix #17249) (#17257)Andrey Makarov2021-03-121-1/+1
* Change stdlib imports to use std prefix in most examples (#17202)Danil Yarantsev2021-02-281-3/+3
* use single backtick (#17100)flywind2021-02-181-9/+9
* fixes #16080 (#16091) [backport:1.2]RokkuCode2020-11-231-1/+1
* Handle BLOB column type in SQLite as binary data (#15681)Regis Caillaud2020-11-021-15/+78
* add bindParams to db_sqlite (#14408)Bung2020-05-261-41/+159
* add insert,tryInsert unify for postgres that need pk name (#14416)Bung2020-05-221-0/+15
* add SqlPrepared api fix #13559 (#14365)Bung2020-05-161-0/+101
* fix #7241 (#13779)itsumura-h2020-04-031-0/+5
* Deprecate DCE:on (#13839)Juan Carlos2020-04-021-2/+0
* Documentation improvements around the db interface (#12362)Ray Imber2019-10-081-0/+12
* removed unused imports [refactoring]Andreas Rumpf2019-08-081-1/+1
* makes the -d:nimIncremental compiler mode compile againAndreas Rumpf2019-07-271-5/+5
* [feature] add `unsafeColumnAt` procs, that return unsafe cstring from Instant...Huy2019-07-101-0/+8
* db_sqlite: Update documentation (#10330) (#11266)jiro2019-05-191-71/+359
* Fix header inconsistencies in documentation (#11071)Zed2019-04-231-6/+6
* fixes #7241Araq2019-01-131-10/+16
* removes deprecated T/P typesAraq2018-11-161-1/+0
* Update example (#9395)Federico Ceratto2018-10-171-1/+1
* make more tests greenAndreas Rumpf2018-08-141-1/+0
* Update sqlite example to use empty strings.Varriount2018-06-031-1/+1
* Update example (#7788)Federico Ceratto2018-06-011-1/+1
* Better db_sqlite errors when db_sqlite not connected.Dominik Picheta2018-05-131-0/+3
* remove dead code elimination option (#7669)Jacek Sieka2018-04-231-1/+1
* make tests green againAndreas Rumpf2017-11-071-1/+1
* minor improvement for the db_sqlite moduleAndreas Rumpf2017-09-271-1/+2
* Improved documentation for all db modules.Dominik Picheta2016-01-181-1/+42
* new db_sqlite requires deadCodeElim:on because not every sqlite3_column_nameAndreas Rumpf2015-12-291-0/+2
* implements column information retrival for db_sqliteAndreas Rumpf2015-12-171-0/+33
* updated db*.nim modulesAndreas Rumpf2015-12-161-1/+1
* big update for the db*.nim modules; uses new db_common.nimAndreas Rumpf2015-12-161-46/+28
* Clean up a line endingJamesP2015-09-061-1/+1
* instantRows doco added "the" to improve readabilityJamesP2015-09-061-1/+1
* fastRows() iterator doco updated (similar to db_mysql) with sqlite specificJamesP2015-09-061-3/+7
* Add example (similar to db_mysql) with changes to table definitionJamesP2015-09-061-0/+30
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-42/+42
* db: InstantRow and instantRowsAdam Strzelecki2015-06-091-1/+23
* lib/impure - Dropped 'T' from typespdw2015-06-041-30/+31
* Don't run non-test code when defined(testing)Oleh Prypin2015-04-211-1/+1
* move database encoding options to setEncoding(), leave open() as it isKeMeGe2015-03-161-4/+15
* Add character set options when opening DB connectionKeMeGe2015-03-141-2/+3
* fixes #1866Araq2015-01-101-1/+2
* updated db_sqlite.nimAraq2014-08-291-20/+20
* Nimrod renamed to NimAraq2014-08-281-1/+1
* Avoids raising exceptions in tryInsertID.Grzegorz Adam Hankiewicz2014-01-291-2/+4
* better testerAraq2014-01-171-1/+1
* fixes db_sqliteAraq2014-01-131-20/+20
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* Merge pull request #262 from gradha/pr_adds_some_documentation_to_db_modulesAraq2012-11-241-4/+7
|\
| * Documents NULL to "" db_* transformation and return values.Grzegorz Adam Hankiewicz2012-11-241-4/+7