Skip to content

Commit 0f32b3c

Browse files
committed
update TODO and CHANGELOG
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
1 parent 52f622d commit 0f32b3c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
88

99
## [Unreleased](https://github.com/seapagan/sqliter-py/tree/HEAD)
1010

11+
**New Features**
12+
13+
- Add ability to mark a field as UNIQUE ([#46](https://github.com/seapagan/sqliter-py/pull/46)) by [seapagan](https://github.com/seapagan)
14+
- Implement user-defined indexes ([#45](https://github.com/seapagan/sqliter-py/pull/45)) by [seapagan](https://github.com/seapagan)
15+
1116
**Bug Fixes**
1217

1318
- Ensure context-manager ignores the `auto_commit` setting. ([#43](https://github.com/seapagan/sqliter-py/pull/43)) by [seapagan](https://github.com/seapagan)

TODO.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## General Plans and Ideas
44

5+
- add (optional) `created_at` and `updated_at` fields to the BaseDBModel class
6+
which will be automatically updated when a record is created or updated.
57
- add attributes to the BaseDBModel to read the table-name, file-name, is-memory
68
etc.
79
- add an 'execute' method to the main class to allow executing arbitrary SQL

0 commit comments

Comments
 (0)