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

Fix Table Schema constraints handling #572

Merged
merged 5 commits into from
Sep 30, 2024
Merged

Conversation

roll
Copy link
Collaborator

@roll roll commented Sep 28, 2024


Tested constraints:

  • string/required
  • string/minLength
  • string/maxLength
  • string/enum
  • string/pattern
  • integer/required
  • integer/minimum
  • integer/maximum
  • integer/enum
  • number/required
  • number/minimum
  • number/maximum
  • number/enum
  • boolean/required
  • boolean/enum

Copy link

cloudflare-workers-and-pages bot commented Sep 28, 2024

Deploying opendataeditor with  Cloudflare Pages  Cloudflare Pages

Latest commit: ab30695
Status: ✅  Deploy successful!
Preview URL: https://8f6da904.opendataeditor.pages.dev
Branch Preview URL: https://552-relax-database-constrain.opendataeditor.pages.dev

View logs

@roll roll requested a review from guergana September 28, 2024 13:59
Copy link
Collaborator

@guergana guergana left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Solves the mentioned issues. Great work @roll ✔️

@roll
Copy link
Collaborator Author

roll commented Sep 30, 2024

Thanks!

@roll roll merged commit 8526492 into main Sep 30, 2024
9 checks passed
@roll roll deleted the 552/relax-database-constraints branch September 30, 2024 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants