aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPSQLTokenizer.h
Commit message (Collapse)AuthorAgeFilesLines
* More header updates for source files, including Subversion Id property.stuconnolly2009-05-191-0/+2
|
* • optimized SQLtokenizer lexerBibiko2009-05-141-10/+5
|
* • added SPSQLTokenizerBibiko2009-05-141-0/+32
- this is an approach to make usage of lex to split a string very fast into SQL queries considering the "delimiter" switch and compound-statements via CREATE ... BEGIN ... END; without using "delimiter"