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
*
Fix segfault in db_mysql fastRows (#5605)
pgkos
2017-03-26
1
-4
/
+20
*
fixes #5444 - nre.findIter keeps searching when no match is possible (#5453)
Florent
2017-03-02
1
-6
/
+6
*
Fixes #5382
Anatoly Galiulin
2017-02-13
1
-1
/
+1
*
Column details for postgres. (#5380)
ionel anton
2017-02-13
1
-15
/
+167
*
fix in using the linenoise function (#5351)
Arne Döring
2017-02-08
1
-1
/
+2
*
fixes #4996
Andreas Rumpf
2017-02-05
1
-0
/
+9
*
re additions for buffer (cstring) RE matching (#5117)
jlp765
2017-01-16
1
-98
/
+244
*
Merge pull request #4814 from scriptum/rpg-pcre-jit
Andreas Rumpf
2016-10-24
2
-4
/
+13
|
\
|
*
Remove TODO for PCRE JIT
Pavel Roschin
2016-10-10
1
-1
/
+0
|
*
Enable JIT in PCRE to improve regular expressions performance
Pavel Roschin
2016-09-23
2
-3
/
+13
*
|
EIO is called IOError now
Araq
2016-09-28
1
-1
/
+1
*
|
stdlib and compiler don't use .immediate anymore
Andreas Rumpf
2016-07-29
1
-3
/
+3
|
/
*
Stdlib: nre: Docstring improved.
Konstantin Molchanov
2016-06-15
1
-1
/
+0
*
de-deprecate re.nim
Andreas Rumpf
2016-06-13
1
-5
/
+6
*
Merge pull request #4157 from flaviut/update-nre-docs
Andreas Rumpf
2016-06-02
1
-46
/
+35
|
\
|
*
Update NRE documentation
Flaviu Tamas
2016-05-13
1
-46
/
+35
*
|
documentation build cleaned up
Andreas Rumpf
2016-05-31
1
-1
/
+1
*
|
Merge branch 'db_odbc2' of https://github.com/jlp765/Nim into jlp765-db_odbc2
Andreas Rumpf
2016-05-28
1
-23
/
+22
|
\
\
|
*
|
Fix row reading procs to not use SQLRowCount, but SQLFetch until returns SQL_...
JamesP
2016-01-24
1
-54
/
+49
*
|
|
Stdlib: nre: Add `export options`
Konstantin Molchanov
2016-05-27
1
-0
/
+2
*
|
|
Stdlib: nre: Convenience proc ``contains`` added.
Konstantin Molchanov
2016-05-14
1
-0
/
+10
|
|
/
|
/
|
*
|
Improve net and ssl module docs.
Dominik Picheta
2016-04-04
1
-0
/
+3
*
|
Fixes #3159.
Dominik Picheta
2016-04-04
1
-3
/
+4
*
|
Repair using the db_odbc module to query the Oracle database, the program com...
lihf8515
2016-03-21
1
-80
/
+122
*
|
Spellcheck
Federico Ceratto
2016-02-29
1
-2
/
+2
*
|
Rename THANDLE to Handle to fix deprecation warnings
def
2016-02-11
1
-1
/
+1
*
|
Revert two deprecation changes
def
2016-01-26
1
-2
/
+0
*
|
Fix a few deprecation warnings
def
2016-01-25
2
-1
/
+2
|
/
*
Fixed deprecation warnings while Nim compiles.
Hans Raaf
2016-01-18
1
-1
/
+1
*
Improved documentation for all db modules.
Dominik Picheta
2016-01-18
4
-6
/
+134
*
More postgres test code. Added getValue for PreparedStmts.
Dominik Picheta
2016-01-18
1
-1
/
+12
*
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
[next]