aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPSQLExporter.m
Commit message (Expand)AuthorAgeFilesLines
* 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
* • while exporting SQL skip safely non-existing tables (due to encoding prob...Bibiko2010-08-101-195/+199
* In addition to Gzip compression support when exporting SQL dumps add the abil...stuconnolly2010-07-241-15/+3
* - Expose a number of help menu items and help buttons to use localisable str...rowanbeentje2010-07-181-1/+1
* Improve handling of BIT fields, including:stuconnolly2010-07-151-3/+8
* Given that the user can now decide how often a new INSERT statement is create...stuconnolly2010-07-081-2/+6
* Fix various memory leaks as a result of static analysis.stuconnolly2010-07-061-3/+3
* - Fix SQLexporter known issue from r2311, and fix compilation against the 10...rowanbeentje2010-06-131-2/+2
* Exporter ehancements:stuconnolly2010-06-131-12/+21
* A number of exporter improvements:rowanbeentje2010-06-071-69/+97
* Remove multiple occurrences of accessing the same array element, improving th...stuconnolly2010-05-271-6/+8
* Rename TablesList to SPTablesList.stuconnolly2010-05-271-1/+1
* - Fix SQL export progress displayrowanbeentje2010-05-271-507/+503
* Merge export redesign branch back into trunk.stuconnolly2010-05-241-2/+770
* More export redesign work. CSV data generation is currently working using the...stuconnolly2009-10-061-0/+18
* Some more data exporter redesign changes I've been meaning to commit.stuconnolly2009-09-161-16/+0
* More data export work.stuconnolly2009-08-291-0/+46