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 a bunch of papercuts #257

Merged
merged 20 commits into from
Mar 21, 2023
Merged

Fix a bunch of papercuts #257

merged 20 commits into from
Mar 21, 2023

Conversation

benjie
Copy link
Member

@benjie benjie commented Mar 21, 2023

  • 🚨 TypeScript v5 is now the minimum supported version, because we use const type parameters
  • 🚨 Improves types in various places, in particular lambda and list
  • 🚨 @omit on a column now also omits the related foreign key constraints, like it did in V4
  • 💅 Improved error logging
  • ✨ Reintroduce step assertions with more flexible function-based approach
  • ✨ Pro-actively detect async plans and throw an error during schema construction
  • 💅 Don't compress class names in the bundle (we need them for useful debugging output/plan diagrams!)
  • 💅 When multiple grafast or pg-sql2 instances are present, warn the user

Fixes #240

@benjie benjie merged commit 175f580 into planning Mar 21, 2023
@benjie benjie deleted the papercuts branch March 21, 2023 20:01
benjie added a commit that referenced this pull request Mar 21, 2023
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.

"The step returned should be an executable step, ..." - improve error message
1 participant