summary refs log tree commit diff stats
path: root/lib/impure/db_sqlite.nim
Commit message (Collapse)AuthorAgeFilesLines
* db: InstantRow and instantRowsAdam Strzelecki2015-06-091-1/+23
| | | | | | | | | | | 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
|
* Don't run non-test code when defined(testing)Oleh Prypin2015-04-211-1/+1
|
* move database encoding options to setEncoding(), leave open() as it isKeMeGe2015-03-161-4/+15
|
* Add character set options when opening DB connectionKeMeGe2015-03-141-2/+3
|
* fixes #1866Araq2015-01-101-1/+2
|
* updated db_sqlite.nimAraq2014-08-291-20/+20
|
* Nimrod renamed to NimAraq2014-08-281-1/+1
|
* Avoids raising exceptions in tryInsertID.Grzegorz Adam Hankiewicz2014-01-291-2/+4
|
* better testerAraq2014-01-171-1/+1
|
* fixes db_sqliteAraq2014-01-131-20/+20
|
* 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-4/+7
|\ | | | | Documents NULL to "" db_* transformation and return values.
| * Documents NULL to "" db_* transformation and return values.Grzegorz Adam Hankiewicz2012-11-241-4/+7
| |
* | fixes #250Araq2012-11-191-2/+2
|/
* 'assert' hides EAssertionFailsure; stdlib makes use of 'tags'Araq2012-11-181-16/+26
|
* Adds `$` as supplied proc to varargs in database modules.Grzegorz Adam Hankiewicz2012-10-201-10/+10
|
* bugfix: leak in db_sqlite.GetValueAraq2012-10-101-3/+5
|
* Fixes segfault in db_sqlite. Fixes problems with times.format.Dominik Picheta2012-10-071-2/+4
|
* openarray/varargs split; breaks bootstrappingAraq2012-08-161-12/+12
|
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-081-5/+5
|
* small bugfixes; documentation generator supports smilies for the forumAraq2012-05-011-1/+1
|
* some code formatingAraq2012-04-261-3/+2
|
* added db_*.getRowAraq2012-04-241-0/+10
|
* added system.setControlCHook, system.writeStackTraceAraq2012-02-191-1/+2
|
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* much more efficient rod file generationAraq2011-10-181-2/+1
|
* bugfix: return type of gtk2.check_menu_item_new*Andreas Rumpf2010-03-171-1/+1
|
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
|
* SQLite wrapperAndreas Rumpf2010-02-241-0/+178