aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDataImport.m
Commit message (Expand)AuthorAgeFilesLines
* Add support for NO_BACKSLASH_ESCAPES sql_mode during SQL import (#3005)Max2018-05-211-26/+47
* Remove dead code, add types, reformatMax2018-05-141-24/+36
* Minor changesMax2018-05-141-1/+0
* Replace all non-cyclic NSAutoreleasepools with @autoreleasepoolMax2018-05-031-11/+8
* previous commit continuedMax2018-01-201-17/+21
* Work around some cases of „background thread manipulating ui“ during CSV ...Max2018-01-201-76/+106
* Merge SPDatabaseDocument (part of #2789)Max2018-01-201-1/+0
* Implement progress for BZ2 file importFacundo2017-04-291-11/+4
* * Fix a case of "background thread updating UI" (may affect some crashes when...Max Lohrmann2017-04-221-21/+22
* Fix a case of „background thread updating UI“ that could cause an excepti...Max2017-03-311-2/+2
* Fix two cases of background thread updating UI (could cause a concurrent modi...Max2017-03-161-2/+2
* fix various compile warningsAbhi Beckert2016-04-031-6/+6
* 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