Skip to content

Latest commit

 

History

History
79 lines (36 loc) · 2.04 KB

File metadata and controls

79 lines (36 loc) · 2.04 KB

.giRelease notes

0.0.10

Bugs Squashed

  • Preserve claim_one status update when transaction aborts (#14), thanks to @kafkasl

0.0.9

New Features

  • Add audit events (#12)

Bugs Squashed

0.0.8

Bugs Squashed

  • p.evt check above yield in claim_one (#11)

0.0.7

New Features

  • Add Table.claim/claim_one for SELECT ... FOR UPDATE SKIP LOCKED queue workers (#10)

0.0.6

New Features

  • Add Database.qone method and refactor item to use it (#9)

0.0.5

New Features

  • Add upserts, groupby methods; switch inserts/updates to executemany (#8)

0.0.4

New Features

  • Add bulk inserts/updates methods with batched VALUES clauses (#7)
  • Add acquire/transaction context managers and from_meta for connection-scoped Database usage (#6)

0.0.3

New Features

  • extract create_from_schema from create for raw SQL table creation (#4)

0.0.2

New Features

  • Add named :param placeholders and attach _db to dataclass results (#3)

0.0.1

New Features

  • Add ? placeholder support using sqlparse (#2)
  • Add .count and .delete_where to the Table class (#1), thanks to @ncoop57