mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 17:23:03 +01:00
fixed word repetition
This commit is contained in:
parent
0467c141d8
commit
fb2a367963
@ -101,8 +101,8 @@ statement should be performed before EXECUTE STATEMENT.
|
||||
EXECUTE STATEMENT is potentially dangerous, because:
|
||||
|
||||
1. At compile time there is no checking for the correctness of the SQL
|
||||
statement. No checking can be done of returned values (in syntax forms
|
||||
2 & 3 ) can be done.
|
||||
statement. No checking of returned values (in syntax forms 2 & 3 )
|
||||
can be done.
|
||||
2. There can be no dependency checks to ensure that objects referred to in
|
||||
the SQL statement string are not dropped from the database or modified
|
||||
in a manner that would break your statement. For example, a DROP TABLE
|
||||
|
Loading…
Reference in New Issue
Block a user