You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- NB: We are no longing basing our version numbers on sqlite-minutils, so we have bumped the major version number
36
-
- Add `db.fetchone`
37
-
38
-
39
-
## 3.37.0.post4
40
-
41
-
### Breaking changes
42
-
43
-
- Use explicit transactions ([#19](https://github.com/AnswerDotAI/sqlite-minutils/issues/19))
44
-
45
-
46
-
## 3.37.0.post3
47
-
48
-
### New Features
49
-
50
-
- Cleaner error handling on offset without limit ([#11](https://github.com/AnswerDotAI/sqlite-minutils/pull/11)), thanks to [@pydanny](https://github.com/pydanny)
51
-
- Correct `Database.create_table` to support transforms. ([#9](https://github.com/AnswerDotAI/sqlite-minutils/pull/9)), thanks to [@pydanny](https://github.com/pydanny)
52
-
53
-
54
-
## 3.37.0.post2
55
-
56
-
### New Features
57
-
58
-
- add markdown to doc output ([#8](https://github.com/AnswerDotAI/sqlite-minutils/issues/8))
59
-
- Support list foreign keys in `db.t.create()` ([#6](https://github.com/AnswerDotAI/sqlite-minutils/pull/6)), thanks to [@minki-j](https://github.com/minki-j)
- Adding __contains__ to table ([#3](https://github.com/AnswerDotAI/sqlite-minutils/pull/3)), thanks to [@johnowhitaker](https://github.com/johnowhitaker)
62
-
- Retain indexes when calling transform ([#1](https://github.com/AnswerDotAI/sqlite-minutils/pull/1)), thanks to [@matdmiller](https://github.com/matdmiller)
0 commit comments