Commit 120d2f6
authored
Fix implicitly used collations after ALTER DOMAIN (#8434)
* Fix implicitly used collations after ALTER DOMAIN
* Correction for COLLATE used together with the domain name
* Ensure ALTER DOMAIN preserves the specified collation, it also fixes #1627: ALTER DOMAIN supporting collation change1 parent 0424fb1 commit 120d2f6
2 files changed
+5
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6480 | 6480 | | |
6481 | 6481 | | |
6482 | 6482 | | |
6483 | | - | |
| 6483 | + | |
6484 | 6484 | | |
6485 | 6485 | | |
6486 | | - | |
6487 | | - | |
| 6486 | + | |
6488 | 6487 | | |
6489 | 6488 | | |
6490 | 6489 | | |
| |||
6541 | 6540 | | |
6542 | 6541 | | |
6543 | 6542 | | |
6544 | | - | |
| 6543 | + | |
| 6544 | + | |
6545 | 6545 | | |
6546 | 6546 | | |
6547 | 6547 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4281 | 4281 | | |
4282 | 4282 | | |
4283 | 4283 | | |
4284 | | - | |
4285 | | - | |
4286 | | - | |
4287 | | - | |
4288 | | - | |
4289 | | - | |
4290 | | - | |
| 4284 | + | |
4291 | 4285 | | |
4292 | 4286 | | |
4293 | 4287 | | |
| |||
0 commit comments