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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
new db_sqlite requires deadCodeElim:on because not every sqlite3_column_name
Andreas Rumpf
2015-12-29
1
-0
/
+2
*
implements column information retrival for db_sqlite
Andreas Rumpf
2015-12-17
1
-0
/
+33
*
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
4
-53
/
+36
*
big update for the db*.nim modules; uses new db_common.nim
Andreas Rumpf
2015-12-16
3
-143
/
+92
*
add db_odbc library module
JamesP
2015-12-09
1
-0
/
+480
*
Fixed issue 3513: wrong setupQuery realization
Anatoly Galiulin
2015-11-06
1
-6
/
+2
*
Improved postgres docs and added untestable tests.
Dominik Picheta
2015-10-27
1
-43
/
+42
*
fix doco by removing extra ` chars, change a word and
JamesP
2015-10-27
1
-7
/
+7
*
add doco outlining the two SQL parameter substitution mechanisms for the db_p...
JamesP
2015-10-27
1
-1
/
+55
*
setupQuery() with SqlQuery take parameter substitution with "?"
JamesP
2015-10-27
1
-3
/
+32
*
tryExec() with SqlQuery now takes "?" substitution parameters
JamesP
2015-10-27
1
-5
/
+11
*
add check to dbFormat() to verify parameter substitution has "?" identifier
JamesP
2015-10-27
1
-0
/
+4
*
udpated the compiler and tester to use getOrDefault
Araq
2015-10-13
1
-1
/
+3
*
deleted graphics module; it's a Nimble package now
Araq
2015-09-23
1
-577
/
+0
*
Clean up a line ending
JamesP
2015-09-06
1
-1
/
+1
*
instantRows doco added "the" to improve readability
JamesP
2015-09-06
1
-1
/
+1
*
fastRows() iterator doco updated (similar to db_mysql) with sqlite specific
JamesP
2015-09-06
1
-3
/
+7
*
Add example (similar to db_mysql) with changes to table definition
JamesP
2015-09-06
1
-0
/
+30
*
Bold emphasis and fix typo.
Dominik Picheta
2015-09-05
1
-2
/
+2
*
Merge branch 'db_mysqlExamples' of https://github.com/jlp765/Nim into jlp765-...
Dominik Picheta
2015-09-05
1
-4
/
+39
|
\
|
*
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
*
|
lib: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
6
-166
/
+166
|
/
*
fixes #3220 lib/impure/db_mysql.nim getValue()
JamesP
2015-08-28
1
-4
/
+1
*
fixes Windows version of readPasswordFromStdin (setLen doesn't accept negativ...
Araq
2015-08-18
1
-1
/
+1
*
proper distinction between --gc:none and --os:standalone
Araq
2015-06-29
1
-226
/
+0
*
use linenoise instead of GNU readline
Araq
2015-06-21
1
-15
/
+9
*
preparations for more Nimble packages; clear licensing; fixes #2949
Araq
2015-06-20
1
-183
/
+0
*
renamed writeln to writeLine in lib
patrick dw
2015-06-19
1
-1
/
+1
*
Fix flaviut/nre#20
Flaviu Tamas
2015-06-18
1
-2
/
+6
*
Merge pull request #2818 from flaviut/add-nre
Andreas Rumpf
2015-06-12
4
-7
/
+758
|
\
|
*
Revert "Base re off of nre"
Flaviu Tamas
2015-06-10
1
-142
/
+235
|
*
Fix ambiguous character literal
Flaviu Tamas
2015-06-07
1
-1
/
+1
|
*
Fix potential code bloat
Flaviu Tamas
2015-06-07
1
-4
/
+5
|
*
Rename RegexException according to NEP1
Flaviu Tamas
2015-06-07
1
-5
/
+5
|
*
Edit re and nre doc comments
Flaviu Tamas
2015-06-07
2
-20
/
+1
|
*
Clean up nre imports
Flaviu Tamas
2015-06-07
1
-2
/
+1
|
*
Use stdlib's PCRE in nre
Flaviu Tamas
2015-06-07
2
-443
/
+1
|
*
Deprecate re
Flaviu Tamas
2015-06-07
1
-2
/
+2
|
*
Adjust re for nre's inclusive bounds
Flaviu Tamas
2015-06-07
1
-1
/
+1
|
*
Base re off of nre
Oleh Prypin
2015-06-07
1
-238
/
+142
|
*
Ensure no one uses internal module
Flaviu Tamas
2015-06-07
1
-0
/
+1
|
*
Merge branch 'devel' of https://github.com/Araq/Nim into add-nre
Flaviu Tamas
2015-06-07
7
-155
/
+162
|
|
\
|
*
|
Disable static building of PCRE
Flaviu Tamas
2015-05-26
28
-44889
/
+10
|
*
|
Clarify nre licencing
Flaviu Tamas
2015-05-26
1
-0
/
+53
|
*
|
Rearrange nre files
Flaviu Tamas
2015-05-26
46
-579
/
+3
|
*
|
Merge remote 'nre' into add-nre
Flaviu Tamas
2015-05-26
47
-0
/
+46616
[prev]
[next]