| Commit message (Expand) | Author | Age | Files | Lines |
* | * Fix an exception that could occur when trying to view a damaged table | Max | 2016-03-03 | 1 | -1/+12 |
* | Create a method for async alert messages to handle worker code displaying UI ... | Max | 2015-10-02 | 1 | -30/+43 |
* | Try to fix an exception that occured after losing a connection followed by un... | Max | 2015-06-29 | 1 | -1/+1 |
* | Setting large auto_increment values (> 1000) could be misinterpreted as decim... | Max | 2015-06-09 | 1 | -0/+1 |
* | Minimal refactoring | Max | 2015-03-09 | 1 | -1/+1 |
* | Addition to commit 2735e15b | Max | 2015-01-04 | 1 | -16/+13 |
* | Formalize [x release], x = nil; convention | Max | 2015-01-04 | 1 | -3/+3 |
* | Replace some NSDictionaries with literals | Max | 2014-12-13 | 1 | -1/+1 |
* | Change [NSArray arrayWithObject:] to @[] literal | Max | 2014-12-13 | 1 | -1/+1 |
* | Replace boxed integers in code with @ literals | Max | 2014-12-13 | 1 | -2/+2 |
* | Reformatting code for modern ObjC | Max | 2014-12-13 | 1 | -26/+23 |
* | Add basic support for CURRENT_TIMESTAMP in DATETIME columns (MySQL 5.6.5) | Max | 2014-03-19 | 1 | -1/+1 |
* | Update URL in source file header to point to GitHub. | Stuart Connolly | 2014-01-26 | 1 | -1/+1 |
* | Remove SVN property placeholder. | Stuart Connolly | 2014-01-26 | 1 | -2/+0 |
* | Issue #1369: Fix the display of cross database relations. | stuconnolly | 2013-10-21 | 1 | -2/+12 |
* | - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab... | rowanbeentje | 2013-05-21 | 1 | -2/+2 |
* | * Composite Foreign Keys will now show all columns in Relation view (workaround) | dmoagx | 2013-04-21 | 1 | -2/+10 |
* | - Fix handling of primary keys listing multiple fields of which an early fie... | rowanbeentje | 2013-03-01 | 1 | -1/+1 |
* | Changing SP_REFACTOR macro to SP_CODA | sqlprodev | 2013-02-14 | 1 | -14/+14 |
* | Remove useless init and dealloc method comments and perform general tidy up. | stuconnolly | 2013-01-22 | 1 | -7/+3 |
* | - Fix a problem where the row count for InnoDB would not be displayed as an ... | rowanbeentje | 2013-01-21 | 1 | -0/+58 |
* | - Tweak handling of tables which have been deleted while they were being use... | rowanbeentje | 2012-11-22 | 1 | -4/+6 |
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -14/+22 |
* | - If no table encoding is set on a table, fall back to the database encoding... | rowanbeentje | 2012-03-29 | 1 | -1/+4 |
* | - Clean up SPMySQL and QueryKit inclusion and search methods, which should f... | rowanbeentje | 2012-03-27 | 1 | -4/+0 |
* | tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTOR | sqlprodev | 2012-03-27 | 1 | -0/+4 |
* | - Rework SPTableData PRIMARY KEY and UNIQUE KEY parsing to use SPSQLParser i... | rowanbeentje | 2012-03-22 | 1 | -61/+38 |
* | - Fix a bug in the SPMySQL integration branch causing the table triggers lis... | rowanbeentje | 2012-03-16 | 1 | -3/+3 |
* | SPMySQL integration bugfixes: | rowanbeentje | 2012-03-14 | 1 | -0/+1 |
* | Warning: this branch commit is largely untested, and known to throw exception... | rowanbeentje | 2012-02-23 | 1 | -34/+28 |
* | - Expicitly cast parameters before passing into NSString formatters assuming... | rowanbeentje | 2012-01-09 | 1 | -2/+2 |
* | - Update code to use NSStrings for NSTableColumn identifiers, as per 10.7 SDK | rowanbeentje | 2011-10-17 | 1 | -2/+2 |
* | Ensure the that table constraints are cleared in [SPTableData informationForT... | stuconnolly | 2011-10-08 | 1 | -26/+21 |
* | - Fix "Multiple selection" still being displayed after multiple tables are d... | rowanbeentje | 2011-06-14 | 1 | -1/+1 |
* | initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U... | sqlprodev | 2011-04-11 | 1 | -0/+13 |
* | Fix more compiler warnings, including a few bugs | rowanbeentje | 2011-03-08 | 1 | -9/+9 |
* | Fix compiler warnings. | stuconnolly | 2011-03-01 | 1 | -0/+2 |
* | - Fix spinlocks when table/database deletion causes the table information cl... | rowanbeentje | 2011-02-19 | 1 | -0/+9 |
* | - Revert r3187, which only masked an underlying bug and caused double column... | rowanbeentje | 2011-02-11 | 1 | -57/+53 |
* | - Improve handling of table names containing backslashes | rowanbeentje | 2010-12-14 | 1 | -0/+2 |
* | • improved Structure editing logic to allow to choose auto_increment for Ex... | Bibiko | 2010-11-01 | 1 | -0/+8 |
* | - Split out all of SPExportController's delegate methods to their own category. | stuconnolly | 2010-10-24 | 1 | -2/+0 |
* | Considering nearly every class uses constants, import it via the prefix header. | stuconnolly | 2010-10-19 | 1 | -1/+0 |
* | Various improvements to server capability/version checking, including: | stuconnolly | 2010-10-07 | 1 | -7/+5 |
* | • added basic support for spatial data | Bibiko | 2010-10-01 | 1 | -0/+29 |
* | • fixed issue836 by avoiding the fact that while selecting a new table the... | Bibiko | 2010-09-22 | 1 | -88/+191 |
* | • added some basic VIEW INFORMATION coming from information.schema.VIEWS | Bibiko | 2010-08-30 | 1 | -52/+62 |
* | Encoding changes and improvements, particularly to increase compatibility wit... | rowanbeentje | 2010-08-25 | 1 | -2/+61 |
* | - Make a few more strings localizable | rowanbeentje | 2010-08-01 | 1 | -1/+1 |
* | A number of exporter improvements: | rowanbeentje | 2010-06-07 | 1 | -1/+2 |