aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPSQLExporter.m
Commit message (Expand)AuthorAgeFilesLines
* Move some variable definitions inwards since our compiler supports scopingHEADmasterMax2018-06-071-80/+74
* Minor error in previous commit…Max2018-06-041-1/+1
* Sequel Pro will now actually change the SQL_MODE of the connection during SQL...Max2018-06-041-43/+53
* Formatting changes and a note on #2955Max2018-04-271-38/+66
* SQL export used the wrong syntax for view placeholders when the columns conta...Max2017-11-171-1/+6
* Restrict some variables to their actual usage scopeMax2017-01-271-12/+11
* Fix an issue with SQL exports when configured to create an new INSERT stateme...Max2017-01-271-9/+10
* Move some shared code to the parent classMax2015-11-211-13/+0
* Export SQL in utf8mb4 if available (part of #2321)Max2015-11-201-0/+12
* Reorder some code to remove duplicate code and make leaking a NSAutoreleasePo...Max2015-11-201-17/+1
* * move some duplicate code into it's own methodMax2015-11-201-0/+3
* Restructure some code for shorter linesMax2015-11-201-34/+43
* Add support for CURRENT_TIMESTAMP(n) in default/on update column of DATETIME/...Max2015-11-041-2/+2
* Fix export of BIT fields in SQL (#2262)Max2015-10-041-3/+2
* Replace some malloc(a*b) with the safer calloc(a,b) variantMax2015-06-301-2/+3
* Fixed a typoGeorge Gardiner2015-04-131-1/+1
* Formalize [x release], x = nil; conventionMax2015-01-041-6/+6
* Replace some NSDictionaries with literalsMax2014-12-131-1/+1
* Add basic support for CURRENT_TIMESTAMP in DATETIME columns (MySQL 5.6.5)Max2014-03-191-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
* Tidy up.Stuart Connolly2014-01-141-4/+2
* - Fix an issue that could cause invalid SQL exports if table contents change...rowanbeentje2013-09-051-47/+35
* - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...rowanbeentje2013-05-211-1/+1
* - Specify the NULL status of fields when creating view placeholders on expor...rowanbeentje2013-04-141-1/+5
* Fix some 10.8 warnings.stuconnolly2013-02-171-4/+6
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-3/+2
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+20
* - Change handling of binary string field types during exports: ask MySQL to ...rowanbeentje2012-06-041-46/+83
* Improve formatting of SQL keywords in view syntax prettifier and add an assoc...stuconnolly2012-05-081-4/+4
* - Manually handle some SPFileHandle memory management to significantly impro...rowanbeentje2012-04-121-19/+27
* - Alter table trigger export to only occur if the table structure export is ...rowanbeentje2012-04-111-43/+46
* - Clean up SPMySQL and QueryKit inclusion and search methods, which should f...rowanbeentje2012-03-271-1/+1
* - Fix incorrect queries when building up an export by removing the additiona...rowanbeentje2012-03-271-5/+7
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-38/+38
* Add the option to the SQL export view as to whether or not the AUTO_INCREMENT...stuconnolly2011-07-101-1/+8
* Implement a large number of minor fixes and improvements to export functional...rowanbeentje2011-05-071-11/+12
* Fix more compiler warnings, including a few bugsrowanbeentje2011-03-081-4/+5
* fixed compiler warningssqlprodev2011-03-011-1/+1
* - Fix incorrect quoting of BLOB fields on SQL exportsrowanbeentje2010-10-251-2/+3
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-2/+0
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* Localize the header included in SQL and XML exports.stuconnolly2010-10-191-5/+5
* • for each export/copy/drag method other than SQL pass any spatial fields a...Bibiko2010-10-091-1/+5
* Various improvements to server capability/version checking, including:stuconnolly2010-10-071-0/+8
* New add index sheet, which includes:stuconnolly2010-09-171-0/+2
* Exporter:rowanbeentje2010-08-261-1/+1
* • overall replacement of:Bibiko2010-08-201-42/+27
* Fix various potential memory leaks and general warnings as a result of static...stuconnolly2010-08-191-0/+3
* Various export enhancements and fixes, including:stuconnolly2010-08-121-213/+228