DDC-1817: Allowing to specify MySQL Collation on Field Basis #2289

Closed
opened 2026-01-22 13:47:26 +01:00 by admin · 6 comments
Owner

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).

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).
admin added the Improvement label 2026-01-22 13:47:26 +01:00
admin closed this issue 2026-01-22 13:47:27 +01:00
Author
Owner

@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 (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.
Author
Owner

@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 (Feb 11, 2014): Comment created by @doctrinebot: A related Github Pull-Request [GH-245] was closed: https://github.com/doctrine/dbal/pull/245
Author
Owner

@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 closed: https://github.com/doctrine/dbal/pull/274
Author
Owner

@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

@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
Author
Owner

@Tobion commented on GitHub (Aug 3, 2017):

Can be closed as of https://github.com/doctrine/dbal/pull/245

@Tobion commented on GitHub (Aug 3, 2017): Can be closed as of https://github.com/doctrine/dbal/pull/245
Author
Owner

@Ocramius commented on GitHub (Aug 3, 2017):

Thanks @Tobion!

@Ocramius commented on GitHub (Aug 3, 2017): Thanks @Tobion!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#2289