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

SQL Schema construction #16

Merged
merged 6 commits into from
Apr 25, 2024
Merged

Conversation

Bardin08
Copy link
Owner

Closes #12

Also, now it keeps info required to build the FK
FKs is not fully functional.
Blocked by #15
@Bardin08 Bardin08 self-assigned this Apr 16, 2024
@Bardin08 Bardin08 added this to the v0.1.0 milestone Apr 16, 2024
@Bardin08
Copy link
Owner Author

Now, schema knows about PRs and FKs. It also knows column constraints, which are exposed with boolean properties.

image

@Bardin08 Bardin08 changed the title SQL Schema construction (#12) SQL Schema construction Apr 17, 2024
@Bardin08 Bardin08 linked an issue Apr 23, 2024 that may be closed by this pull request
3 tasks
@Bardin08 Bardin08 linked an issue Apr 25, 2024 that may be closed by this pull request
4 tasks
@Bardin08
Copy link
Owner Author

image
image

Copy link

sonarcloud bot commented Apr 25, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

@Bardin08 Bardin08 merged commit f545927 into master Apr 25, 2024
1 of 2 checks passed
@Bardin08 Bardin08 deleted the vbardin/implement-sql-schema-parser branch April 25, 2024 22:49
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.

Add FOREIGN KEY support Add PRIMARY KEY support Add SQL Schema construction
1 participant