| Commit message (Expand) | Author | Age | Files | Lines |
* | Silly me, tried to use a method that was newer than 10.6… | Max | 2015-04-16 | 1 | -3/+7 |
* | Change the visual appearance of the FK creation error dialog a bit | Max | 2015-04-16 | 1 | -15/+12 |
* | Restore detailed error messages for FK errors in MySQL 5.5+ | Max | 2015-04-16 | 1 | -10/+14 |
* | Dim the database name in relations view if foreign database == local database. | Max | 2015-04-13 | 1 | -1/+7 |
* | Formalize [x release], x = nil; convention | Max | 2015-01-04 | 1 | -2/+2 |
* | Replace some NSDictionaries with literals | Max | 2014-12-13 | 1 | -1/+1 |
* | Add a hidden preference to control the size of the UI's monospaced font. | Stuart Connolly | 2014-05-26 | 1 | -3/+5 |
* | 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 |
* | Minor change to push build through. | stuconnolly | 2013-10-24 | 1 | -1/+0 |
* | Issue #1369: Fix the display of cross database relations. | stuconnolly | 2013-10-21 | 1 | -7/+10 |
* | * Composite Foreign Keys will now show all columns in Relation view (workaround) | dmoagx | 2013-04-21 | 1 | -3/+3 |
* | Remove useless init and dealloc method comments and perform general tidy up. | stuconnolly | 2013-01-22 | 1 | -6/+3 |
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -14/+22 |
* | - Clean up SPMySQL and QueryKit inclusion and search methods, which should f... | rowanbeentje | 2012-03-27 | 1 | -1/+1 |
* | Warning: this branch commit is largely untested, and known to throw exception... | rowanbeentje | 2012-02-23 | 1 | -10/+8 |
* | For some reason table creation on MySQL 4.0 servers doesn't like the engine/t... | stuconnolly | 2011-10-09 | 1 | -6/+6 |
* | - Make add relation error detail intro localisable | rowanbeentje | 2011-09-09 | 1 | -1/+7 |
* | Rework relation addition and name lookups following testing and research: | rowanbeentje | 2011-09-07 | 1 | -91/+55 |
* | Replace use of string literals with constants in SPTableRelations.m | stuconnolly | 2011-09-04 | 1 | -15/+22 |
* | Fix for issue 1168. Whenever the database is changed load all of the currentl... | stuconnolly | 2011-09-04 | 1 | -69/+130 |
* | Minor tidy up. | stuconnolly | 2011-07-11 | 1 | -5/+1 |
* | * Fixes a spacing issue and an issue where MySQL keywords could be translated... | dmoagx | 2011-07-04 | 1 | -9/+71 |
* | * Allow table names to be sorted in lists via "AlphabeticalTableSorting" hidd... | dmoagx | 2011-04-29 | 1 | -2/+5 |
* | - Add the ability to double-click in empty areas of the main tableviews to a... | rowanbeentje | 2011-04-25 | 1 | -0/+8 |
* | Fix more compiler warnings, including a few bugs | rowanbeentje | 2011-03-08 | 1 | -8/+8 |
* | • fixed table list querying by checking utf8 connection since we query info... | Bibiko | 2011-01-26 | 1 | -6/+17 |
* | - Split out all of SPExportController's delegate methods to their own category. | stuconnolly | 2010-10-24 | 1 | -1/+0 |
* | Considering nearly every class uses constants, import it via the prefix header. | stuconnolly | 2010-10-19 | 1 | -1/+0 |
* | - Make a few more strings localizable | rowanbeentje | 2010-08-01 | 1 | -2/+2 |
* | • localisation issues | Bibiko | 2010-07-05 | 1 | -61/+60 |
* | 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 | -2/+2 |
* | Rework alert sheets: | rowanbeentje | 2010-05-09 | 1 | -2/+2 |
* | changed many occurrences of "REMOVE" to "DELETE", eg. "DELETE DATABASE" | jakob | 2010-04-22 | 1 | -2/+2 |
* | fix for referential action not showing in relations view in certain circumsta... | mtvee | 2010-04-06 | 1 | -2/+2 |
* | - Make [MCPConnection getLastErrorMessage] more consistent by always returni... | rowanbeentje | 2010-03-25 | 1 | -6/+3 |
* | General tidy up, with a focus on consolidating more constants in SPConstants.... | stuconnolly | 2010-03-24 | 1 | -3/+3 |
* | - Remove observers for key paths when dealloc'ing objects to fix later crash... | rowanbeentje | 2010-03-23 | 1 | -1/+3 |
* | - Make a number of changes to attempt to improve disconnection/quit crashes:... | rowanbeentje | 2010-03-16 | 1 | -3/+3 |
* | Add support for printing the table triggers view as well some HTML generation... | stuconnolly | 2010-03-13 | 1 | -3/+6 |
* | Various printing support enhancements, including: | stuconnolly | 2010-03-12 | 1 | -4/+40 |
* | Localize delete relation context menu item, update Localizable.strings and us... | stuconnolly | 2010-02-06 | 1 | -1/+1 |
* | - Correctly escape field names when creating foreign keys, and escape the da... | rowanbeentje | 2010-01-21 | 1 | -3/+3 |
* | Address Issue #546 (format string bugs): | rowanbeentje | 2010-01-20 | 1 | -2/+3 |
* | - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re... | rowanbeentje | 2010-01-09 | 1 | -7/+7 |
* | Replace the main toolbar's #define'd identifier constants with extern's. This... | stuconnolly | 2009-12-12 | 1 | -3/+3 |
* | When attempting to delete a field that is part of a foreign key relationship,... | stuconnolly | 2009-11-18 | 1 | -1/+1 |
* | Make the relations table view observe the use monospaced font preference. | stuconnolly | 2009-11-15 | 1 | -0/+26 |