aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDatabaseData.m
Commit message (Expand)AuthorAgeFilesLines
* Another attempt at #2436Max2016-06-261-148/+196
* Change a potentially risky call (hopefully a fix for #2436)Max2016-03-061-1/+1
* * Basic math is hard sometimes (fixes an issue introduced by me in b2d798ba92...Max2015-10-311-0/+3
* Add method to get charset from collationMax2015-10-311-13/+32
* Improve the way Sequel Pro inferrs the collation of a column. (#2237)Max2015-10-251-9/+47
* Formalize [x release], x = nil; conventionMax2015-01-041-10/+10
* Replace some NSDictionaries with literalsMax2014-12-131-9/+9
* Change [NSArray arrayWithObject:] to @[] literalMax2014-12-131-1/+1
* 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
* - Fix errors when editing or moving columns on server vesions which do not s...rowanbeentje2013-03-191-14/+4
* * When adding a database the servers default charset is now showndmoagx2013-03-111-2/+7
* * Add support for querying the server default charset and collationdmoagx2013-03-101-26/+63
* * Add support for querying MySQL 4 for collationsdmoagx2013-03-071-0/+49
* - Alter the database creation sheet to correctly use the selected new databa...rowanbeentje2013-03-021-1/+3
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-7/+1
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+20
* If available display the columns default encoding and collation in the struct...stuconnolly2012-07-041-0/+24
* Improvements to the New Table sheet:rowanbeentje2012-06-181-5/+16
* - Retain the new SPDatabaseData defaultCharacterSetEncoding when created, fi...rowanbeentje2012-06-111-1/+1
* Add the default encoding and storage engine to the default menu items on the ...stuconnolly2012-06-101-16/+61
* - Alphabetically sort table engines, addressing Issue #1316rowanbeentje2012-04-091-2/+10
* - 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/+4
* Final feature work on the SPMySQL branch before merging:rowanbeentje2012-03-141-0/+1
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-20/+12
* Fix more compiler warnings, including a few bugsrowanbeentje2011-03-081-1/+1
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-1/+0
* Tidy up SPDatabaseData by splitting out the hardcoded list of charcater sets ...stuconnolly2010-10-081-162/+6
* Various improvements to server capability/version checking, including:stuconnolly2010-10-071-44/+51
* • [SPDatabase getDatabaseCollationsForEncoding:] now uses a cache to reduce...Bibiko2010-09-091-5/+14
* - Convert connection encoding menus to be menu tag based to fix localisation...rowanbeentje2010-06-141-2/+24
* Speed up SPDatabaseData by obtaining the server version when the connection i...stuconnolly2010-04-211-17/+25
* - Make [MCPConnection getLastErrorMessage] more consistent by always returni...rowanbeentje2010-03-251-2/+1
* General tidy up, with a focus on consolidating more constants in SPConstants....stuconnolly2010-03-241-4/+4
* Following a manual code review, fix some local variables overriding global va...rowanbeentje2010-03-151-1/+1
* • avoid querying for collations if passed var "encoding" for method getData...Bibiko2010-01-131-1/+1
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-1/+1
* • avoid querying the server for `information_schema` table for MySQL versio...Bibiko2010-01-061-4/+7
* - Ensure all results for server variable requests are returned as strings, t...rowanbeentje2010-01-031-0/+1
* - Fix display of the bottom row in the query console by reloading table data...rowanbeentje2009-12-021-26/+15
* Faster loop approach.stuconnolly2009-11-011-4/+2
* When checking the existance of the ENGINES table within the information_schem...stuconnolly2009-11-011-2/+2
* • added to hard-coded encoding list the DESCRIPTION fieldBibiko2009-09-081-170/+173
* Merge framework integration branch back to trunk. Summary of changes:stuconnolly2009-07-211-8/+6
* Remove the dependency on information_schema for table encodings.stuconnolly2009-07-201-1/+19
* Include a hard coded list of encodings and collations in SPDatabaseData to re...stuconnolly2009-07-201-6/+200
* Accommodate all MySQL versions when getting the list of storage engines.stuconnolly2009-06-191-4/+73
* Forgot to add !, removed for testing.stuconnolly2009-05-271-1/+1
* Log query errors in SPDatabaseData to the console.stuconnolly2009-05-271-2/+2