aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableRelations.m
Commit message (Expand)AuthorAgeFilesLines
* merge some smaller classes (part of #2789)Max2018-01-201-0/+51
* Move table relations delegate methods into their own catrgory to be consisten...Stuart Connolly2017-03-281-54/+2
* Replace some legacy NSIndexSet enumeration with 10.6+ style -enumerateIndexes...Max Lohrmann2017-03-121-9/+4
* Add support for adding relations on MySQL < 5 (#530)Max2015-11-061-5/+19
* Replace a lot of SPBeginAlertSheet()s with the more concise SPOnewayAlertSheet()Max2015-10-201-4/+5
* Silly me, tried to use a method that was newer than 10.6…Max2015-04-161-3/+7
* Change the visual appearance of the FK creation error dialog a bitMax2015-04-161-15/+12
* Restore detailed error messages for FK errors in MySQL 5.5+Max2015-04-161-10/+14
* Dim the database name in relations view if foreign database == local database.Max2015-04-131-1/+7
* Formalize [x release], x = nil; conventionMax2015-01-041-2/+2
* Replace some NSDictionaries with literalsMax2014-12-131-1/+1
* Add a hidden preference to control the size of the UI's monospaced font.Stuart Connolly2014-05-261-3/+5
* 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
* Minor change to push build through.stuconnolly2013-10-241-1/+0
* Issue #1369: Fix the display of cross database relations.stuconnolly2013-10-211-7/+10
* * Composite Foreign Keys will now show all columns in Relation view (workaround)dmoagx2013-04-211-3/+3
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-6/+3
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-14/+22
* - Clean up SPMySQL and QueryKit inclusion and search methods, which should f...rowanbeentje2012-03-271-1/+1
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-10/+8
* For some reason table creation on MySQL 4.0 servers doesn't like the engine/t...stuconnolly2011-10-091-6/+6
* - Make add relation error detail intro localisablerowanbeentje2011-09-091-1/+7
* Rework relation addition and name lookups following testing and research:rowanbeentje2011-09-071-91/+55
* Replace use of string literals with constants in SPTableRelations.mstuconnolly2011-09-041-15/+22
* Fix for issue 1168. Whenever the database is changed load all of the currentl...stuconnolly2011-09-041-69/+130
* Minor tidy up.stuconnolly2011-07-111-5/+1
* * Fixes a spacing issue and an issue where MySQL keywords could be translated...dmoagx2011-07-041-9/+71
* * Allow table names to be sorted in lists via "AlphabeticalTableSorting" hidd...dmoagx2011-04-291-2/+5
* - Add the ability to double-click in empty areas of the main tableviews to a...rowanbeentje2011-04-251-0/+8
* Fix more compiler warnings, including a few bugsrowanbeentje2011-03-081-8/+8
* • fixed table list querying by checking utf8 connection since we query info...Bibiko2011-01-261-6/+17
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-1/+0
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* - Make a few more strings localizablerowanbeentje2010-08-011-2/+2
* • localisation issuesBibiko2010-07-051-61/+60
* 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-2/+2
* Rework alert sheets:rowanbeentje2010-05-091-2/+2
* changed many occurrences of "REMOVE" to "DELETE", eg. "DELETE DATABASE"jakob2010-04-221-2/+2
* fix for referential action not showing in relations view in certain circumsta...mtvee2010-04-061-2/+2
* - Make [MCPConnection getLastErrorMessage] more consistent by always returni...rowanbeentje2010-03-251-6/+3
* General tidy up, with a focus on consolidating more constants in SPConstants....stuconnolly2010-03-241-3/+3
* - Remove observers for key paths when dealloc'ing objects to fix later crash...rowanbeentje2010-03-231-1/+3
* - Make a number of changes to attempt to improve disconnection/quit crashes:...rowanbeentje2010-03-161-3/+3
* Add support for printing the table triggers view as well some HTML generation...stuconnolly2010-03-131-3/+6
* Various printing support enhancements, including:stuconnolly2010-03-121-4/+40
* Localize delete relation context menu item, update Localizable.strings and us...stuconnolly2010-02-061-1/+1
* - Correctly escape field names when creating foreign keys, and escape the da...rowanbeentje2010-01-211-3/+3