mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-2469: SQLite handling for ENUM-Fields #3098
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (May 24, 2013).
Originally assigned to: @Ocramius on GitHub.
Jira issue originally created by user rosslau@my-hammer.de:
SQLite doesn't support ENUMS!
But when I try create the schema of the following Entity Doctrine generates this "CREATE TABLE" - Statement:
Produces this error:
{color:red}SQLSTATE[HY000]: General error: 1 near "'incl'": syntax error'{color}
@doctrinebot commented on GitHub (May 24, 2013):
@doctrinebot commented on GitHub (May 24, 2013):
Comment created by @ocramius:
Usage of
columnDefinitionin annotations or generally metadata mappings is all about vendor specific syntax.columnDefinitionis designed to allow overriding the default ORM column generated DDL to build vendor specific syntax/types, therefore the issue is invalid@doctrinebot commented on GitHub (May 24, 2013):
Issue was closed with resolution "Invalid"