aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableData.m
Commit message (Expand)AuthorAgeFilesLines
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-7/+3
* - Fix a problem where the row count for InnoDB would not be displayed as an ...rowanbeentje2013-01-211-0/+58
* - Tweak handling of tables which have been deleted while they were being use...rowanbeentje2012-11-221-4/+6
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-14/+22
* - If no table encoding is set on a table, fall back to the database encoding...rowanbeentje2012-03-291-1/+4
* - Clean up SPMySQL and QueryKit inclusion and search methods, which should f...rowanbeentje2012-03-271-4/+0
* tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTORsqlprodev2012-03-271-0/+4
* - Rework SPTableData PRIMARY KEY and UNIQUE KEY parsing to use SPSQLParser i...rowanbeentje2012-03-221-61/+38
* - Fix a bug in the SPMySQL integration branch causing the table triggers lis...rowanbeentje2012-03-161-3/+3
* SPMySQL integration bugfixes:rowanbeentje2012-03-141-0/+1
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-34/+28
* - Expicitly cast parameters before passing into NSString formatters assuming...rowanbeentje2012-01-091-2/+2
* - Update code to use NSStrings for NSTableColumn identifiers, as per 10.7 SDKrowanbeentje2011-10-171-2/+2
* Ensure the that table constraints are cleared in [SPTableData informationForT...stuconnolly2011-10-081-26/+21
* - Fix "Multiple selection" still being displayed after multiple tables are d...rowanbeentje2011-06-141-1/+1
* initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...sqlprodev2011-04-111-0/+13
* Fix more compiler warnings, including a few bugsrowanbeentje2011-03-081-9/+9
* Fix compiler warnings.stuconnolly2011-03-011-0/+2
* - Fix spinlocks when table/database deletion causes the table information cl...rowanbeentje2011-02-191-0/+9
* - Revert r3187, which only masked an underlying bug and caused double column...rowanbeentje2011-02-111-57/+53
* - Improve handling of table names containing backslashesrowanbeentje2010-12-141-0/+2
* • improved Structure editing logic to allow to choose auto_increment for Ex...Bibiko2010-11-011-0/+8
* - 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
* Various improvements to server capability/version checking, including:stuconnolly2010-10-071-7/+5
* • added basic support for spatial dataBibiko2010-10-011-0/+29
* • fixed issue836 by avoiding the fact that while selecting a new table the...Bibiko2010-09-221-88/+191
* • added some basic VIEW INFORMATION coming from information.schema.VIEWSBibiko2010-08-301-52/+62
* Encoding changes and improvements, particularly to increase compatibility wit...rowanbeentje2010-08-251-2/+61
* - Make a few more strings localizablerowanbeentje2010-08-011-1/+1
* A number of exporter improvements:rowanbeentje2010-06-071-1/+2
* - Fix exceptions and crashes caused by corrupt tables, disabled storage engi...rowanbeentje2010-06-021-0/+6
* Rename TableDocument to SPDatabaseDocument.stuconnolly2010-05-281-1/+1
* Rename TablesList to SPTablesList.stuconnolly2010-05-271-1/+1
* Initial implementation of tabs:rowanbeentje2010-05-231-3/+4
* Rework alert sheets:rowanbeentje2010-05-091-5/+5
* Review trigger fetching and storage:rowanbeentje2010-05-011-30/+51
* fix for #642 (deleting more than 3 rows failed on MySQL before 5.0.3)jakob2010-04-221-5/+9
* Forgot to update Localizable.strings for previous commit.stuconnolly2010-04-111-2/+2
* Tidy up imports and fix 'Reverse Sort Order' when sorting connection favorite...stuconnolly2010-03-311-2/+0
* - Improve error checking for various actions, particularly permissions error...rowanbeentje2010-03-311-4/+31
* Before attempting to parse the create syntax of a table or view, check that i...stuconnolly2010-03-261-0/+4
* - Make [MCPConnection getLastErrorMessage] more consistent by always returni...rowanbeentje2010-03-251-7/+7
* General tidy up, with a focus on consolidating more constants in SPConstants....stuconnolly2010-03-241-14/+13
* • fixed issue for new data representation of the key @"default" in [ inform...Bibiko2010-03-231-1/+1
* • CSV ImportBibiko2010-03-221-8/+6
* - Make a number of changes to attempt to improve disconnection/quit crashes:...rowanbeentje2010-03-161-1/+1
* Fix some potential issues found during static analysis.stuconnolly2010-03-151-1/+1
* Following a manual code review, fix some local variables overriding global va...rowanbeentje2010-03-151-12/+10
* • added to method informationForTable: Bibiko2010-02-201-12/+37