mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Added/Updated tests\functional\basic\isql\test_00.py: adjust output: added lines related to wire stat
This commit is contained in:
parent
9435ab18f4
commit
3225efe192
@ -77,7 +77,7 @@ fb5x_checked_stdout = """
|
|||||||
SHOW <object> [<name>] -- display system information
|
SHOW <object> [<name>] -- display system information
|
||||||
<object> = CHECK, COLLATION, DATABASE, DOMAIN, EXCEPTION, FILTER, FUNCTION,
|
<object> = CHECK, COLLATION, DATABASE, DOMAIN, EXCEPTION, FILTER, FUNCTION,
|
||||||
GENERATOR, GRANT, INDEX, PACKAGE, PROCEDURE, ROLE, SQL DIALECT,
|
GENERATOR, GRANT, INDEX, PACKAGE, PROCEDURE, ROLE, SQL DIALECT,
|
||||||
SYSTEM, TABLE, TRIGGER, VERSION, USERS, VIEW
|
SYSTEM, TABLE, TRIGGER, VERSION, USERS, VIEW, WIRE_STATISTICS
|
||||||
EXIT -- exit and commit changes
|
EXIT -- exit and commit changes
|
||||||
QUIT -- exit and roll back changes
|
QUIT -- exit and roll back changes
|
||||||
All commands may be abbreviated to letters in CAPitals
|
All commands may be abbreviated to letters in CAPitals
|
||||||
@ -103,6 +103,7 @@ fb5x_checked_stdout = """
|
|||||||
SET TIME -- toggle display of timestamp with DATE values
|
SET TIME -- toggle display of timestamp with DATE values
|
||||||
SET TERM <string> -- change statement terminator string
|
SET TERM <string> -- change statement terminator string
|
||||||
SET WIDTH <col> [<n>] -- set/unset print width to <n> for column <col>
|
SET WIDTH <col> [<n>] -- set/unset print width to <n> for column <col>
|
||||||
|
SET WIRE_stats -- toggle display of wire (network) statistics
|
||||||
All commands may be abbreviated to letters in CAPitals
|
All commands may be abbreviated to letters in CAPitals
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user