aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableData.m
Commit message (Expand)AuthorAgeFilesLines
* merge SPExportController (part of #2789)Max2018-01-201-1/+1
* MariaDB 10.2.1+: Work around an exception when trying to view tables that use...Max2017-06-181-98/+107
* Fix an error where Sequel Pro was unable to detect the default charset of par...Max2017-04-101-2/+5
* Some changes suggested in PR #2606 to improve MySQL 5.8 handlingMax2016-11-011-1/+3
* Add basic support for JSON type (part of #2199)Max2015-11-151-1/+2
* Add support for CURRENT_TIMESTAMP(n) in default/on update column of DATETIME/...Max2015-11-041-1/+2
* * Basic math is hard sometimes (fixes an issue introduced by me in b2d798ba92...Max2015-10-311-2/+12
* Replace a lot of SPBeginAlertSheet()s with the more concise SPOnewayAlertSheet()Max2015-10-201-22/+8
* Avoid a seldom exception when a VIEW is selected and there a connection issuesMax2015-10-181-0/+6
* Split a huuuge method into twoMax2015-10-161-33/+43
* Correctly shows alert when table title couldn't be parsedGuillermo Ignacio Enriquez Gutierrez2015-08-221-8/+6
* Added extra parameter to SPOnewayAlertSheet and runs runModal if no window wa...Guillermo Ignacio Enriquez Gutierrez2015-08-221-7/+14
* Replace a setter with @propertyMax2015-07-191-14/+2
* Create a method for async alert messages to handle worker code displaying UI ...Max2015-07-191-30/+43
* Try to fix an exception that occured after losing a connection followed by un...Max2015-06-221-1/+1
* Setting large auto_increment values (> 1000) could be misinterpreted as decim...Max2015-06-091-0/+1
* Minimal refactoringMax2015-03-091-1/+1
* Addition to commit 2735e15bMax2015-01-041-16/+13
* Formalize [x release], x = nil; conventionMax2015-01-041-3/+3
* Replace some NSDictionaries with literalsMax2014-12-131-1/+1
* Change [NSArray arrayWithObject:] to @[] literalMax2014-12-131-1/+1
* Replace boxed integers in code with @ literalsMax2014-12-131-2/+2
* Reformatting code for modern ObjCMax2014-12-131-26/+23
* Add basic support for CURRENT_TIMESTAMP in DATETIME columns (MySQL 5.6.5)Max2014-03-191-1/+1
* 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
* Issue #1369: Fix the display of cross database relations.stuconnolly2013-10-211-2/+12
* - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...rowanbeentje2013-05-211-2/+2
* * Composite Foreign Keys will now show all columns in Relation view (workaround)dmoagx2013-04-211-2/+10
* - Fix handling of primary keys listing multiple fields of which an early fie...rowanbeentje2013-03-011-1/+1
* Changing SP_REFACTOR macro to SP_CODAsqlprodev2013-02-141-14/+14
* 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