Skip to content

Releases: Kieran-Lock/SQLiteFrame

0.3.1-alpha

17 Oct 01:53
Compare
Choose a tag to compare
0.3.1-alpha Pre-release
Pre-release

Fixed bug when inserting strings and blobs, where there would be redundant quotation marks around the data.
Added feature to preserve column order from the schema when creating tables, by introducing PreserveOrderMeta.
Restructured project from flat-file to src, and update project keywords.

0.2.2-alpha

22 Aug 19:59
Compare
Choose a tag to compare
0.2.2-alpha Pre-release
Pre-release

Updated documentation and reduced required python version to 3.8.
Also introduced relative paths to databases via pathlib, documented the codebase more fully, and conformed to higher standards of code quality.

0.2.1-alpha

04 Feb 15:28
4672270
Compare
Choose a tag to compare
0.2.1-alpha Pre-release
Pre-release

Added suggested schema, blob and float types, fixed critical bugs, added parameterized queries, and fixed type hinting

0.1.2-alpha

31 Jan 14:39
5495d27
Compare
Choose a tag to compare
0.1.2-alpha Pre-release
Pre-release

Major updates to the project README (description)

0.1.1-alpha

30 Jan 19:19
200e613
Compare
Choose a tag to compare
0.1.1-alpha Pre-release
Pre-release

Initial release.
Core features largely included, including CRUD operation with extensions including JOIN and ORDER BY.