index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
impure
/
db_mysql.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
[feature] add `unsafeColumnAt` procs, that return unsafe cstring from Instant...
Huy
2019-07-10
1
-0
/
+4
*
Fix header inconsistencies in documentation (#11071)
Zed
2019-04-23
1
-6
/
+6
*
removes deprecated T/P types
Araq
2018-11-16
1
-1
/
+0
*
make more tests green
Andreas Rumpf
2018-08-14
1
-30
/
+5
*
db_mysql.nim: Work around string nil comparison logic
Andreas Rumpf
2018-06-04
1
-1
/
+1
*
fixes #7200
Andreas Rumpf
2018-02-10
1
-20
/
+21
*
Fix segfault in db_mysql fastRows (#5605)
pgkos
2017-03-26
1
-4
/
+20
*
Improved documentation for all db modules.
Dominik Picheta
2016-01-18
1
-1
/
+43
*
fixes InstantRow decl; implements column information retrival for db_mysql
Andreas Rumpf
2015-12-17
1
-5
/
+88
*
updated db*.nim modules
Andreas Rumpf
2015-12-16
1
-1
/
+1
*
big update for the db*.nim modules; uses new db_common.nim
Andreas Rumpf
2015-12-16
1
-47
/
+27
*
Bold emphasis and fix typo.
Dominik Picheta
2015-09-05
1
-2
/
+2
*
Cleanup of line endings
JamesP
2015-09-05
1
-34
/
+34
*
instantRows doco updated with "the" to improve readability
JamesP
2015-09-05
1
-1
/
+1
*
fastRows iterator doco updated to clarify what happens
JamesP
2015-09-05
1
-3
/
+7
*
lib/impure/db_mysql add example code-block
JamesP
2015-08-29
1
-0
/
+31
*
fixes #3220 lib/impure/db_mysql.nim getValue()
JamesP
2015-08-28
1
-4
/
+1
*
db: InstantRow and instantRows
Adam Strzelecki
2015-06-09
1
-0
/
+27
*
lib/impure - Dropped 'T' from types
pdw
2015-06-04
1
-30
/
+31
*
move database encoding options to setEncoding(), leave open() as it is
KeMeGe
2015-03-16
1
-6
/
+8
*
Add character set options when opening DB connection
KeMeGe
2015-03-14
1
-2
/
+6
*
Corrected warnings about deprecated names
Hans Raaf
2015-02-11
1
-2
/
+2
*
changed formating
Araq
2014-12-08
1
-4
/
+3
*
Merge branch 'devel' into bigbreak
Araq
2014-11-03
1
-5
/
+19
|
\
|
*
Add comment.
Milos Negovanovic
2014-10-21
1
-0
/
+1
|
*
Preserve nil <-> NULL between Nimrod and database.
Milos Negovanovic
2014-08-20
1
-5
/
+18
*
|
More docgen fixes.
Dominik Picheta
2014-09-13
1
-25
/
+25
*
|
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
|
/
*
Add missing sql proc for db_mysql
def
2014-07-14
1
-0
/
+9
*
Fix for db_mysql.Open. 'Connection' argument in 'Open' was not used, so MySQL...
Miguel
2014-02-10
1
-8
/
+8
*
Merge branch 'devel' of git://github.com/Araq/Nimrod
Miguel
2014-01-26
1
-12
/
+12
|
\
|
*
case consistency improvements
Araq
2014-01-11
1
-12
/
+12
*
|
'Connection' argument in 'Open' was not used, so MySQL host and port were alw...
Miguel
2013-12-22
1
-3
/
+9
|
/
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
Merge pull request #262 from gradha/pr_adds_some_documentation_to_db_modules
Araq
2012-11-24
1
-5
/
+7
|
\
|
*
Documents NULL to "" db_* transformation and return values.
Grzegorz Adam Hankiewicz
2012-11-24
1
-5
/
+7
*
|
fixes #250
Araq
2012-11-19
1
-2
/
+2
|
/
*
'assert' hides EAssertionFailsure; stdlib makes use of 'tags'
Araq
2012-11-18
1
-17
/
+29
*
Adds `$` as supplied proc to varargs in database modules.
Grzegorz Adam Hankiewicz
2012-10-20
1
-11
/
+12
*
openarray/varargs split; breaks bootstrapping
Araq
2012-08-16
1
-12
/
+12
*
small bugfixes; documentation generator supports smilies for the forum
Araq
2012-05-01
1
-1
/
+1
*
added db_*.getRow
Araq
2012-04-24
1
-0
/
+15
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
bugfix: return type of gtk2.check_menu_item_new*
Andreas Rumpf
2010-03-17
1
-1
/
+1
*
examples/lib use the new wrappers
Andreas Rumpf
2010-02-28
1
-22
/
+22
*
fixed pango/pangoutils new wrappers
Andreas Rumpf
2010-02-26
1
-0
/
+0
*
SQLite wrapper
Andreas Rumpf
2010-02-24
1
-7
/
+7
*
continued work on html/xmlparser
rumpf_a@web.de
2010-02-14
1
-0
/
+0
*
httpserver supports a fixed port number
Andreas Rumpf
2010-02-06
1
-11
/
+11
*
cleanup of library docs
Andreas Rumpf
2010-02-04
1
-65
/
+93
[next]