- Notifications
You must be signed in to change notification settings - Fork5
Commit1f0b62e
committed
Throw an appropriate error if ALTER COLUMN TYPE finds a dependent trigger.
Actually making this case work, if the column is used in the trigger'sWHEN condition, will take some new code that probably isn't appropriateto back-patch. For now, just throw a FEATURE_NOT_SUPPORTED error ratherthan allowing control to reach the "unexpected object" case. Per bug #5688from Daniel Grace. Back-patch to 9.0 where the possibility of such adependency was introduced.1 parent50595b5 commit1f0b62e
1 file changed
+18
-1
lines changedLines changed: 18 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6411 | 6411 |
| |
6412 | 6412 |
| |
6413 | 6413 |
| |
| 6414 | + | |
| 6415 | + | |
| 6416 | + | |
| 6417 | + | |
| 6418 | + | |
| 6419 | + | |
| 6420 | + | |
| 6421 | + | |
| 6422 | + | |
| 6423 | + | |
| 6424 | + | |
| 6425 | + | |
| 6426 | + | |
| 6427 | + | |
| 6428 | + | |
| 6429 | + | |
| 6430 | + | |
| 6431 | + | |
6414 | 6432 |
| |
6415 | 6433 |
| |
6416 | 6434 |
| |
| |||
6431 | 6449 |
| |
6432 | 6450 |
| |
6433 | 6451 |
| |
6434 |
| - | |
6435 | 6452 |
| |
6436 | 6453 |
| |
6437 | 6454 |
| |
|
0 commit comments
Comments
(0)