Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #7200 | Andreas Rumpf | 2018-02-10 | 1 | -20/+21 |
| | |||||
* | Fix segfault in db_mysql fastRows (#5605) | pgkos | 2017-03-26 | 1 | -4/+20 |
| | |||||
* | Improved documentation for all db modules. | Dominik Picheta | 2016-01-18 | 1 | -1/+43 |
| | |||||
* | fixes InstantRow decl; implements column information retrival for db_mysql | Andreas Rumpf | 2015-12-17 | 1 | -5/+88 |
| | |||||
* | 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 | -47/+27 |
| | |||||
* | Bold emphasis and fix typo. | Dominik Picheta | 2015-09-05 | 1 | -2/+2 |
| | |||||
* | Cleanup of line endings | JamesP | 2015-09-05 | 1 | -34/+34 |
| | |||||
* | instantRows doco updated with "the" to improve readability | JamesP | 2015-09-05 | 1 | -1/+1 |
| | |||||
* | fastRows iterator doco updated to clarify what happens | JamesP | 2015-09-05 | 1 | -3/+7 |
| | | | | when break a fastRows loop | ||||
* | lib/impure/db_mysql add example code-block | JamesP | 2015-08-29 | 1 | -0/+31 |
| | |||||
* | fixes #3220 lib/impure/db_mysql.nim getValue() | JamesP | 2015-08-28 | 1 | -4/+1 |
| | | | | | mysql connector command out of sync error due to breaking the fastRows iterator loop | ||||
* | db: InstantRow and instantRows | Adam Strzelecki | 2015-06-09 | 1 | -0/+27 |
| | | | | | | | | | | | 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 | -30/+31 |
| | |||||
* | move database encoding options to setEncoding(), leave open() as it is | KeMeGe | 2015-03-16 | 1 | -6/+8 |
| | |||||
* | Add character set options when opening DB connection | KeMeGe | 2015-03-14 | 1 | -2/+6 |
| | |||||
* | Corrected warnings about deprecated names | Hans Raaf | 2015-02-11 | 1 | -2/+2 |
| | | | | I got warning about deprecated names here. I also know that other names probably need to change (T/P prefixes) but I am unsure about the exact rules. I may do that later if you like. | ||||
* | changed formating | Araq | 2014-12-08 | 1 | -4/+3 |
| | |||||
* | Merge branch 'devel' into bigbreak | Araq | 2014-11-03 | 1 | -5/+19 |
|\ | | | | | | | | | | | | | | | 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 | -0/+1 |
| | | |||||
| * | Preserve nil <-> NULL between Nimrod and database. | Milos Negovanovic | 2014-08-20 | 1 | -5/+18 |
| | | |||||
* | | More docgen fixes. | Dominik Picheta | 2014-09-13 | 1 | -25/+25 |
| | | |||||
* | | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
|/ | |||||
* | Add missing sql proc for db_mysql | def | 2014-07-14 | 1 | -0/+9 |
| | |||||
* | Fix for db_mysql.Open. 'Connection' argument in 'Open' was not used, so ↵ | Miguel | 2014-02-10 | 1 | -8/+8 |
| | | | | MySQL host and port were always default ones. Now 'Connection' is treated as 'host:port'. | ||||
* | Merge branch 'devel' of git://github.com/Araq/Nimrod | Miguel | 2014-01-26 | 1 | -12/+12 |
|\ | |||||
| * | case consistency improvements | Araq | 2014-01-11 | 1 | -12/+12 |
| | | |||||
* | | 'Connection' argument in 'Open' was not used, so MySQL host and port were ↵ | Miguel | 2013-12-22 | 1 | -3/+9 |
|/ | | | | always default ones. Now 'Connection' is treated as 'host:port'. | ||||
* | 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 | -5/+7 |
|\ | | | | | Documents NULL to "" db_* transformation and return values. | ||||
| * | Documents NULL to "" db_* transformation and return values. | Grzegorz Adam Hankiewicz | 2012-11-24 | 1 | -5/+7 |
| | | |||||
* | | fixes #250 | Araq | 2012-11-19 | 1 | -2/+2 |
|/ | |||||
* | 'assert' hides EAssertionFailsure; stdlib makes use of 'tags' | Araq | 2012-11-18 | 1 | -17/+29 |
| | |||||
* | Adds `$` as supplied proc to varargs in database modules. | Grzegorz Adam Hankiewicz | 2012-10-20 | 1 | -11/+12 |
| | |||||
* | openarray/varargs split; breaks bootstrapping | Araq | 2012-08-16 | 1 | -12/+12 |
| | |||||
* | 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/+15 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | bugfix: return type of gtk2.check_menu_item_new* | Andreas Rumpf | 2010-03-17 | 1 | -1/+1 |
| | |||||
* | examples/lib use the new wrappers | Andreas Rumpf | 2010-02-28 | 1 | -22/+22 |
| | |||||
* | fixed pango/pangoutils new wrappers | Andreas Rumpf | 2010-02-26 | 1 | -0/+0 |
| | |||||
* | SQLite wrapper | Andreas Rumpf | 2010-02-24 | 1 | -7/+7 |
| | |||||
* | continued work on html/xmlparser | rumpf_a@web.de | 2010-02-14 | 1 | -0/+0 |
| | |||||
* | httpserver supports a fixed port number | Andreas Rumpf | 2010-02-06 | 1 | -11/+11 |
| | |||||
* | cleanup of library docs | Andreas Rumpf | 2010-02-04 | 1 | -65/+93 |
| | |||||
* | db_mysql.nim added | Andreas Rumpf | 2010-01-29 | 1 | -0/+145 |