Skip to content

3.19

Compare
Choose a tag to compare
@simonw simonw released this 21 Nov 04:42
· 356 commits to main since this release
  • The table.lookup() method now accepts keyword arguments that match those on the underlying table.insert() method: foreign_keys=, column_order=, not_null=, defaults=, extracts=, conversions= and columns=. You can also now pass pk= to specify a different column name to use for the primary key. (#342)