index
:
LibDB++
main
Extensible C++ library for RDBMS access.
Dan Goodliffe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libdbpp
/
sqlParse.ll
Commit message (
Expand
)
Author
Age
*
Add JT recommended warnings
Dan Goodliffe
2021-09-18
*
Ignore null-conversion warning in generated code
Dan Goodliffe
2019-02-24
*
Disable fall-through warning on generated code
Dan Goodliffe
2019-02-07
*
Remove unnecessary calls to .string()
Dan Goodliffe
2019-02-03
*
Fix up SQL parsing in the presense of empty single-line comments
libdbpp-1.1.4.1
Dan Goodliffe
2018-03-13
*
Assorted improvements to he SQL lexer to better handle whitespace and comment...
Dan Goodliffe
2017-12-04
*
Pull the none lexer generated code into its own file
Dan Goodliffe
2017-12-01
*
Internalise some of the core functionality of the SQL parser
Dan Goodliffe
2017-12-01
*
Split SqlParse's statement execution into a separate class
Dan Goodliffe
2017-11-29
*
Do lots more work with compile time formatter instead runtime formatters
Dan Goodliffe
2016-12-31
*
Non-const execute and save points
Dan Goodliffe
2015-12-29
*
Support double quote strings
Dan Goodliffe
2015-12-24
*
Add baskslash escaping support to sql parser
Dan Goodliffe
2015-12-21
*
Fix and test for rogue ; in MySQL dumps
Dan Goodliffe
2015-12-21
*
Improve exceptions in SQL parser to include line number
Dan Goodliffe
2015-11-09
*
Migrate SQL script parser and add support for executing a script on a connection
Dan Goodliffe
2015-09-21