Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISQL, SHOW command: option 'CHECK' does not work [CORE5190] #5471

Open
firebird-automations opened this issue Apr 10, 2016 · 0 comments
Open

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @pavel-zotov

C:\MIX\firebird\fb25\bin>isql /:e25 -z
ISQL Version: WI-V2.5.6.26990 Firebird 2.5
Server version:
WI-V2.5.6.26990 Firebird 2.5
WI-V2.5.6.26990 Firebird 2.5/tcp (csprog)/P12
WI-V2.5.6.26990 Firebird 2.5/tcp (csprog)/P12
Database: /:e25
SQL> help show;
Frontend commands:
. . .
SHOW <object> [<name>] -- display system information
<object> = CHECK, COLLATION, . . ., VIEW
...
All commands may be abbreviated to letters in CAPitals

SQL> recreate table test(x int, y int, constraint test_chk check( x+y > 0 ) );
SQL> show table test;
X INTEGER Nullable
Y INTEGER Nullable
CONSTRAINT TEST_CHK:
check( x+y > 0 )
SQL> show check test_chk;
There is no table TEST_CHK in this database

SQL> show check;
Command error: show check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant