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 yet more TODOs #407

Merged
merged 32 commits into from
Jul 12, 2023
Merged

Fix yet more TODOs #407

merged 32 commits into from
Jul 12, 2023

Conversation

benjie
Copy link
Member

@benjie benjie commented Jul 11, 2023

  • Key packages get a version export that's autogenerated at versioning time (removes require('../package.json').version hack)
  • Uses a new more accurate parser for database identifiers from smart comments/tags
  • Enable marking relations as @notNull
  • Move attribute logic from PgConditionArgumentPlugin to PgAttributesPlugin
  • Possible to set the modifier of an argument type via @arg0modifier smart tag
  • Fixes a bug in PgFakeConstraintsPlugin where the fake constraint was added in the wrong place
  • Updates PgIntrospectionPlugin to leverage more of pg-introspection (i.e. remove duplicate code and leverage the memoization pg-introspection offers)
  • Fix the behaviors used in a few places

@benjie benjie merged commit 66a1ff9 into planning Jul 12, 2023
@benjie benjie deleted the more-todos branch July 12, 2023 08:40
@benjie benjie added this to the V5 beta milestone Jul 17, 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.

1 participant