aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPCSVExporter.m
Commit message (Expand)AuthorAgeFilesLines
* Replace all non-cyclic NSAutoreleasepools with @autoreleasepoolMax2018-05-031-2/+2
* #2489 CSV export now treats header rows as non-numeric, even if the column is...Abhi Beckert2016-06-201-1/+7
* Move some shared code to the parent classMax2015-11-211-1/+1
* Reorder some code to remove duplicate code and make leaking a NSAutoreleasePo...Max2015-11-201-14/+5
* Formalize [x release], x = nil; conventionMax2015-01-041-8/+8
* 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 all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...rowanbeentje2013-05-211-1/+1
* 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
* Fix more gcc warnings.stuconnolly2012-05-091-4/+5
* - Fix a query made during a streaming query during CSV export of a table usi...rowanbeentje2012-05-011-29/+31
* - Clean up SPMySQL and QueryKit inclusion and search methods, which should f...rowanbeentje2012-03-271-1/+1
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-11/+10
* Fix for NULL values in CSV export (same as last commit, but this one actually...stuconnolly2011-07-241-7/+1
* Fix CSV exporter not using the user supplied NULL string.stuconnolly2011-07-231-2/+4
* Implement a large number of minor fixes and improvements to export functional...rowanbeentje2011-05-071-0/+1
* • fixed bug for exporting data as CSV if no header row should be exportedBibiko2011-05-031-2/+1
* fixed compiler warningssqlprodev2011-03-011-1/+2
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-2/+0
* • for each export/copy/drag method other than SQL pass any spatial fields a...Bibiko2010-10-091-1/+4
* Fix various potential memory leaks and general warnings as a result of static...stuconnolly2010-08-191-1/+1
* Various export enhancements and fixes, including:stuconnolly2010-08-121-2/+6
* Fix various memory leaks as a result of static analysis.stuconnolly2010-07-061-2/+2
* A number of exporter improvements:rowanbeentje2010-06-071-7/+5
* Remove unsed try/catch exception blocks in all data exporters.stuconnolly2010-05-271-288/+285
* Fix an overreleased dictionary crash and always ensure both autorelease pools...stuconnolly2010-05-261-7/+8
* Merge export redesign branch back into trunk.stuconnolly2010-05-241-39/+139
* Yet more export redesign work. Export is now currently working for single tab...stuconnolly2009-10-091-81/+102
* More export redesign work. Note that the current implementation has a major f...stuconnolly2009-10-071-2/+5
* More export redesign work.stuconnolly2009-10-061-10/+0
* More export redesign work. CSV data generation is currently working using the...stuconnolly2009-10-061-255/+228
* Some more data exporter redesign changes I've been meaning to commit.stuconnolly2009-09-161-42/+19
* More data export work.stuconnolly2009-08-291-5/+32
* Implement the core CSV export process in the new CSV exporter class.stuconnolly2009-08-291-0/+281
* Add the first classes of the new export architecture. See the description at ...stuconnolly2009-08-291-0/+54