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

Extracting column check constraints #472

Conversation

yuriy-yarosh
Copy link
Contributor

@yuriy-yarosh yuriy-yarosh commented Jan 8, 2024

Basic table check constraints extraction.
Naive bracket matching for bracket filtering should do the trick, in most cases.

Closes #471

@yuriy-yarosh yuriy-yarosh changed the title Extracting column check constraints, closes #471 Extracting column check constraints Jan 8, 2024
@kristiandupont
Copy link
Owner

There are some linter issues. If you fix those, I will merge and publish this. Thank you for contributing!

@yuriy-yarosh
Copy link
Contributor Author

@kristiandupont done.
It would've been nice to autofix in lint task, as well, e.g.
"lint": "eslint . -f visualstudio --report-unused-disable-directives --fix --ext .js,.ts".

Thank you.

@kristiandupont kristiandupont merged commit 9536c91 into kristiandupont:main Jan 9, 2024
1 check 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.

Extracting column check constraints ?
2 participants