Skip to content

Releases: AnswerDotAI/sqlite-minutils

v4.0.3

01 Dec 23:48

Choose a tag to compare

New Features

  • Add returning to DDL

v4.0.2

13 Nov 04:14

Choose a tag to compare

Bugs fixed

  • execute does not work with named params

v4.0.1

12 Nov 00:14

Choose a tag to compare

Bugs fixed

  • Handle empty updates correctly

v4.0.0

02 Nov 21:36

Choose a tag to compare

New Features

  • NB: We are no longing basing our version numbers on sqlite-minutils, so we have bumped the major version number
  • Add db.fetchone

v3.37.0.post4

22 Oct 04:16

Choose a tag to compare

Breaking changes

  • Use explicit transactions (#19)

v3.37.0.post3

29 Aug 07:32

Choose a tag to compare

New Features

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

v3.37.0.post2

26 Aug 23:10

Choose a tag to compare

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