summary refs log tree commit diff stats
path: root/lib/impure/db_postgres.nim
Commit message (Expand)AuthorAgeFilesLines
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
* Skip db_postgres.setRow if getRow returns 0 rows (#11859)Chris Heller2019-08-041-2/+4
* [feature] add `unsafeColumnAt` procs, that return unsafe cstring from Instant...Huy2019-07-101-0/+4
* Fix header inconsistencies in documentation (#11071)Zed2019-04-231-5/+5
* removes deprecated T/P typesAraq2018-11-161-1/+0
* make more tests greenAndreas Rumpf2018-08-141-5/+2
* make tests green againAndreas Rumpf2017-11-071-13/+13
* Fixes #6571 (#6578)Thomas Johnson2017-10-241-8/+11
* db_postgres: Refactor open() behavior to be consistent with other DBs (#6381)Lyndsy Simon2017-09-151-4/+7
* Column details for postgres. (#5380)ionel anton2017-02-131-15/+167
* Improved documentation for all db modules.Dominik Picheta2016-01-181-1/+4
* More postgres test code. Added getValue for PreparedStmts.Dominik Picheta2016-01-181-1/+12
* updated db*.nim modulesAndreas Rumpf2015-12-161-1/+1
* big update for the db*.nim modules; uses new db_common.nimAndreas Rumpf2015-12-161-50/+37
* Fixed issue 3513: wrong setupQuery realizationAnatoly Galiulin2015-11-061-6/+2
* Improved postgres docs and added untestable tests.Dominik Picheta2015-10-271-43/+42
* fix doco by removing extra ` chars, change a word andJamesP2015-10-271-7/+7
* add doco outlining the two SQL parameter substitution mechanisms for the db_p...JamesP2015-10-271-1/+55
* setupQuery() with SqlQuery take parameter substitution with "?"JamesP2015-10-271-3/+32
* tryExec() with SqlQuery now takes "?" substitution parametersJamesP2015-10-271-5/+11
* add check to dbFormat() to verify parameter substitution has "?" identifierJamesP2015-10-271-0/+4
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-18/+18
* db: InstantRow and instantRowsAdam Strzelecki2015-06-091-0/+21
* lib/impure - Dropped 'T' from typespdw2015-06-041-43/+45
* move database encoding options to setEncoding(), leave open() as it isKeMeGe2015-03-161-3/+8
* Add character set options when opening DB connectionKeMeGe2015-03-141-2/+3
* Happy new year!Guillaume Gelin2015-01-061-1/+1
* Merge branch 'devel' into bigbreakAraq2014-11-031-4/+11
|\
| * Add comment.Milos Negovanovic2014-10-211-1/+2
| * Tweaks for postgres driver (not tested yet).Milos Negovanovic2014-09-261-2/+8
* | docgen should work againAraq2014-10-051-6/+6
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into bigbreakAraq2014-10-041-29/+83
|\|
| * Add postgresql prepared queries and stop relying on string formattingErwan Ameil2014-08-291-28/+84
* | cleaned up various modulesAraq2014-09-191-5/+5
* | More docgen fixes.Dominik Picheta2014-09-131-29/+29
* | Nimrod renamed to NimAraq2014-08-281-2/+2
* | Nimrod renamed to NimAraq2014-08-281-1/+1
|/
* case consistency improvementsAraq2014-01-111-11/+11
* Add docs for connecting to postgres with keyword/value connectionHitesh Jasani2013-12-041-0/+15
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* Merge pull request #262 from gradha/pr_adds_some_documentation_to_db_modulesAraq2012-11-241-4/+7
|\
| * Documents NULL to "" db_* transformation and return values.Grzegorz Adam Hankiewicz2012-11-241-4/+7
* | fixes #250Araq2012-11-191-2/+2
|/
* 'assert' hides EAssertionFailsure; stdlib makes use of 'tags'Araq2012-11-181-15/+23
* Adds `$` as supplied proc to varargs in database modules.Grzegorz Adam Hankiewicz2012-10-201-10/+10
* openarray/varargs split; breaks bootstrappingAraq2012-08-161-12/+12
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-081-3/+3
* small bugfixes; documentation generator supports smilies for the forumAraq2012-05-011-1/+1
* added db_*.getRowAraq2012-04-241-0/+9
* year 2012 for most copyright headersAraq2012-01-021-1/+1