Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |