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

F671 Subqueries in CHECK constraints #96

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

makssent
Copy link

Fixes #95.

request: CREATE DOMAIN F671 AS INTEGER CHECK(VALUE > 1000)

err message: You have an error in your SQL syntax: CREATE DOMAIN F671 AS INTEGER CHECK(VALUE > 1000) no viable alternative at input 'VALUE>' at line 1 position 43 near @843:43='>'<24>1:43

@TedCraft TedCraft merged commit 78970d7 into red-soft-ru:master Aug 29, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

F671 Subqueries in CHECK constraints
2 participants