[MDEV-16696] Changing column case, does not update constraint case Created: 2018-07-05 Updated: 2018-07-05 Resolved: 2018-07-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Alter Table, Storage Engine - InnoDB |
| Affects Version/s: | 10.2.2 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Soner Sayakci | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Docker Image mariadb:10.3 |
||
| Issue Links: |
|
||||||||
| Description |
|
Create tables s_order_documents and s_order_documents_attributes using this SQL
Execute in a another Connection:
Execute
and it still shows id in uppercase ( CONSTRAINT `s_order_documents_attributes_ibfk_1` FOREIGN KEY (`documentID`) REFERENCES `s_order_documents` (`ID`)). |
| Comments |
| Comment by Sergei Golubchik [ 2018-07-05 ] |
|
It's a duplicate of |