Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

28 lines (15 loc) · 1.18 KB

Release notes

3.37.0.post4

Breaking changes

  • Use explicit transactions (#19)

3.37.0.post3

New Features

  • Cleaner error handling on offset without limit (#11), thanks to @pydanny
  • Correct Database.create_table to support transforms. (#9), thanks to @pydanny

3.37.0.post2

New Features

  • add markdown to doc output (#8)
  • Support list foreign keys in db.t.create() (#6), thanks to @minki-j
  • Add select param (#4)
  • Adding contains to table (#3), thanks to @johnowhitaker
  • Retain indexes when calling transform (#1), thanks to @matdmiller