[DDC-1274] there is no way to set collate of the table charset ! Created: 13/Jul/11 Updated: 12/Nov/12 Resolved: 13/Jul/11 |
|
| Status: | Resolved |
| Project: | Doctrine 2 - ORM |
| Component/s: | Mapping Drivers |
| Affects Version/s: | 2.0.6 |
| Fix Version/s: | None |
| Security Level: | All |
| Type: | Bug | Priority: | Critical |
| Reporter: | sina miandashti | Assignee: | Benjamin Eberlei |
| Resolution: | Invalid | Votes: | 0 |
| Labels: | charset, collate, collation, mysql | ||
| Environment: |
zend frame work 1.10 with doctrine orm 2 and dbal |
||
| Description |
|
i searched a lot for this there is no way to set the collate of table fields to for ex. utf8_persian_ci in doctrine settings |
| Comments |
| Comment by Benjamin Eberlei [ 13/Jul/11 ] |
|
This is not a supported feature, if you set the collation in the CREATE DATABASE statement this will inherit to all fields automatically. |
| Comment by William Knak [ 12/Nov/12 ] |
|
Actually Doctrine 2.3.0 does not allow inheritance. Please look at Issue # |