summary refs log tree commit diff stats
path: root/lib/impure/db_odbc.nim
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'db_odbc2' of https://github.com/jlp765/Nim into jlp765-db_odbc2Andreas Rumpf2016-05-281-23/+22
|\
| * Fix row reading procs to not use SQLRowCount, but SQLFetch until returns SQL_...JamesP2016-01-241-54/+49
* | Repair using the db_odbc module to query the Oracle database, the program com...lihf85152016-03-211-80/+122
|/
* Improved documentation for all db modules.Dominik Picheta2016-01-181-3/+45
* updated db*.nim modulesAndreas Rumpf2015-12-161-50/+33
* add db_odbc library moduleJamesP2015-12-091-0/+480