Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -12/+20 |
| | |||||
* | - Fix more compiler warnings | rowanbeentje | 2011-03-15 | 1 | -0/+1 |
| | | | | | - Tweak README | ||||
* | Fix compiler warnings related to flex and derived sources | rowanbeentje | 2011-03-04 | 1 | -3/+2 |
| | |||||
* | • implemented a new approach to split a string into single SQL statements ↵ | Bibiko | 2009-05-19 | 1 | -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. | stuconnolly | 2009-05-19 | 1 | -22/+23 |
| | |||||
* | • optimized SQLtokenizer lexer | Bibiko | 2009-05-14 | 1 | -24/+25 |
| | |||||
* | • added SPSQLTokenizer | Bibiko | 2009-05-14 | 1 | -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" |