Andreas Rumpf
|
2773efa034
fixes db_mysql broken quoting; refs https://github.com/nim-lang/Nim/commit/c16ee37a7106c645a0d17cc6bd8d399e20f61d96#r44209990 [backport:1.4] (#16035)
|
4 years ago |
Andreas Rumpf
|
a43202ea57
fixes #15560 (#15587)
|
4 years ago |
Bung
|
c16ee37a71
Fix #15219 SQL escape in db_mysql is not enough (#15234)
|
4 years ago |
Bung
|
6668b43409
add insert,tryInsert unify for postgres that need pk name (#14416)
|
4 years ago |
Andreas Rumpf
|
60d64d1aef
use system.move instead of system.shallowCopy if the GC mode requires it
|
5 years ago |
Huy
|
e5425b5f2f
[feature] add `unsafeColumnAt` procs, that return unsafe cstring from InstantRow (#11647)
|
5 years ago |
Zed
|
3b4952da94
Fix header inconsistencies in documentation (#11071)
|
5 years ago |
Araq
|
3f6168b337
removes deprecated T/P types
|
6 years ago |
Andreas Rumpf
|
94684488d6
make more tests green
|
6 years ago |
Andreas Rumpf
|
582786d068
db_mysql.nim: Work around string nil comparison logic
|
6 years ago |
Andreas Rumpf
|
94141b8f68
fixes #7200
|
7 years ago |
pgkos
|
481d8ba24a
Fix segfault in db_mysql fastRows (#5605)
|
7 years ago |
Dominik Picheta
|
6ca9e5cbcc
Improved documentation for all db modules.
|
9 years ago |
Andreas Rumpf
|
3313170b8d
fixes InstantRow decl; implements column information retrival for db_mysql
|
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 |
Dominik Picheta
|
d7c60e86b4
Bold emphasis and fix typo.
|
9 years ago |
JamesP
|
22d56fc494
Cleanup of line endings
|
9 years ago |
JamesP
|
d02d1219b0
instantRows doco updated with "the" to improve readability
|
9 years ago |
JamesP
|
5b11ce27c4
fastRows iterator doco updated to clarify what happens
|
9 years ago |
JamesP
|
da2d0845b8
lib/impure/db_mysql add example code-block
|
9 years ago |
JamesP
|
1b47941b01
fixes #3220 lib/impure/db_mysql.nim getValue()
|
9 years ago |
Adam Strzelecki
|
8742907133
db: InstantRow and instantRows
|
9 years ago |
pdw
|
ea03fc6886
lib/impure - Dropped 'T' from types
|
9 years ago |
KeMeGe
|
171d51a08c
move database encoding options to setEncoding(), leave open() as it is
|
10 years ago |
KeMeGe
|
ca8102b96d
Add character set options when opening DB connection
|
10 years ago |
Hans Raaf
|
ceffdebebb
Corrected warnings about deprecated names
|
10 years ago |
Araq
|
994f7c1f0b
changed formating
|
10 years ago |
Araq
|
adad2d5f4a
Merge branch 'devel' into bigbreak
|
10 years ago |
Milos Negovanovic
|
11a2cfb306
Add comment.
|
10 years ago |