Commit message (Collapse) | 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 all the Xcode 4.6.2 build warnings, and tweak warning settings to ↵ | rowanbeentje | 2013-05-21 | 1 | -1/+1 |
| | | | | enable some more | ||||
* | Issue #1515: Add support for fractional seconds in date/time data types on ↵ | stuconnolly | 2013-05-12 | 1 | -0/+5 |
| | | | | server versions (>5.6.3) that support them. | ||||
* | * Add support for querying the server default charset and collation | dmoagx | 2013-03-10 | 1 | -4/+4 |
| | | | | * Move a bit of redundant code into a method | ||||
* | * Add support for querying MySQL 4 for collations | dmoagx | 2013-03-07 | 1 | -0/+5 |
| | |||||
* | Remove useless init and dealloc method comments and perform general tidy up. | stuconnolly | 2013-01-22 | 1 | -4/+1 |
| | |||||
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -13/+21 |
| | |||||
* | Add support for renaming users on MySQL versions less than 5.0.2 by directly ↵ | stuconnolly | 2012-03-25 | 1 | -0/+5 |
| | | | | updating the mysql.user table. Fixes issue #1285. | ||||
* | - Fix two incorrect initialisations; thanks to sqlprodev for spotting these | rowanbeentje | 2011-10-20 | 1 | -1/+1 |
| | |||||
* | For some reason table creation on MySQL 4.0 servers doesn't like the ↵ | stuconnolly | 2011-10-09 | 1 | -25/+30 |
| | | | | engine/type being quoted. | ||||
* | initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate ↵ | sqlprodev | 2011-04-11 | 1 | -1/+1 |
| | | | | UI code from functional code | ||||
* | fixed compiler warnings | sqlprodev | 2011-03-01 | 1 | -1/+1 |
| | |||||
* | - Add a new -engineTypeQueryName method to SPServerSupport, with a correct ↵ | rowanbeentje | 2011-01-13 | 1 | -1/+6 |
| | | | | | | | split between TYPE or ENGINE depending on database version. - Update CREATE TABLE and ALERT TABLE queries to use this, fixing custom-type table creation on MySQL <4 and table type changes on MySQL >= 5.5. This addresses Issue #947. | ||||
* | Add support for adding SPATIAL indexes on MyISAM tables. Also, update ↵ | stuconnolly | 2010-10-08 | 1 | -0/+5 |
| | | | | Localizable.strings. | ||||
* | Various improvements to server capability/version checking, including: | stuconnolly | 2010-10-07 | 1 | -0/+311 |
- Add a new ServerSupport class, for which an instance is created upon each new connection and is then subsequently accessible via SPDatabaseDocument. - Replace the majority of manual version checking with calls to properties in the above new class. - Improve the user manager's compatibility with MySQL 3 and 4 servers. Fixes issue #811 Other changes include: - Disable the encoding popup button when adding a new table or database to servers running pre MySQL 4.1 as it only contains one option, 'Default'. - Fix various potential memory leaks discovered during static analysis. - General tidy up and comments. |