mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
SHOW COMMENT ON is not valid ISQL command
This commit is contained in:
parent
ba2fe0f292
commit
68ba91b10d
@ -18,13 +18,13 @@ db = db_factory(init=init_script)
|
|||||||
|
|
||||||
test_script = """comment on generator T is 'comment';
|
test_script = """comment on generator T is 'comment';
|
||||||
commit;
|
commit;
|
||||||
show comment on generator T;
|
show comments;
|
||||||
comment on generator T is 'comment';
|
comment on generator T is 'comment';
|
||||||
commit;
|
commit;
|
||||||
show comment on generator T;
|
show comments;
|
||||||
comment on generator T is 'different comment';
|
comment on generator T is 'different comment';
|
||||||
commit;
|
commit;
|
||||||
show comment on generator T;
|
show comments;
|
||||||
"""
|
"""
|
||||||
|
|
||||||
act = isql_act('db', test_script)
|
act = isql_act('db', test_script)
|
||||||
|
Loading…
Reference in New Issue
Block a user