summary refs log tree commit diff stats
path: root/tests/stdlib/tparsesql.nim
Commit message (Collapse)AuthorAgeFilesLines
* enable style:usages for stdlib tests [backport: 1.6] (#19715)flywind2022-04-131-43/+43
| | | | | | | | | | | | | | | * 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-0/+34
| | | | | * fix parsesql.treeRepr when nil is in input * return newNode(nkNone) as default value, not nil
* StringStream & more stdlib modules support for JS/NimScript (#14095)hlaaftana2020-04-281-0/+3
| | | | | * StringStream & more stdlib modules support for JS/NimScript * change back pegs test in line with #14134
* require errormsg to be specified before file.Arne Döring2018-12-111-4/+0
|
* Added count(*) support to sql parser. Fixed warnings in sql parser. (#7490)treeform2018-04-121-5/+24
|
* fixtreeform2017-12-141-296/+111
|
* fixtreeform2017-12-141-435/+373
|
* fixtreeform2017-12-141-0/+438