aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDataImport.m
Commit message (Expand)AuthorAgeFilesLines
* Add a warning message when trying to import an utf8mb4 SQL file on older MySQ...Max2016-03-221-1/+30
* Wrap a repeated call in a simpler methodMax2015-10-251-2/+2
* Replace a lot of SPBeginAlertSheet()s with the more concise SPOnewayAlertSheet()Max2015-10-201-38/+40
* * Change a method name to fit standard naming conventionsMax2015-10-081-2/+2
* * Turn some successive onMainThread ops into a blockMax2015-10-081-26/+27
* Fix two cases of "UI manipulation from background thread" (relates to #2248)Max2015-10-011-24/+27
* Add some info which might help a bit with debugging threading issuesMax2015-07-021-5/+5
* Addition to commit 2735e15bMax2015-01-041-13/+12
* Formalize [x release], x = nil; conventionMax2015-01-041-8/+8
* * Fix broken import on 10.6…Max2015-01-021-1/+6
* Fix two threading issuesMax2014-12-231-25/+29
* Replace some NSDictionaries with literalsMax2014-12-131-2/+2
* Reformatting code for modern ObjCMax2014-12-131-6/+6
* Add a hidden preference to control the size of the UI's monospaced font.Stuart Connolly2014-05-261-6/+4
* 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
* Remove use of deprecated save panel method.Stuart Connolly2013-11-271-37/+32
* Allow opened SQL files to be saved back to the original file, addressing Issu...rowanbeentje2013-09-081-20/+7
* - Address further Release/Distribution build warningsrowanbeentje2013-05-221-1/+1
* - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...rowanbeentje2013-05-211-0/+1
* 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