Skip to content

MySQL compatibility #8

@livni

Description

@livni

While trying to work with django-planet with MySQL I've encountered two problems:

The Blog model requires the "url" will be both unique and with max_length of 1024. In MySQL this is not possible. URLFields (or actually any char field) can be unique only if it's 256 characters or less.

The second problem is that mysql limits prefix support to 767, and planet requires more. I don't understand this completely but this is documented here: http://dev.mysql.com/doc/refman/5.1/en/create-index.html
search for 767

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions