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
/
SPExtendedTableInfo.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for printing a table's create syntax with syntax highlighting.
stuconnolly
2010-03-13
1
-6
/
+21
*
Lots more printing support enhancements, including:
stuconnolly
2010-03-13
1
-19
/
+47
*
Localise SPExtendedTableInfo.m and remove use of multiple comments for locali...
stuconnolly
2010-03-03
1
-24
/
+25
*
In the extended table information view, hide rather than disable the 'reset a...
stuconnolly
2010-03-01
1
-2
/
+2
*
• Reset AUTO_INCREMENT in Table Info Pane uses inline entering of the new v...
Bibiko
2010-02-23
1
-4
/
+31
*
• implemented chance to reset AUTO_INCREMENT of the PRIMARY KEY field in Ta...
Bibiko
2010-02-22
1
-3
/
+15
*
- Trigger a full table reload when the table type is changed; makes relation...
rowanbeentje
2010-02-06
1
-1
/
+2
*
Address Issue #546 (format string bugs):
rowanbeentje
2010-01-20
1
-4
/
+5
*
• fixed: escape new entered comments in the Table Info Pane before applying...
Bibiko
2010-01-12
1
-1
/
+1
*
Replace the main toolbar's #define'd identifier constants with extern's. This...
stuconnolly
2009-12-12
1
-3
/
+3
*
- Make some thread safety improvements to improve on Issue #460
rowanbeentje
2009-11-18
1
-4
/
+20
*
- Make some thread safety improvements to try to address Issue #460
rowanbeentje
2009-11-16
1
-0
/
+1
*
When viewing the information_schema database, disable all controls on the tab...
stuconnolly
2009-11-15
1
-8
/
+13
*
Tidy up.
stuconnolly
2009-11-07
1
-2
/
+2
*
- Add task support to all the main interface views
rowanbeentje
2009-11-04
1
-5
/
+72
*
- Use long longs instead of ints when looking at table sizes, free space, an...
rowanbeentje
2009-09-01
1
-4
/
+14
*
- Rework TableContent row count fetching, loading it in the correct location...
rowanbeentje
2009-08-13
1
-2
/
+2
*
Merge framework integration branch back to trunk. Summary of changes:
stuconnolly
2009-07-21
1
-1
/
+0
*
Remove the dependency on information_schema for table encodings.
stuconnolly
2009-07-20
1
-4
/
+4
*
Include a hard coded list of encodings and collations in SPDatabaseData to re...
stuconnolly
2009-07-20
1
-5
/
+13
*
MyISAM tables report the exact number of rows in a table in the output of SHO...
stuconnolly
2009-07-07
1
-0
/
+4
*
Accommodate all MySQL versions when getting the list of storage engines.
stuconnolly
2009-06-19
1
-1
/
+1
*
• Table Info
Bibiko
2009-05-28
1
-4
/
+13
*
Bind the table create syntax text view's backgroud colour upon awakeFromNib.
stuconnolly
2009-05-27
1
-0
/
+17
*
We don't need to manually set the create syntax text view font because of the...
stuconnolly
2009-05-27
1
-8
/
+0
*
Redesigned table information pane.
stuconnolly
2009-05-27
1
-0
/
+358