3.19
- 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=andcolumns=. You can also now passpk=to specify a different column name to use for the primary key. (#342)