summary refs log tree commit diff stats
path: root/lib/impure/db_odbc.nim
Commit message (Expand)AuthorAgeFilesLines
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
* [feature] add `unsafeColumnAt` procs, that return unsafe cstring from Instant...Huy2019-07-101-1/+5
* Fix header inconsistencies in documentation (#11071)Zed2019-04-231-6/+6
* Fix wrong integer types in odbcsql and db_odbc (#10419)pgkos2019-01-221-46/+18
* Restrict ptr/ref to ptr/ref implicit conversion (#10411)LemonBoy2019-01-221-5/+9
* Fix ODBC SQL Error string decoding (#10207) [backport]Leonardo Cecchi2019-01-071-1/+1
* removes deprecated T/P typesAraq2018-11-161-2/+0
* docs: remove most stale links; refs #9109Araq2018-09-291-9/+6
* 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