Commit message (Collapse) | 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 |
| | | | | | | | | | | | | | | | | | | * Replace expr with untyped * Add buffer (cstring) related procs Replace expr with untyped Replace testing assert() procs with doAssert() * make the string variants call the cstring variants in order to fight code size * Remove redundant proc * fix casting of cstring add init of variables (identified by verbosity:3) * Speed up - use pattern.e for exec() inline some procs | ||||
* | Merge pull request #4814 from scriptum/rpg-pcre-jit | Andreas Rumpf | 2016-10-24 | 2 | -4/+13 |
|\ | | | | | Enable JIT in PCRE to improve regular expressions performance | ||||
| * | 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 |
|\ | | | | | Generate NRE docs for website | ||||
| * | 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 ↵ | JamesP | 2016-01-24 | 1 | -54/+49 |
| | | | | | | | | | | | | | | | | | | SQL_NO_DATA change SqlCheck() and SqlGetDBMS() to sqlCheck() and sqlGetDBMS() (camelCase consistency) | ||||
* | | | Stdlib: nre: Add `export options` | Konstantin Molchanov | 2016-05-27 | 1 | -0/+2 |
| | | | | | | | | | This should make `nre` more user friendly. See https://github.com/nim-lang/Nim/issues/4158 | ||||
* | | | 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 ↵ | lihf8515 | 2016-03-21 | 1 | -80/+122 |
| | | | | | | | | compiled in the release mode, the return of the field value is null. | ||||
* | | 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 |
| | | | | | I just removed unsigned and changed a writeLn() call to writeLine() to avoid the remaining deprecation warnings. | ||||
* | 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 |
| | | | | Ref #3569. Ref #3560. | ||||
* | 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 |
| | | | | line up multi-line text | ||||
* | add doco outlining the two SQL parameter substitution mechanisms for the ↵ | JamesP | 2015-10-27 | 1 | -1/+55 |
| | | | | | | | | | | | | db_postgres module adjust doco note: indent by one space shorten doco example lines, by splitting across multiple lines shorten doco line widths by splitting long lines into multi-lines fix to prepare() example in doco "Note:" section | ||||
* | setupQuery() with SqlQuery take parameter substitution with "?" | JamesP | 2015-10-27 | 1 | -3/+32 |
| | | | | | | | | | | add instantRows() with SqlPrepared parameter fix setupQuery() for SqlQuery to produce a unique identiying query name add rows() iterator with SqlPrepared parameter add execAffectedRows for SqlPrepared | ||||
* | tryExec() with SqlQuery now takes "?" substitution parameters | JamesP | 2015-10-27 | 1 | -5/+11 |
| | | | | | | add tryExec() with SqlPrepared parameter exec() with SqlQuery now expects "?" parameter substitution | ||||
* | add check to dbFormat() to verify parameter substitution has "?" identifier | JamesP | 2015-10-27 | 1 | -0/+4 |
| | | | | add check to prepare() that parameter substitution has "$1" identifier | ||||
* | 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 |
| | | | | [Edb] error text | ||||
* | Add example (similar to db_mysql) with changes to table definition | JamesP | 2015-09-06 | 1 | -0/+30 |
| | | | | and transaction to match sqlite SQL syntax |