summaryrefslogtreecommitdiff
path: root/libdbpp/sqlParse.ll
Commit message (Expand)AuthorAge
* Add JT recommended warningsDan Goodliffe2021-09-18
* Ignore null-conversion warning in generated codeDan Goodliffe2019-02-24
* Disable fall-through warning on generated codeDan Goodliffe2019-02-07
* Remove unnecessary calls to .string()Dan Goodliffe2019-02-03
* Fix up SQL parsing in the presense of empty single-line commentslibdbpp-1.1.4.1Dan Goodliffe2018-03-13
* Assorted improvements to he SQL lexer to better handle whitespace and comment...Dan Goodliffe2017-12-04
* Pull the none lexer generated code into its own fileDan Goodliffe2017-12-01
* Internalise some of the core functionality of the SQL parserDan Goodliffe2017-12-01
* Split SqlParse's statement execution into a separate classDan Goodliffe2017-11-29
* Do lots more work with compile time formatter instead runtime formattersDan Goodliffe2016-12-31
* Non-const execute and save pointsDan Goodliffe2015-12-29
* Support double quote stringsDan Goodliffe2015-12-24
* Add baskslash escaping support to sql parserDan Goodliffe2015-12-21
* Fix and test for rogue ; in MySQL dumpsDan Goodliffe2015-12-21
* Improve exceptions in SQL parser to include line numberDan Goodliffe2015-11-09
* Migrate SQL script parser and add support for executing a script on a connectionDan Goodliffe2015-09-21