Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Bold emphasis and fix typo. | Dominik Picheta | 2015-09-05 | 1 | -2/+2 |
| | |||||
* | Merge branch 'db_mysqlExamples' of https://github.com/jlp765/Nim into ↵ | Dominik Picheta | 2015-09-05 | 1 | -4/+39 |
|\ | | | | | | | | | | | | | jlp765-db_mysqlExamples Conflicts: lib/impure/db_mysql.nim | ||||
| * | 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 |
| | | | | | | | | when break a fastRows loop | ||||
| * | 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 |
|/ | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | fixes #3220 lib/impure/db_mysql.nim getValue() | JamesP | 2015-08-28 | 1 | -4/+1 |
| | | | | | mysql connector command out of sync error due to breaking the fastRows iterator loop | ||||
* | fixes Windows version of readPasswordFromStdin (setLen doesn't accept ↵ | Araq | 2015-08-18 | 1 | -1/+1 |
| | | | | negative values anymore) | ||||
* | 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 |
| |