aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDataImport.m
Commit message (Expand)AuthorAgeFilesLines
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-9/+0
* - Add names for most threads created by Sequel Pro for easier debugrowanbeentje2012-10-141-6/+7
* * Rename latin1_german_ci to latin1_german1_ci (checking with mysql3.23 sourc...dmoagx2012-10-031-0/+1
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+20
* - Clean up SPMySQL and QueryKit inclusion and search methods, which should f...rowanbeentje2012-03-271-1/+1
* - Fix an exception when attempting to preserve the selection in a table with...rowanbeentje2012-03-241-6/+6
* More bugfixes to the SPMySQL integration branch:rowanbeentje2012-03-141-2/+2
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-22/+24
* - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warningsrowanbeentje2012-02-081-1/+1
* - Add a new CSV import field escape setting, as a new default, supporting bo...rowanbeentje2012-01-061-1/+6
* - Speculative fix for Issue #1154 (problems using some field separators duri...rowanbeentje2011-09-121-0/+3
* - If the field mapper was cancelled, abort the CSV import at once to avoid c...rowanbeentje2011-08-251-4/+10
* Minor tidy up.stuconnolly2011-07-111-35/+34
* - When importing CSVs, or editing custom query results, set numeric fields t...rowanbeentje2011-05-091-2/+23
* - Fix progress bar accuracy when importing gzipped or bzipped CSVsrowanbeentje2011-05-081-11/+35
* Fix more compiler warnings, including a few bugsrowanbeentje2011-03-081-9/+10
* fixed compiler warningssqlprodev2011-03-011-0/+1
* fixed compiler warningssqlprodev2011-03-011-1/+0
* • fixed bug while CSV Import for method UPDATE and INSERT remaining rows Bibiko2011-02-151-1/+1
* - Show and hide the custom query info area based on whether custom query err...rowanbeentje2010-12-041-0/+1
* - Change the CSV import accessory view to a general import accessory view, b...rowanbeentje2010-11-291-4/+40
* Add a new category to SPDatabaseDocument, allowing code cleanup and moving ce...rowanbeentje2010-11-031-5/+1
* • CSV import now supports to import sequences of 0 and 1 into BIT fieldsBibiko2010-10-311-9/+40
* - Fix incorrect quoting of BLOB fields on SQL exportsrowanbeentje2010-10-251-3/+14
* CSV Import Field MapperBibiko2010-10-251-25/+16
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-4/+0
* • CSV Import Field Mapper SheetBibiko2010-10-231-6/+86
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+1
* • fixed issue of unnecessary string escaping for importing spatial data via...Bibiko2010-10-101-1/+1
* • enabled SRID editing of spatial fields via WKT stringBibiko2010-10-091-1/+1
* • some code cleaning, speed improvements, commenting stuffBibiko2010-10-091-5/+9
* • CSV Import (incl. import from clipboard)Bibiko2010-10-091-33/+41
* * One label was too short in Content Filter Managerdmoagx2010-09-261-4/+6
* Update Localizable.strings and resolve the use of multiple comments for the s...stuconnolly2010-09-211-4/+4
* • finished the first implementation of CSV Import into new tableBibiko2010-09-031-8/+31
* • first preparations to support a CSV import into a new table (not yet exec...Bibiko2010-09-021-11/+11
* Encoding changes and improvements, particularly to increase compatibility wit...rowanbeentje2010-08-251-3/+3
* • overall replacement of:Bibiko2010-08-201-8/+8
* - Add support for automatically converting \r and \r\n linebreaks in query s...rowanbeentje2010-07-291-2/+22
* - Fix positioning bug when using Import From Clipboardrowanbeentje2010-07-251-25/+79
* In addition to Gzip compression support when exporting SQL dumps add the abil...stuconnolly2010-07-241-12/+14
* - Clean up SPDataImport, removing unused methods and cleaning up order and m...rowanbeentje2010-07-191-182/+189
* Rename TableDump to SPDataImport and fix export selected tables functionality.stuconnolly2010-07-061-0/+1438