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 -x extract not valid script [CORE1394] #1812

Closed
firebird-automations opened this issue Aug 2, 2007 · 7 comments
Closed

isql -x extract not valid script [CORE1394] #1812

firebird-automations opened this issue Aug 2, 2007 · 7 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Alexander Tyutik (tut)

Is related to CORE800

Votes: 2

Command isql -x can generate invalid SQL script.

The problem is that isql extracts domains before tables, procedures and many other objects.
But domains can also contain CHECK constraints with references on other objects which were not created yet.

So it will be better if isql will generate CREATE DOMAIN command without CHECK constraints and add constraints somewhere at the end of script with ALTER DOMAIN command.

@firebird-automations
Copy link
Collaborator Author

Modified by: Sean Leyne (seanleyne)

Component: ISQL [ 10003 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 12740 ] => Firebird [ 14435 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Link: This issue is related to CORE800 [ CORE800 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: Claudio Valderrama C. (robocop)

Duplicates CORE800.

@firebird-automations
Copy link
Collaborator Author

Modified by: Claudio Valderrama C. (robocop)

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Duplicate [ 3 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test

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