aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPSQLParser.m
Commit message (Expand)AuthorAgeFilesLines
* Parser support for NO_BACKSLASH_ESCAPES (part of #3005)Max Lohrmann2018-03-211-75/+98
* merge and restructure remaining smaller stuff in main project (part of #2789)Max2018-01-201-7/+3
* Addition to commit 2735e15bMax2015-01-041-4/+3
* Formalize [x release], x = nil; conventionMax2015-01-041-1/+1
* Update URL in source file header to point to GitHub.Stuart Connolly2014-01-261-1/+1
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
* - Fix an error parsing SQL inside an unterminated delimiter statement causin...rowanbeentje2013-03-051-1/+1
* - Fix handling of double-dash style comments within field names, addressing ...rowanbeentje2013-02-201-2/+3
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-14/+21
* initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...sqlprodev2011-04-111-1/+1
* - Fix a bug when standardising line endings, addressing multiple CRLFs - thi...rowanbeentje2011-04-101-3/+5
* - Fix more warningsrowanbeentje2011-03-141-49/+49
* • some minor speed improvementsBibiko2011-02-171-15/+18
* - Fix support for delimiters at the very end of a query string/filerowanbeentje2010-09-271-2/+2
* Improve delimiter support in imported SQL files:rowanbeentje2010-09-271-7/+13
* - Add support for automatically converting \r and \r\n linebreaks in query s...rowanbeentje2010-07-291-123/+280
* Enable all *reasonable* warnings for all build configurations and fix a few o...stuconnolly2010-04-261-1/+1
* - Rework SPSQLParser, extending DELIMITER support into all the original func...rowanbeentje2010-02-051-312/+172
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-43/+47
* - Replace /* */ notation in long comments with unicode look-alikes to fix wa...rowanbeentje2009-12-281-1/+1
* Tidy up.stuconnolly2009-11-071-1/+0
* • fixed issue: avoid executing of the last query of a set of queries in the...Bibiko2009-10-291-3/+8
* • fixed bug while parsing the CREATE TABLE syntax if a column name contains...Bibiko2009-10-091-0/+11
* - Remove an NSLog I accidentally left in (and another found via a search)rowanbeentje2009-09-011-18/+10
* Refactor CSV/SQL import structure slightly, and rewrite SQL import:rowanbeentje2009-08-311-2/+40
* • added support for the “delimiter” commandBibiko2009-06-041-113/+267
* • implemented a new approach to split a string into single SQL statements b...Bibiko2009-05-191-0/+82
* More header updates for source files, including Subversion Id property.stuconnolly2009-05-191-0/+2
* Source tidy up including standard header for all source files.stuconnolly2009-05-181-1/+2
* - added ability to view function and procedures and preliminary ability to in...mtvee2009-05-131-0/+47
* SPSQLParser changes:rowanbeentje2009-03-191-24/+92
* Visible improvements in this build:rowanbeentje2009-02-181-0/+655