aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPXMLExporter.m
Commit message (Expand)AuthorAgeFilesLines
* - Improve handling of table names containing backslashesrowanbeentje2010-12-141-1/+3
* Complete the implementation of supporting MySQL's XML schema format when expo...stuconnolly2010-11-051-108/+205
* Start moving towards using the same XML format as MySQL uses. The inclusion o...stuconnolly2010-11-041-22/+19
* - 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
* • for each export/copy/drag method other than SQL pass any spatial fields a...Bibiko2010-10-091-0/+3
* Fix the display and updating of the export progress sheet when performing an ...stuconnolly2010-08-141-0/+3
* Various export enhancements and fixes, including:stuconnolly2010-08-121-5/+9
* On the XML export dialog add the option to specify the placeholder of exporte...stuconnolly2010-06-061-5/+14
* Remove unsed try/catch exception blocks in all data exporters.stuconnolly2010-05-271-147/+144
* Data export fixes:stuconnolly2010-05-261-5/+5
* Merge export redesign branch back into trunk.stuconnolly2010-05-241-4/+214
* More export redesign work. CSV data generation is currently working using the...stuconnolly2009-10-061-0/+48