aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPExportInitializer.m
Commit message (Expand)AuthorAgeFilesLines
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-15/+22
* - Improve export encoding changes to occur after the export start, fixing er...rowanbeentje2012-06-101-13/+10
* Export tidy up.stuconnolly2012-05-251-6/+6
* Fix implicit cast warnings.stuconnolly2012-05-111-2/+2
* - Clean up SPMySQL and QueryKit inclusion and search methods, which should f...rowanbeentje2012-03-271-1/+1
* - When exporting a query result or filtered table view make sure we're includ...stuconnolly2012-03-201-3/+4
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-2/+1
* Fix for NULL values in CSV export (same as last commit, but this one actually...stuconnolly2011-07-241-1/+2
* Add the option to the SQL export view as to whether or not the AUTO_INCREMENT...stuconnolly2011-07-101-0/+1
* Implement a large number of minor fixes and improvements to export functional...rowanbeentje2011-05-071-12/+46
* When performing an SQL export only append the file extension if necessary. Fi...stuconnolly2011-04-291-2/+5
* - Fix compiler warnings for MCPKit - largely typecast relatedrowanbeentje2011-03-021-1/+1
* fixed compiler warningssqlprodev2011-03-011-0/+2
* fixed compiler warningssqlprodev2011-03-011-1/+2
* Apply a tweaked version of a patch by Aaron Linville (http://www.linville.org...rowanbeentje2010-12-051-0/+1
* Complete the implementation of supporting MySQL's XML schema format when expo...stuconnolly2010-11-051-1/+4
* Fix a few issues that prevented an XML export to multiple files.stuconnolly2010-11-041-14/+30
* Minor comment.stuconnolly2010-10-241-0/+2
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-2/+0
* If the user chooses to overwrite the output file(s) when performing an export...stuconnolly2010-08-261-1/+1
* Exporter:rowanbeentje2010-08-261-1/+4
* Encoding changes and improvements, particularly to increase compatibility wit...rowanbeentje2010-08-251-5/+5
* Fix release and dist builds.stuconnolly2010-08-161-4/+2
* Ensure that the XML file header is written when performing an XML export of t...stuconnolly2010-08-141-0/+2
* Various export enhancements and fixes, including:stuconnolly2010-08-121-148/+126
* Replace redundant code with newly established methods.stuconnolly2010-07-301-50/+10
* Tidy up SPExportController by splitting out all filename related methods to a...stuconnolly2010-07-251-6/+6
* In addition to Gzip compression support when exporting SQL dumps add the abil...stuconnolly2010-07-241-48/+21
* - Expose a number of help menu items and help buttons to use localisable str...rowanbeentje2010-07-181-1/+1
* Export redesign (#610) CSV filename tweaks:rowanbeentje2010-07-171-2/+4
* Rename CustomQuery as SPCustomQuery.stuconnolly2010-07-061-1/+1
* • replaced @"sql" and @"spf" by their SPConstant definitionsBibiko2010-06-241-1/+1
* Fix CSV exporting by correctly setting the filename when exporting to multipl...stuconnolly2010-06-181-2/+6
* Exporter ehancements:stuconnolly2010-06-131-0/+3
* Exporter fixes:stuconnolly2010-06-101-3/+0
* Exporter enhancements, including:stuconnolly2010-06-091-13/+2
* When cancelling an export remove all files already written to disk.stuconnolly2010-06-071-6/+10
* A number of exporter improvements:rowanbeentje2010-06-071-47/+28
* On the XML export dialog add the option to specify the placeholder of exporte...stuconnolly2010-06-061-0/+2
* - Exporter: SQL select/deselect all will now toggle structure/drop table if ...rowanbeentje2010-06-061-0/+9
* Rename TableDocument to SPDatabaseDocument.stuconnolly2010-05-281-2/+2
* Rename TablesList to SPTablesList.stuconnolly2010-05-271-1/+1
* - Fix SQL export progress displayrowanbeentje2010-05-271-9/+6
* Data export fixes:stuconnolly2010-05-261-4/+1
* Merge export redesign branch back into trunk.stuconnolly2010-05-241-0/+626