コミット履歴

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