Commit History

Author SHA1 Message Date
  Andreas Rumpf 7083c8df57 minor improvement for the db_sqlite module 7 years ago
  Dominik Picheta 6ca9e5cbcc Improved documentation for all db modules. 9 years ago
  Andreas Rumpf 255177f7cd new db_sqlite requires deadCodeElim:on because not every sqlite3_column_name 9 years ago
  Andreas Rumpf 1386592aab implements column information retrival for db_sqlite 9 years ago
  Andreas Rumpf a3c8bb9376 updated db*.nim modules 9 years ago
  Andreas Rumpf cb10f30656 big update for the db*.nim modules; uses new db_common.nim 9 years ago
  JamesP 0edb04288b Clean up a line ending 9 years ago
  JamesP 9aa9920602 instantRows doco added "the" to improve readability 9 years ago
  JamesP 5ae33434f8 fastRows() iterator doco updated (similar to db_mysql) with sqlite specific 9 years ago
  JamesP 81e41dc795 Add example (similar to db_mysql) with changes to table definition 9 years ago
  Adam Strzelecki 43bddf62dd lib: Trim .nim files trailing whitespace 9 years ago
  Adam Strzelecki 8742907133 db: InstantRow and instantRows 9 years ago
  pdw ea03fc6886 lib/impure - Dropped 'T' from types 9 years ago
  Oleh Prypin 32109a7867 Don't run non-test code when defined(testing) 9 years ago
  KeMeGe 171d51a08c move database encoding options to setEncoding(), leave open() as it is 9 years ago
  KeMeGe ca8102b96d Add character set options when opening DB connection 9 years ago
  Araq a41b62da97 fixes #1866 10 years ago
  Araq be813d205f updated db_sqlite.nim 10 years ago
  Araq d05df2173b Nimrod renamed to Nim 10 years ago
  Grzegorz Adam Hankiewicz d07f86b159 Avoids raising exceptions in tryInsertID. 11 years ago
  Araq 383fbca27e better tester 11 years ago
  Araq 4045d7829b fixes db_sqlite 11 years ago
  Grzegorz Adam Hankiewicz 72a3e21f28 Removes executable bit for text files. 11 years ago
  Araq 012a7b5522 Merge pull request #262 from gradha/pr_adds_some_documentation_to_db_modules 12 years ago
  Grzegorz Adam Hankiewicz cdd324d163 Documents NULL to "" db_* transformation and return values. 12 years ago
  Araq 14fc0631d7 fixes #250 12 years ago
  Araq 3c0a6a8962 'assert' hides EAssertionFailsure; stdlib makes use of 'tags' 12 years ago
  Grzegorz Adam Hankiewicz f35b9e2dc0 Adds `$` as supplied proc to varargs in database modules. 12 years ago
  Araq 8717742f00 bugfix: leak in db_sqlite.GetValue 12 years ago
  Dominik Picheta 8f3dc6ebd3 Fixes segfault in db_sqlite. Fixes problems with times.format. 12 years ago