Skip to content

v4.2.0

Choose a tag to compare

@nhumrich nhumrich released this 20 Oct 14:21
· 34 commits to main since this release

Changes

  • Type annotations: Fixed type hints to use type['Table'] instead of 'Table' for table class parameters in query builders
  • Enhanced returning() methods: InsertBuilder, UpdateBuilder, and DeleteBuilder now accept both string column names and Column objects in their returning() methods for more flexible usage

Commits