aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableStructureLoading.m
Commit message (Expand)AuthorAgeFilesLines
* Improve the way Sequel Pro inferrs the collation of a column. (#2237)Max2015-10-251-8/+16
* Formalize [x release], x = nil; conventionMax2015-01-041-2/+2
* Replace some NSDictionaries with literalsMax2014-12-131-2/+2
* Change [NSArray arrayWithObject:] to @[] literalMax2014-12-131-2/+2
* Replace boxed integers in code with @ literalsMax2014-12-131-1/+1
* Reformatting code for modern ObjCMax2014-12-131-1/+1
* Add a hidden preference to control the size of the UI's monospaced font.Stuart Connolly2014-05-261-2/+4
* Add basic support for CURRENT_TIMESTAMP in DATETIME columns (MySQL 5.6.5)Max2014-03-191-2/+3
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
* For the CSV storage engine, don't allow adding nullable fields as well as dis...stuconnolly2013-10-281-2/+1
* - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...rowanbeentje2013-05-211-1/+2
* - Fix string type detection, addressing errors when converting string types ...rowanbeentje2013-04-161-1/+1
* Changing SP_REFACTOR macro to SP_CODAsqlprodev2013-02-141-6/+6
* - Add names for most threads created by Sequel Pro for easier debugrowanbeentje2012-10-141-4/+6
* Default grayed out column encodings should use monospaced fonts if enabled.stuconnolly2012-08-131-1/+7
* - Fix line breaking within the encoding dropdown, addressing a regression ca...rowanbeentje2012-08-051-1/+3
* - Fix table structure issues with default collations on non-default encoding...rowanbeentje2012-08-051-9/+20
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-2/+2
* Fix the display of the encoding and collation of fields that don't support th...stuconnolly2012-07-161-7/+11
* Move the table structure's loading logic into it's own category.stuconnolly2012-07-041-0/+354