summary refs log tree commit diff stats
path: root/lib/impure/db_mysql.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #7200Andreas Rumpf2018-02-101-20/+21
|
* Fix segfault in db_mysql fastRows (#5605)pgkos2017-03-261-4/+20
|
* Improved documentation for all db modules.Dominik Picheta2016-01-181-1/+43
|
* fixes InstantRow decl; implements column information retrival for db_mysqlAndreas Rumpf2015-12-171-5/+88
|
* updated db*.nim modulesAndreas Rumpf2015-12-161-1/+1
|
* big update for the db*.nim modules; uses new db_common.nimAndreas Rumpf2015-12-161-47/+27
|
* Bold emphasis and fix typo.Dominik Picheta2015-09-051-2/+2
|
* Cleanup of line endingsJamesP2015-09-051-34/+34
|
* instantRows doco updated with "the" to improve readabilityJamesP2015-09-051-1/+1
|
* fastRows iterator doco updated to clarify what happensJamesP2015-09-051-3/+7
| | | | when break a fastRows loop
* lib/impure/db_mysql add example code-blockJamesP2015-08-291-0/+31
|
* fixes #3220 lib/impure/db_mysql.nim getValue()JamesP2015-08-281-4/+1
| | | | | mysql connector command out of sync error due to breaking the fastRows iterator loop
* db: InstantRow and instantRowsAdam Strzelecki2015-06-091-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 typespdw2015-06-041-30/+31
|
* move database encoding options to setEncoding(), leave open() as it isKeMeGe2015-03-161-6/+8
|
* Add character set options when opening DB connectionKeMeGe2015-03-141-2/+6
|
* Corrected warnings about deprecated namesHans Raaf2015-02-111-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 formatingAraq2014-12-081-4/+3
|
* Merge branch 'devel' into bigbreakAraq2014-11-031-5/+19
|\ | | | | | | | | | | | | | | Conflicts: lib/impure/db_postgres.nim lib/pure/json.nim lib/pure/math.nim lib/system/atomics.nim
| * Add comment.Milos Negovanovic2014-10-211-0/+1
| |
| * Preserve nil <-> NULL between Nimrod and database.Milos Negovanovic2014-08-201-5/+18
| |
* | More docgen fixes.Dominik Picheta2014-09-131-25/+25
| |
* | Nimrod renamed to NimAraq2014-08-281-1/+1
|/
* Add missing sql proc for db_mysqldef2014-07-141-0/+9
|
* Fix for db_mysql.Open. 'Connection' argument in 'Open' was not used, so ↵Miguel2014-02-101-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/NimrodMiguel2014-01-261-12/+12
|\
| * case consistency improvementsAraq2014-01-111-12/+12
| |
* | 'Connection' argument in 'Open' was not used, so MySQL host and port were ↵Miguel2013-12-221-3/+9
|/ | | | always default ones. Now 'Connection' is treated as 'host:port'.
* 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-5/+7
|\ | | | | Documents NULL to "" db_* transformation and return values.
| * Documents NULL to "" db_* transformation and return values.Grzegorz Adam Hankiewicz2012-11-241-5/+7
| |
* | fixes #250Araq2012-11-191-2/+2
|/
* 'assert' hides EAssertionFailsure; stdlib makes use of 'tags'Araq2012-11-181-17/+29
|
* Adds `$` as supplied proc to varargs in database modules.Grzegorz Adam Hankiewicz2012-10-201-11/+12
|
* openarray/varargs split; breaks bootstrappingAraq2012-08-161-12/+12
|
* small bugfixes; documentation generator supports smilies for the forumAraq2012-05-011-1/+1
|
* added db_*.getRowAraq2012-04-241-0/+15
|
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* bugfix: return type of gtk2.check_menu_item_new*Andreas Rumpf2010-03-171-1/+1
|
* examples/lib use the new wrappersAndreas Rumpf2010-02-281-22/+22
|
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
|
* SQLite wrapperAndreas Rumpf2010-02-241-7/+7
|
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
|
* httpserver supports a fixed port numberAndreas Rumpf2010-02-061-11/+11
|
* cleanup of library docsAndreas Rumpf2010-02-041-65/+93
|
* db_mysql.nim addedAndreas Rumpf2010-01-291-0/+145