mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-1817: Allowing to specify MySQL Collation on Field Basis #2289
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 8, 2012).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user johannes:
It would be nice to be able to specify which collation to use on a field basis.
This would for example be useful when you have case-sensitive (utf8_bin), and case-insensitive (utf8_general_ci) values. Right now, this needs to be manually added to migration files (which is ok for projects, but it is not so nice for distributable libraries).
@doctrinebot commented on GitHub (Nov 26, 2013):
Comment created by @deeky666:
See the following PRs:
https://github.com/doctrine/dbal/pull/274
https://github.com/doctrine/dbal/pull/245
https://github.com/doctrine/dbal/pull/282
This will be available via column's customSchemaOptions.
@doctrinebot commented on GitHub (Feb 11, 2014):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-245] was closed:
https://github.com/doctrine/dbal/pull/245
@doctrinebot commented on GitHub (Sep 11, 2014):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-274] was closed:
https://github.com/doctrine/dbal/pull/274
@doctrinebot commented on GitHub (Sep 11, 2014):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-274] was assigned:
https://github.com/doctrine/dbal/pull/274
@Tobion commented on GitHub (Aug 3, 2017):
Can be closed as of https://github.com/doctrine/dbal/pull/245
@Ocramius commented on GitHub (Aug 3, 2017):
Thanks @Tobion!