summary refs log tree commit diff stats
path: root/lib/pure/parsesql.nim
Commit message (Collapse)AuthorAgeFilesLines
* enable style:usages for stdlib tests [backport: 1.6] (#19715)flywind2022-04-131-6/+6
| | | | | | | | | | | | | | | * enable style:usages for stdlib tests * freeAddrInfo * more tests * importc * bufSize * fix more * => parseSql and renderSql
* fix parsesql.treeRepr when nil is in input (#18974)Andrey Makarov2021-10-171-3/+3
| | | | | * fix parsesql.treeRepr when nil is in input * return newNode(nkNone) as default value, not nil
* use single backtick (#17181)flywind2021-02-241-1/+1
|
* fixes #16585 (#17074)Andreas Rumpf2021-02-181-2/+17
|
* use hexchar in stdlib (#16290)flywind2020-12-171-18/+6
|
* makes parsesql .gcsafe [backport:1.0] (#16039)Andreas Rumpf2020-11-191-3/+3
|
* StringStream & more stdlib modules support for JS/NimScript (#14095)hlaaftana2020-04-281-29/+35
| | | | | * StringStream & more stdlib modules support for JS/NimScript * change back pegs test in line with #14134
* [backport] run nimpretty on parsersnarimiran2019-09-301-24/+26
|
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
|
* last stdlib cleanupsAraq2019-09-211-0/+2
|
* fixes #1286; object case transitions are now soundAndreas Rumpf2019-05-271-6/+3
|
* StringStream and parseJson, parseCfg, parseSql et al for the vm (#10746)Arne Döring2019-02-281-57/+44
|
* Remove totally unneeded import of hashes. (#10221)c-blake2019-01-071-1/+1
|
* removes deprecated T/P typesAraq2018-11-161-3/+0
|
* Parse the usage of the SQL in operator properly (#9527)zah2018-10-281-3/+22
| | | Also adds a `treeRepr` renderer for the SQL nodes.
* even more strict isNil handling for strings/seqs in order to detect bugsAraq2018-08-221-1/+0
|
* remove deprecated stuff from the stdlib; introduce better deprecation warningsAraq2018-05-051-2/+0
|
* Added count(*) support to sql parser. Fixed warnings in sql parser. (#7490)treeform2018-04-121-72/+99
|
* fixtreeform2017-12-141-100/+85
|
* fixtreeform2017-12-141-17/+24
|
* fixtreeform2017-12-141-159/+256
|
* parsesql: some bugfixesAndreas Rumpf2017-12-081-2/+3
|
* parsesql: better 'len' operation; added '[]' accessAndreas Rumpf2017-09-051-2/+7
|
* parsesql can parse more SQLAraq2017-09-011-25/+54
|
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-109/+109
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* renamed writeln to writeLine in libpatrick dw2015-06-191-1/+1
|
* Don't run non-test code when defined(testing)Oleh Prypin2015-04-211-1/+1
|
* several modules changedAraq2014-08-281-63/+63
|
* big renameAraq2014-08-271-75/+80
|
* fixes #993Araq2014-03-131-1/+1
|
* stdlib compiles mostly without warnings againAraq2014-02-061-3/+3
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* cleanup: E_Base should not be used for inheriting exceptions; documentation ↵Araq2011-01-151-1/+1
| | | | generator generates dependencies section
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
|
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
|
* implemented multi methodsAndreas Rumpf2009-09-231-19/+30
|
* added tools and web dirsAndreas Rumpf2009-09-151-0/+1
|
* version0.7.10Andreas Rumpf2009-06-081-0/+1333