Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | db: InstantRow and instantRows | Adam Strzelecki | 2015-06-09 | 1 | -0/+21 |
| | | | | | | | | | | | It is drop-in replacement for Row and fastRows, however instantRows returns a handle, not seq[string], so no Nim string is created until [] operator is called on the given handle. Also there is a len() proc returning number of columns in the handle. In some situations, when we iterate through many rows, but later we just read few columns this solution will be quicker than converting all column to Nim seq[string] on each iteration. | ||||
* | 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 |
|\ | | | | | | | | | | | | | | | Conflicts: lib/impure/db_postgres.nim lib/pure/json.nim lib/pure/math.nim lib/system/atomics.nim | ||||
| * | 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 |
|\| | | | | | | | | | | | | | Conflicts: lib/impure/db_postgres.nim lib/pure/os.nim lib/wrappers/postgres.nim | ||||
| * | Add postgresql prepared queries and stop relying on string formatting | Erwan Ameil | 2014-08-29 | 1 | -28/+84 |
| | | | | | | | | for sql parameter passing | ||||
* | | 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 |
| | | | | strings. | ||||
* | 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. | ||||
| * | 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 |
| | |||||
* | fixed pango/pangoutils new wrappers | Andreas Rumpf | 2010-02-26 | 1 | -0/+0 |
| | |||||
* | SQLite wrapper | Andreas Rumpf | 2010-02-24 | 1 | -5/+5 |
| | |||||
* | continued work on html/xmlparser | rumpf_a@web.de | 2010-02-14 | 1 | -0/+0 |
| | |||||
* | cleanup of library docs | Andreas Rumpf | 2010-02-04 | 1 | -36/+46 |
| | |||||
* | bugfixes for the high-level postgreSQL wrapper | Andreas Rumpf | 2010-01-29 | 1 | -21/+7 |
| | |||||
* | bugfix: fd_set mustn't be prefixed with struct | Andreas Rumpf | 2010-01-14 | 1 | -1/+1 |
| | |||||
* | bugfix: inconsequent tuple usage | Andreas Rumpf | 2009-12-09 | 1 | -1/+1 |
| | |||||
* | bug concerning constant evaluation fixed | Andreas Rumpf | 2009-11-26 | 1 | -48/+89 |
| | |||||
* | version 0.8.2 | rumpf_a@web.de | 2009-10-21 | 1 | -0/+129 |