summary refs log tree commit diff stats
path: root/tests/stdlib/tparsesql.nim
Commit message (Collapse)AuthorAgeFilesLines
* stdlib tests now check refc too (#21664)ringabout2023-04-211-0/+1
| | | | | | | | | | | * stdlib tests now check refc too * typo * fixes line numbers * disable cpp * do not touch
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | * make more standard libraries work with `nimPreviewSlimSystem` * typo * part two * Delete specutils.nim * fixes more tests * more fixes * fixes tests * fixes three more tests * add formatfloat import * fix * last
* 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