mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:00:38 +01:00
Misc.
This commit is contained in:
parent
b35db884c6
commit
476bd4c368
@ -100,6 +100,11 @@ SQL CHECKING
|
|||||||
Also, assignments to NEW contexts in AFTER-triggers are prohibited as well.
|
Also, assignments to NEW contexts in AFTER-triggers are prohibited as well.
|
||||||
So, if you get an unexpected error "cannot update a read-only column", this
|
So, if you get an unexpected error "cannot update a read-only column", this
|
||||||
is exactly the reason.
|
is exactly the reason.
|
||||||
|
|
||||||
|
* It's now forbidden to try to insert into the same column more than once in
|
||||||
|
the same insert statement: INSERT INTO T(A, B, A) ...
|
||||||
|
It's now forbidden to try to update the same column more than once in
|
||||||
|
the same update statement: UPDATE T SET A = x, B = y, A = z
|
||||||
|
|
||||||
SQL EXECUTION RESULTS
|
SQL EXECUTION RESULTS
|
||||||
--------------------------
|
--------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user