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
/
SPTableStructure.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix build warning.
stuconnolly
2013-03-19
1
-0
/
+1
*
- Fix errors when editing or moving columns on server vesions which do not s...
rowanbeentje
2013-03-19
1
-1
/
+1
*
Changing SP_REFACTOR macro to SP_CODA
sqlprodev
2013-02-14
1
-33
/
+33
*
Remove useless init and dealloc method comments and perform general tidy up.
stuconnolly
2013-01-22
1
-10
/
+1
*
- Add names for most threads created by Sequel Pro for easier debug
rowanbeentje
2012-10-14
1
-2
/
+3
*
Filter window should observe use table view gridlines preference.
stuconnolly
2012-08-14
1
-1
/
+0
*
Change Sequel Pro's license from GPL (version 2) to MIT.
stuconnolly
2012-07-25
1
-12
/
+20
*
Move the table structure's loading logic into it's own category.
stuconnolly
2012-07-04
1
-306
/
+2
*
If available display the columns default encoding and collation in the struct...
stuconnolly
2012-07-04
1
-26
/
+69
*
- Clean up SPMySQL and QueryKit inclusion and search methods, which should f...
rowanbeentje
2012-03-27
1
-4
/
+0
*
tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTOR
sqlprodev
2012-03-27
1
-0
/
+9
*
- Fix a possible race condition exception when switching between tables when...
rowanbeentje
2012-03-21
1
-3
/
+7
*
- Fix exceptions when using Show Optimized Field Type in the Structure pane ...
rowanbeentje
2012-03-20
1
-0
/
+1
*
- Remove the GPL-licensed Colloquy-sourced NSNotificationAdditions category ...
rowanbeentje
2012-03-17
1
-8
/
+0
*
More bugfixes to the SPMySQL integration branch:
rowanbeentje
2012-03-14
1
-2
/
+2
*
Warning: this branch commit is largely untested, and known to throw exception...
rowanbeentje
2012-02-23
1
-53
/
+45
*
- Cleanup: improve compatibility with 10.7 SDK to reduce compiler warnings
rowanbeentje
2012-02-08
1
-7
/
+7
*
Fix the indexes view not restoring the use vertical table view gridlines pref...
stuconnolly
2012-01-09
1
-0
/
+1
*
- Prevent export and indexes controller awakeFromNib: routines from being ru...
rowanbeentje
2011-08-25
1
-0
/
+3
*
- Fix thread-safety issues creating the encoding popupbuttoncell on the Stru...
rowanbeentje
2011-07-11
1
-4
/
+4
*
merging SP_REFACTOR branch with trunk
sqlprodev
2011-05-19
1
-0
/
+53
*
- Add the ability to double-click in empty areas of the main tableviews to a...
rowanbeentje
2011-04-25
1
-0
/
+9
*
SP_REFACTOR: Workaround for naming conflict with postNotificationOnMainThread...
sqlprodev
2011-04-14
1
-31
/
+9
*
Make some minor changes after reviewing r3271:
rowanbeentje
2011-04-14
1
-14
/
+14
*
initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...
sqlprodev
2011-04-11
1
-22
/
+121
*
Address Issue #984:
rowanbeentje
2011-03-21
1
-2
/
+13
*
Fix more compiler warnings, including a few bugs
rowanbeentje
2011-03-08
1
-26
/
+29
*
fixed compiler warnings
sqlprodev
2011-03-01
1
-2
/
+0
*
fixed compiler warnings
sqlprodev
2011-03-01
1
-1
/
+0
*
- When resetting AUTO_INCREMENT for a table, always use the selected table n...
rowanbeentje
2011-01-11
1
-7
/
+1
*
- Rework the Add Index indexes menu and the auto_increment index required me...
rowanbeentje
2011-01-04
1
-2
/
+12
*
- Don't specify DEFAULT '' when saving TEXT, BLOB or geometry field types; t...
rowanbeentje
2010-12-08
1
-2
/
+3
*
Add a new category to SPDatabaseDocument, allowing code cleanup and moving ce...
rowanbeentje
2010-11-03
1
-7
/
+7
*
• TableStructure sheet to ask for the to be used index of an auto_increment...
Bibiko
2010-11-01
1
-56
/
+51
*
• improved Structure editing logic to allow to choose auto_increment for Ex...
Bibiko
2010-11-01
1
-2
/
+18
*
Tidy up SPTableStructure including moving all the private field type validati...
stuconnolly
2010-10-28
1
-169
/
+116
*
Add SPDefaultPasteboardDragType constant.
stuconnolly
2010-10-28
1
-9
/
+5
*
Split out all of SPTableStructure's delegate and datasource methods into thei...
stuconnolly
2010-10-26
1
-530
/
+2
*
• improved the TableStructure handling of GEOMETRY fields and their validat...
Bibiko
2010-10-25
1
-3
/
+3
*
- Split out all of SPExportController's delegate methods to their own category.
stuconnolly
2010-10-24
1
-3
/
+0
*
When adding or editing a field and the option to make it the primary key is s...
stuconnolly
2010-10-20
1
-30
/
+47
*
Considering nearly every class uses constants, import it via the prefix header.
stuconnolly
2010-10-19
1
-1
/
+0
*
• implemented for TableStructure's source table the possibility to hide/unh...
Bibiko
2010-10-15
1
-0
/
+57
*
• display SPA in the Key column if a field has a spatial key
Bibiko
2010-10-09
1
-1
/
+4
*
• added spatial field types to field list suggestions
Bibiko
2010-10-08
1
-3
/
+26
*
• fixed issue836 by avoiding the fact that while selecting a new table the...
Bibiko
2010-09-22
1
-15
/
+18
*
• TableStructure
Bibiko
2010-09-21
1
-25
/
+126
*
Update Localizable.strings and resolve the use of multiple comments for the s...
stuconnolly
2010-09-21
1
-1
/
+0
*
- Remove a number of invalid [NSTableView makeFirstResponder] calls that had...
rowanbeentje
2010-09-18
1
-3
/
+3
*
New add index sheet, which includes:
stuconnolly
2010-09-17
1
-0
/
+3
[next]