aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableRelations.m
Commit message (Expand)AuthorAgeFilesLines
* 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
* Address Issue #546 (format string bugs):rowanbeentje2010-01-201-2/+3
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-7/+7
* Replace the main toolbar's #define'd identifier constants with extern's. This...stuconnolly2009-12-121-3/+3
* When attempting to delete a field that is part of a foreign key relationship,...stuconnolly2009-11-181-1/+1
* Make the relations table view observe the use monospaced font preference.stuconnolly2009-11-151-0/+26
* Set keyboard shortcut for Delete button in alert dialogs to command D.avenjamin2009-11-091-4/+5
* Tidy up.stuconnolly2009-11-071-2/+2
* - Add task support to all the main interface viewsrowanbeentje2009-11-041-6/+63
* Enable the display of vertical grid lines in the table relations table view.stuconnolly2009-11-011-0/+14
* Tiny performance improvement and cleaner code.stuconnolly2009-10-091-3/+3
* Don't filter out the current table of available tables to reference when crea...stuconnolly2009-10-091-1/+1
* When creating a new relation, the ON UPDATE and ON DELETE drop downs should o...stuconnolly2009-08-271-5/+11
* Don't run the add relation sheet application modally and thus block the entir...stuconnolly2009-08-071-19/+14
* - Update the 'this table does not support relations' to be a little more info...stuconnolly2009-07-301-1/+1
* - Add keyboard shortcuts for Add and Delete buttons in Table Relations panerowanbeentje2009-07-261-0/+9
* Merge framework integration branch back to trunk. Summary of changes:stuconnolly2009-07-211-3/+1
* - Make the DBView window the document window. This allows the document to b...rowanbeentje2009-07-151-0/+1
* Fix warnings caused by calls to validateMenuItem: being passed to NSObject by...stuconnolly2009-07-021-1/+1