| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | - Fix errors when editing or moving columns on server vesions which do not s... | rowanbeentje | 2013-03-19 | 1 | -14/+4 |
* | * When adding a database the servers default charset is now shown | dmoagx | 2013-03-11 | 1 | -2/+7 |
* | * Add support for querying the server default charset and collation | dmoagx | 2013-03-10 | 1 | -26/+63 |
* | * Add support for querying MySQL 4 for collations | dmoagx | 2013-03-07 | 1 | -0/+49 |
* | - Alter the database creation sheet to correctly use the selected new databa... | rowanbeentje | 2013-03-02 | 1 | -1/+3 |
* | Remove useless init and dealloc method comments and perform general tidy up. | stuconnolly | 2013-01-22 | 1 | -7/+1 |
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -12/+20 |
* | If available display the columns default encoding and collation in the struct... | stuconnolly | 2012-07-04 | 1 | -0/+24 |
* | Improvements to the New Table sheet: | rowanbeentje | 2012-06-18 | 1 | -5/+16 |
* | - Retain the new SPDatabaseData defaultCharacterSetEncoding when created, fi... | rowanbeentje | 2012-06-11 | 1 | -1/+1 |
* | Add the default encoding and storage engine to the default menu items on the ... | stuconnolly | 2012-06-10 | 1 | -16/+61 |
* | - Alphabetically sort table engines, addressing Issue #1316 | rowanbeentje | 2012-04-09 | 1 | -2/+10 |
* | - 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 |
* | Final feature work on the SPMySQL branch before merging: | rowanbeentje | 2012-03-14 | 1 | -0/+1 |
* | Warning: this branch commit is largely untested, and known to throw exception... | rowanbeentje | 2012-02-23 | 1 | -20/+12 |
* | Fix more compiler warnings, including a few bugs | rowanbeentje | 2011-03-08 | 1 | -1/+1 |
* | - Split out all of SPExportController's delegate methods to their own category. | stuconnolly | 2010-10-24 | 1 | -1/+0 |
* | Tidy up SPDatabaseData by splitting out the hardcoded list of charcater sets ... | stuconnolly | 2010-10-08 | 1 | -162/+6 |
* | Various improvements to server capability/version checking, including: | stuconnolly | 2010-10-07 | 1 | -44/+51 |
* | • [SPDatabase getDatabaseCollationsForEncoding:] now uses a cache to reduce... | Bibiko | 2010-09-09 | 1 | -5/+14 |
* | - Convert connection encoding menus to be menu tag based to fix localisation... | rowanbeentje | 2010-06-14 | 1 | -2/+24 |
* | Speed up SPDatabaseData by obtaining the server version when the connection i... | stuconnolly | 2010-04-21 | 1 | -17/+25 |
* | - Make [MCPConnection getLastErrorMessage] more consistent by always returni... | rowanbeentje | 2010-03-25 | 1 | -2/+1 |
* | General tidy up, with a focus on consolidating more constants in SPConstants.... | stuconnolly | 2010-03-24 | 1 | -4/+4 |
* | Following a manual code review, fix some local variables overriding global va... | rowanbeentje | 2010-03-15 | 1 | -1/+1 |
* | • avoid querying for collations if passed var "encoding" for method getData... | Bibiko | 2010-01-13 | 1 | -1/+1 |
* | - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re... | rowanbeentje | 2010-01-09 | 1 | -1/+1 |
* | • avoid querying the server for `information_schema` table for MySQL versio... | Bibiko | 2010-01-06 | 1 | -4/+7 |
* | - Ensure all results for server variable requests are returned as strings, t... | rowanbeentje | 2010-01-03 | 1 | -0/+1 |
* | - Fix display of the bottom row in the query console by reloading table data... | rowanbeentje | 2009-12-02 | 1 | -26/+15 |
* | Faster loop approach. | stuconnolly | 2009-11-01 | 1 | -4/+2 |
* | When checking the existance of the ENGINES table within the information_schem... | stuconnolly | 2009-11-01 | 1 | -2/+2 |
* | • added to hard-coded encoding list the DESCRIPTION field | Bibiko | 2009-09-08 | 1 | -170/+173 |
* | Merge framework integration branch back to trunk. Summary of changes: | stuconnolly | 2009-07-21 | 1 | -8/+6 |
* | Remove the dependency on information_schema for table encodings. | stuconnolly | 2009-07-20 | 1 | -1/+19 |
* | Include a hard coded list of encodings and collations in SPDatabaseData to re... | stuconnolly | 2009-07-20 | 1 | -6/+200 |
* | Accommodate all MySQL versions when getting the list of storage engines. | stuconnolly | 2009-06-19 | 1 | -4/+73 |
* | Forgot to add !, removed for testing. | stuconnolly | 2009-05-27 | 1 | -1/+1 |
* | Log query errors in SPDatabaseData to the console. | stuconnolly | 2009-05-27 | 1 | -2/+2 |
* | Redesigned table information pane. | stuconnolly | 2009-05-27 | 1 | -0/+176 |