aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPSQLTokenizer.l
Commit message (Expand)AuthorAgeFilesLines
* Change lexer definition of high bytes.Max2015-02-011-1/+1
* Update lexer to reflect that backticks can actually escape themselves (won't ...Max2015-02-011-1/+1
* Move some duplicate code into it's own fileMax2015-01-271-56/+3
* Remove more SVN properties.Stuart Connolly2014-01-261-3/+1
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+20
* - Fix more compiler warningsrowanbeentje2011-03-151-0/+1
* Fix compiler warnings related to flex and derived sourcesrowanbeentje2011-03-041-3/+2
* • implemented a new approach to split a string into single SQL statements b...Bibiko2009-05-191-16/+19
* 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