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