aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPSQLTokenizer.h
Commit message (Collapse)AuthorAgeFilesLines
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+20
|
* • implemented a new approach to split a string into single SQL statements ↵Bibiko2009-05-191-1/+2
| | | | | | | | 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-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"