aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPSQLTokenizer.l
Commit message (Collapse)AuthorAgeFilesLines
* Bring outline view branch up to date with trunk (r3235:r3245), which should ↵stuconnolly2011-03-191-0/+1
| | | | resolve all warnings.
* Bring outline view branch up to date with trunk (r3203:r3224).stuconnolly2011-03-071-3/+2
|
* • implemented a new approach to split a string into single SQL statements ↵Bibiko2009-05-191-16/+19
| | | | | | | | by using the lexer SPTokenizer - the new method is called splitStringIntoRangesOfSQLQueries: in SPSQLParser - in CustomQuery's method queryAtPosition: can be found a test case which is as default not activated - must be improved further
* More header updates for source files, including Subversion Id property.stuconnolly2009-05-191-22/+23
|
* • optimized SQLtokenizer lexerBibiko2009-05-141-24/+25
|
* • added SPSQLTokenizerBibiko2009-05-141-0/+134
- 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"