Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bring outline view branch up to date with trunk. | stuconnolly | 2012-04-16 | 1 | -0/+6 |
| | |||||
* | Bring outlinew view branch up to date with trunk (r3375:3468). | stuconnolly | 2012-01-22 | 1 | -0/+7 |
| | |||||
* | - Add a new -engineTypeQueryName method to SPServerSupport, with a correct ↵ | rowanbeentje | 2011-01-13 | 1 | -0/+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/+6 |
| | | | | Localizable.strings. | ||||
* | Various improvements to server capability/version checking, including: | stuconnolly | 2010-10-07 | 1 | -0/+209 |
- 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. |