index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
impure
/
db_postgres.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-1
/
+1
*
Skip db_postgres.setRow if getRow returns 0 rows (#11859)
Chris Heller
2019-08-04
1
-2
/
+4
*
[feature] add `unsafeColumnAt` procs, that return unsafe cstring from Instant...
Huy
2019-07-10
1
-0
/
+4
*
Fix header inconsistencies in documentation (#11071)
Zed
2019-04-23
1
-5
/
+5
*
removes deprecated T/P types
Araq
2018-11-16
1
-1
/
+0
*
make more tests green
Andreas Rumpf
2018-08-14
1
-5
/
+2
*
make tests green again
Andreas Rumpf
2017-11-07
1
-13
/
+13
*
Fixes #6571 (#6578)
Thomas Johnson
2017-10-24
1
-8
/
+11
*
db_postgres: Refactor open() behavior to be consistent with other DBs (#6381)
Lyndsy Simon
2017-09-15
1
-4
/
+7
*
Column details for postgres. (#5380)
ionel anton
2017-02-13
1
-15
/
+167
*
Improved documentation for all db modules.
Dominik Picheta
2016-01-18
1
-1
/
+4
*
More postgres test code. Added getValue for PreparedStmts.
Dominik Picheta
2016-01-18
1
-1
/
+12
*
updated db*.nim modules
Andreas Rumpf
2015-12-16
1
-1
/
+1
*
big update for the db*.nim modules; uses new db_common.nim
Andreas Rumpf
2015-12-16
1
-50
/
+37
*
Fixed issue 3513: wrong setupQuery realization
Anatoly Galiulin
2015-11-06
1
-6
/
+2
*
Improved postgres docs and added untestable tests.
Dominik Picheta
2015-10-27
1
-43
/
+42
*
fix doco by removing extra ` chars, change a word and
JamesP
2015-10-27
1
-7
/
+7
*
add doco outlining the two SQL parameter substitution mechanisms for the db_p...
JamesP
2015-10-27
1
-1
/
+55
*
setupQuery() with SqlQuery take parameter substitution with "?"
JamesP
2015-10-27
1
-3
/
+32
*
tryExec() with SqlQuery now takes "?" substitution parameters
JamesP
2015-10-27
1
-5
/
+11
*
add check to dbFormat() to verify parameter substitution has "?" identifier
JamesP
2015-10-27
1
-0
/
+4
*
lib: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
1
-18
/
+18
*
db: InstantRow and instantRows
Adam Strzelecki
2015-06-09
1
-0
/
+21
*
lib/impure - Dropped 'T' from types
pdw
2015-06-04
1
-43
/
+45
*
move database encoding options to setEncoding(), leave open() as it is
KeMeGe
2015-03-16
1
-3
/
+8
*
Add character set options when opening DB connection
KeMeGe
2015-03-14
1
-2
/
+3
*
Happy new year!
Guillaume Gelin
2015-01-06
1
-1
/
+1
*
Merge branch 'devel' into bigbreak
Araq
2014-11-03
1
-4
/
+11
|
\
|
*
Add comment.
Milos Negovanovic
2014-10-21
1
-1
/
+2
|
*
Tweaks for postgres driver (not tested yet).
Milos Negovanovic
2014-09-26
1
-2
/
+8
*
|
docgen should work again
Araq
2014-10-05
1
-6
/
+6
*
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into bigbreak
Araq
2014-10-04
1
-29
/
+83
|
\
|
|
*
Add postgresql prepared queries and stop relying on string formatting
Erwan Ameil
2014-08-29
1
-28
/
+84
*
|
cleaned up various modules
Araq
2014-09-19
1
-5
/
+5
*
|
More docgen fixes.
Dominik Picheta
2014-09-13
1
-29
/
+29
*
|
Nimrod renamed to Nim
Araq
2014-08-28
1
-2
/
+2
*
|
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
|
/
*
case consistency improvements
Araq
2014-01-11
1
-11
/
+11
*
Add docs for connecting to postgres with keyword/value connection
Hitesh Jasani
2013-12-04
1
-0
/
+15
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
Merge pull request #262 from gradha/pr_adds_some_documentation_to_db_modules
Araq
2012-11-24
1
-4
/
+7
|
\
|
*
Documents NULL to "" db_* transformation and return values.
Grzegorz Adam Hankiewicz
2012-11-24
1
-4
/
+7
*
|
fixes #250
Araq
2012-11-19
1
-2
/
+2
|
/
*
'assert' hides EAssertionFailsure; stdlib makes use of 'tags'
Araq
2012-11-18
1
-15
/
+23
*
Adds `$` as supplied proc to varargs in database modules.
Grzegorz Adam Hankiewicz
2012-10-20
1
-10
/
+10
*
openarray/varargs split; breaks bootstrapping
Araq
2012-08-16
1
-12
/
+12
*
changed integer promotion rules; breaks bootstrapping and lots of code
Araq
2012-07-08
1
-3
/
+3
*
small bugfixes; documentation generator supports smilies for the forum
Araq
2012-05-01
1
-1
/
+1
*
added db_*.getRow
Araq
2012-04-24
1
-0
/
+9
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
[next]