| Commit message (Expand) | Author | Age | Files | Lines |
* | fix various compile warnings | Abhi Beckert | 2016-04-03 | 1 | -1/+1 |
* | Fix a minor issue where switching an existing datatype to JSON could cause an... | Max | 2016-03-20 | 1 | -2/+3 |
* | Add basic support for JSON type (part of #2199) | Max | 2015-11-15 | 1 | -7/+11 |
* | Fix an issue where changing a table collation could cause an exception (fixes... | Max | 2015-11-11 | 1 | -7/+7 |
* | buildbot didn't like that... | Max | 2015-11-10 | 1 | -1/+1 |
* | Add a "tooltip" when picking a column type in structure view, explaining basi... | Max | 2015-11-10 | 1 | -0/+102 |
* | Changed my mind about something, to make it safer for localization | Max | 2015-11-03 | 1 | -2/+4 |
* | Remove duplicate code for ALTER statement when reordering columns via drag&dr... | Max | 2015-11-03 | 1 | -76/+8 |
* | Add a visual indication for the defaults in the encoding/collation menus in t... | Max | 2015-11-02 | 1 | -0/+126 |
* | Change the internal handling of charset/collation from offset-based to name-b... | Max | 2015-11-01 | 1 | -80/+84 |
* | Minimal refactoring | Max | 2015-10-31 | 1 | -14/+11 |
* | Improve the way Sequel Pro inferrs the collation of a column. (#2237) | Max | 2015-10-25 | 1 | -11/+26 |
* | Replace a lot of SPBeginAlertSheet()s with the more concise SPOnewayAlertSheet() | Max | 2015-10-20 | 1 | -2/+5 |
* | Change [NSArray arrayWithObject:] to @[] literal | Max | 2014-12-13 | 1 | -2/+2 |
* | Replace boxed integers in code with @ literals | Max | 2014-12-13 | 1 | -3/+3 |
* | Add a hidden preference to control the size of the UI's monospaced font. | Stuart Connolly | 2014-05-26 | 1 | -1/+4 |
* | Update URL in source file header to point to GitHub. | Stuart Connolly | 2014-01-26 | 1 | -1/+1 |
* | Remove SVN property placeholder. | Stuart Connolly | 2014-01-26 | 1 | -2/+0 |
* | For the CSV storage engine, don't allow adding nullable fields as well as dis... | stuconnolly | 2013-10-28 | 1 | -46/+51 |
* | - Fix exceptions when shift-tabbing back from a very early cell in the Struc... | rowanbeentje | 2013-08-26 | 1 | -2/+2 |
* | - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab... | rowanbeentje | 2013-05-21 | 1 | -0/+6 |
* | Issue #1515: Add support for fractional seconds in date/time data types on se... | stuconnolly | 2013-05-12 | 1 | -11/+14 |
* | - Fix string type detection, addressing errors when converting string types ... | rowanbeentje | 2013-04-16 | 1 | -2/+2 |
* | - Fix errors when editing or moving columns on server vesions which do not s... | rowanbeentje | 2013-03-19 | 1 | -3/+4 |
* | Make some small tweaks to string BINARY handling: | rowanbeentje | 2013-03-17 | 1 | -5/+3 |
* | Fix some 10.8 warnings. | stuconnolly | 2013-02-17 | 1 | -1/+1 |
* | Changing SP_REFACTOR macro to SP_CODA | sqlprodev | 2013-02-14 | 1 | -27/+27 |
* | Default grayed out column encodings should use monospaced fonts if enabled. | stuconnolly | 2012-08-13 | 1 | -31/+47 |
* | - Fix table structure issues with default collations on non-default encoding... | rowanbeentje | 2012-08-05 | 1 | -2/+15 |
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -13/+20 |
* | Fix the display of the encoding and collation of fields that don't support th... | stuconnolly | 2012-07-16 | 1 | -25/+23 |
* | Move the table structure's loading logic into it's own category. | stuconnolly | 2012-07-04 | 1 | -0/+2 |
* | More tidy up. | stuconnolly | 2012-06-04 | 1 | -16/+19 |
* | - 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/+4 |
* | - Fix a possible race condition exception when switching between tables when... | rowanbeentje | 2012-03-21 | 1 | -1/+1 |
* | Warning: this branch commit is largely untested, and known to throw exception... | rowanbeentje | 2012-02-23 | 1 | -3/+4 |
* | - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warnings | rowanbeentje | 2012-02-08 | 1 | -2/+2 |
* | Rework linebreak handling in content and custom query result views, as trigge... | rowanbeentje | 2011-09-21 | 1 | -1/+1 |
* | When moving a field in the structure view, only use the default value if it a... | stuconnolly | 2011-08-09 | 1 | -34/+48 |
* | merging SP_REFACTOR branch with trunk | sqlprodev | 2011-05-19 | 1 | -0/+2 |
* | • improve BIT field type support | Bibiko | 2011-05-05 | 1 | -1/+1 |
* | - Add the ability to double-click in empty areas of the main tableviews to a... | rowanbeentje | 2011-04-25 | 1 | -0/+1 |
* | SP_REFACTOR: Workaround for naming conflict with postNotificationOnMainThread... | sqlprodev | 2011-04-14 | 1 | -8/+0 |
* | Make some minor changes after reviewing r3271: | rowanbeentje | 2011-04-14 | 1 | -3/+3 |
* | initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U... | sqlprodev | 2011-04-11 | 1 | -3/+13 |
* | - Fix more compiler warnings | rowanbeentje | 2011-03-15 | 1 | -1/+1 |
* | Fix more compiler warnings. | stuconnolly | 2011-03-14 | 1 | -2/+2 |
* | Fix more compiler warnings. | stuconnolly | 2011-03-04 | 1 | -1/+1 |
* | fixed compiler warnings | sqlprodev | 2011-03-01 | 1 | -1/+5 |