| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | - Fix exceptions and crashes caused by corrupt tables, disabled storage engi... | rowanbeentje | 2010-06-02 | 1 | -0/+6 |
* | Rename TableDocument to SPDatabaseDocument. | stuconnolly | 2010-05-28 | 1 | -1/+1 |
* | Rename TablesList to SPTablesList. | stuconnolly | 2010-05-27 | 1 | -1/+1 |
* | Initial implementation of tabs: | rowanbeentje | 2010-05-23 | 1 | -3/+4 |
* | Rework alert sheets: | rowanbeentje | 2010-05-09 | 1 | -5/+5 |
* | Review trigger fetching and storage: | rowanbeentje | 2010-05-01 | 1 | -30/+51 |
* | fix for #642 (deleting more than 3 rows failed on MySQL before 5.0.3) | jakob | 2010-04-22 | 1 | -5/+9 |
* | Forgot to update Localizable.strings for previous commit. | stuconnolly | 2010-04-11 | 1 | -2/+2 |
* | Tidy up imports and fix 'Reverse Sort Order' when sorting connection favorite... | stuconnolly | 2010-03-31 | 1 | -2/+0 |
* | - Improve error checking for various actions, particularly permissions error... | rowanbeentje | 2010-03-31 | 1 | -4/+31 |
* | Before attempting to parse the create syntax of a table or view, check that i... | stuconnolly | 2010-03-26 | 1 | -0/+4 |
* | - Make [MCPConnection getLastErrorMessage] more consistent by always returni... | rowanbeentje | 2010-03-25 | 1 | -7/+7 |
* | General tidy up, with a focus on consolidating more constants in SPConstants.... | stuconnolly | 2010-03-24 | 1 | -14/+13 |
* | • fixed issue for new data representation of the key @"default" in [ inform... | Bibiko | 2010-03-23 | 1 | -1/+1 |
* | • CSV Import | Bibiko | 2010-03-22 | 1 | -8/+6 |
* | - Make a number of changes to attempt to improve disconnection/quit crashes:... | rowanbeentje | 2010-03-16 | 1 | -1/+1 |
* | Fix some potential issues found during static analysis. | stuconnolly | 2010-03-15 | 1 | -1/+1 |
* | Following a manual code review, fix some local variables overriding global va... | rowanbeentje | 2010-03-15 | 1 | -12/+10 |
* | • added to method informationForTable: | Bibiko | 2010-02-20 | 1 | -12/+37 |