aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPServerSupport.m
Commit message (Expand)AuthorAgeFilesLines
* * Lock connection during disconnect to prevent some race conditionsMax2015-10-301-7/+6
* Added fallback code for server version identification.Max2015-08-071-4/+4
* Restore detailed error messages for FK errors in MySQL 5.5+Max2015-04-161-0/+24
* Add support for FULLTEXT indexes in InnoDB tablesMax2015-04-061-0/+3
* Some internal addtions for mysql event supportMax2015-01-021-0/+5
* 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 all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...rowanbeentje2013-05-211-1/+1
* Issue #1515: Add support for fractional seconds in date/time data types on se...stuconnolly2013-05-121-0/+5
* * Add support for querying the server default charset and collationdmoagx2013-03-101-4/+4
* * Add support for querying MySQL 4 for collationsdmoagx2013-03-071-0/+5
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-4/+1
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-13/+21
* Add support for renaming users on MySQL versions less than 5.0.2 by directly ...stuconnolly2012-03-251-0/+5
* - Fix two incorrect initialisations; thanks to sqlprodev for spotting theserowanbeentje2011-10-201-1/+1
* For some reason table creation on MySQL 4.0 servers doesn't like the engine/t...stuconnolly2011-10-091-25/+30
* initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...sqlprodev2011-04-111-1/+1
* fixed compiler warningssqlprodev2011-03-011-1/+1
* - Add a new -engineTypeQueryName method to SPServerSupport, with a correct s...rowanbeentje2011-01-131-1/+6
* Add support for adding SPATIAL indexes on MyISAM tables. Also, update Localiz...stuconnolly2010-10-081-0/+5
* Various improvements to server capability/version checking, including:stuconnolly2010-10-071-0/+311