summary refs log tree commit diff stats
path: root/lib/wrappers/mysql.nim
Commit message (Collapse)AuthorAgeFilesLines
* Update mysql.nimAlpha Shuro2016-09-221-2/+2
| | | add the new version of mysql client dynlib
* Fixing mysql_field.Hans Raaf2015-12-171-0/+1
| | | | FIELD had the wrong size which made mysql.fetch_fields() useless.
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-264/+264
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* lib/wrappers/c-r - Dropped 'T' from typespdw2015-06-041-128/+158
|
* Fix typosFederico Ceratto2015-02-151-4/+4
|
* Fix typosFederico Ceratto2015-02-151-1/+1
|
* Fixing dylib name for OSXHans Raaf2015-02-111-1/+1
| | | | I don't know if the (15|16...) is supposed to work on OSX. I have "libmysqlclient.18.dylib" in my lib directory and get "could not load: libmysqlclient.(15|16|17[18).dylib" on execution. After removing the pattern I can run my little example program and it works as "libmysqlclient.dylib" is a softlink to the current version anyway.
* Support MySQL on OSXEndre Karlson2015-01-111-5/+9
|
* Allow higher versions of libmysqlclientdef2015-01-021-1/+1
|
* More docgen fixes.Dominik Picheta2014-09-131-6/+6
|
* Nimrod renamed to NimAraq2014-08-281-1/+1
|
* case consistency improvementsAraq2014-01-111-2/+2
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* preparations for making 'closure' the default calling convention for proc typesAraq2012-07-161-0/+4
|
* added some missing wrappersAraq2010-08-241-0/+1073
|
* examples/lib use the new wrappersAndreas Rumpf2010-02-281-1154/+0
|
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
|
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
|
* bugfix: inconsequent tuple usageAndreas Rumpf2009-12-091-1/+0
|
* added tools and web dirsAndreas Rumpf2009-09-151-0/+0
|
* overload resolution for proc varsAndreas Rumpf2009-06-241-2/+2
|
* version0.7.10Andreas Rumpf2009-06-081-0/+1155