summary refs log tree commit diff stats
path: root/lib/impure/db_postgres.nim
Commit message (Expand)AuthorAgeFilesLines
* build the documentation of official packages (#20986)ringabout2022-12-061-647/+0
* Fix several memory leaks in the Postgres wrapper. (#20940)jfilby2022-11-271-11/+18
* Markdown code blocks migration part 7 (#20547)Andrey Makarov2022-10-121-20/+25
* refactor dbFormat (#19746)ringabout2022-09-291-14/+2
* Implement Pandoc Markdown concise link extension (#20304)Andrey Makarov2022-09-041-2/+2
* make implicit cstring conversions explicit (#19488)ee72022-08-191-12/+12
* Improve db_postgres iterators (#18144)Artem Klevtsov2021-06-031-62/+117
* Escape `%00` / `\0` in `dbQuote` (#18015) [backport:1.4]Thomas T. Jarløv2021-05-151-1/+3
* Fix `insert` calling wrong function (#17856)Fröhlich A2021-04-291-1/+1
* Change stdlib imports to use std prefix in most examples (#17202)Danil Yarantsev2021-02-281-2/+2
* use single backtick (#17100)flywind2021-02-181-10/+10
* db_postgres document how to use it with unix socket (#15187)Juan Carlos2020-08-171-2/+22
* add insert,tryInsert unify for postgres that need pk name (#14416)Bung2020-05-221-0/+22
* Check pqntuples > 0 in getValue. Fixes #12973 (#12974)Chris Heller2019-12-291-4/+12
* 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