aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableStructure.m
Commit message (Expand)AuthorAgeFilesLines
* Replace all non-cyclic NSAutoreleasepools with @autoreleasepoolMax2018-05-031-47/+44
* merge SPTableStructure (part of #2789)Max2018-01-201-2/+1145
* Merge SPDatabaseDocument (part of #2789)Max2018-01-201-1/+0
* * Moved `-[SPHistoryController currentlySelectedView]` to SPDatabaseDocument ...Max2017-12-021-2/+2
* fix various compile warningsAbhi Beckert2016-04-031-1/+1
* Clarify some texts in the table column type quick helpMax2016-02-051-5/+5
* Add basic support for JSON type (part of #2199)Max2015-11-151-8/+19
* Add a "tooltip" when picking a column type in structure view, explaining basi...Max2015-11-101-0/+328
* Add support for CURRENT_TIMESTAMP(n) in default/on update column of DATETIME/...Max2015-11-041-3/+7
* Remove duplicate code for ALTER statement when reordering columns via drag&dr...Max2015-11-031-134/+133
* Support fractional seconds for CURRENT_TIMESTAMP in the default column (part ...Max2015-11-031-3/+8
* Change the internal handling of charset/collation from offset-based to name-b...Max2015-11-011-20/+16
* Wrap a repeated call in a simpler methodMax2015-10-251-1/+1
* Replace a lot of SPBeginAlertSheet()s with the more concise SPOnewayAlertSheet()Max2015-10-201-15/+13
* Add some info which might help a bit with debugging threading issuesMax2015-07-021-2/+2
* Setting large auto_increment values (> 1000) could be misinterpreted as decim...Max2015-06-091-10/+16
* Minimal refactoringMax2015-03-091-1/+1
* Addition to commit 2735e15bMax2015-01-041-7/+7
* Formalize [x release], x = nil; conventionMax2015-01-041-1/+1
* Replace some NSDictionaries with literalsMax2014-12-131-8/+7
* Replace boxed integers in code with @ literalsMax2014-12-131-2/+2
* Reformatting code for modern ObjCMax2014-12-131-2/+2
* Add a hidden preference to control the size of the UI's monospaced font.Stuart Connolly2014-05-261-9/+13
* Add basic support for CURRENT_TIMESTAMP in DATETIME columns (MySQL 5.6.5)Max2014-03-191-2/+2
* 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
* Use data type constants.Stuart Connolly2014-01-141-47/+46
* Cleaned up Format string is not a string literal (potentially insecure) errorsMarius Ursache2013-11-091-3/+3
* For the CSV storage engine, don't allow adding nullable fields as well as dis...stuconnolly2013-10-281-8/+15
* Ensure the relations table view is refreshed after field changes result in a ...stuconnolly2013-10-271-11/+31
* - Fix occasional exceptions when saves of new fields in the table structure ...rowanbeentje2013-08-261-7/+6
* * Fixes validation of "Show Optimized Field Type" item (issue #1729)dmoagx2013-05-241-0/+5
* - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...rowanbeentje2013-05-211-0/+1
* - Fix another issue causing ALTER statements to error for binary column type...rowanbeentje2013-04-281-1/+1
* Fix build warning.stuconnolly2013-03-191-0/+1
* - Fix errors when editing or moving columns on server vesions which do not s...rowanbeentje2013-03-191-1/+1
* Changing SP_REFACTOR macro to SP_CODAsqlprodev2013-02-141-33/+33
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-10/+1
* - Add names for most threads created by Sequel Pro for easier debugrowanbeentje2012-10-141-2/+3
* Filter window should observe use table view gridlines preference.stuconnolly2012-08-141-1/+0
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+20
* Move the table structure's loading logic into it's own category.stuconnolly2012-07-041-306/+2
* If available display the columns default encoding and collation in the struct...stuconnolly2012-07-041-26/+69
* - Clean up SPMySQL and QueryKit inclusion and search methods, which should f...rowanbeentje2012-03-271-4/+0
* tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTORsqlprodev2012-03-271-0/+9
* - Fix a possible race condition exception when switching between tables when...rowanbeentje2012-03-211-3/+7
* - Fix exceptions when using Show Optimized Field Type in the Structure pane ...rowanbeentje2012-03-201-0/+1
* - Remove the GPL-licensed Colloquy-sourced NSNotificationAdditions category ...rowanbeentje2012-03-171-8/+0
* More bugfixes to the SPMySQL integration branch:rowanbeentje2012-03-141-2/+2
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-53/+45