index
:
sequelpro/.git
master
MySQL/MariaDB database management for macOS
Filipp Lepalaan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
SPTableRelations.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Set keyboard shortcut for Delete button in alert dialogs to command D.
avenjamin
2009-11-09
1
-4
/
+5
*
Tidy up.
stuconnolly
2009-11-07
1
-2
/
+2
*
- Add task support to all the main interface views
rowanbeentje
2009-11-04
1
-6
/
+63
*
Enable the display of vertical grid lines in the table relations table view.
stuconnolly
2009-11-01
1
-0
/
+14
*
Tiny performance improvement and cleaner code.
stuconnolly
2009-10-09
1
-3
/
+3
*
Don't filter out the current table of available tables to reference when crea...
stuconnolly
2009-10-09
1
-1
/
+1
*
When creating a new relation, the ON UPDATE and ON DELETE drop downs should o...
stuconnolly
2009-08-27
1
-5
/
+11
*
Don't run the add relation sheet application modally and thus block the entir...
stuconnolly
2009-08-07
1
-19
/
+14
*
- Update the 'this table does not support relations' to be a little more info...
stuconnolly
2009-07-30
1
-1
/
+1
*
- Add keyboard shortcuts for Add and Delete buttons in Table Relations pane
rowanbeentje
2009-07-26
1
-0
/
+9
*
Merge framework integration branch back to trunk. Summary of changes:
stuconnolly
2009-07-21
1
-3
/
+1
*
- Make the DBView window the document window. This allows the document to b...
rowanbeentje
2009-07-15
1
-0
/
+1
*
Fix warnings caused by calls to validateMenuItem: being passed to NSObject by...
stuconnolly
2009-07-02
1
-1
/
+1
*
Add contextual menus to the table content and table relations views. Complete...
stuconnolly
2009-07-02
1
-0
/
+15
*
Change the remove relation confirmation dialog to a sheet as opposed to a mod...
stuconnolly
2009-06-24
1
-34
/
+48
*
Remove table column from relations table view as its redundant data.
stuconnolly
2009-06-24
1
-1
/
+0
[next]