Skip to content

Releases: daireto/sqlactive

v0.0.6

05 Jan 21:07
Compare
Choose a tag to compare

Added:

  • Parameters join, subquery and schema to ActiveRecordMixin's get and get_or_fail functions to perform eager load when finding by primary key.

Fixed:

  • Fix project logo.

Full Changelog: v0.0.5...v0.0.6

v0.0.5

03 Jan 20:15
Compare
Choose a tag to compare

Release v0.0.5

This release includes several enhancements and fixes to improve the overall functionality and compatibility of the project:

Enhancements:

  • Coveralls Integration: Added a workflow for Coveralls to track code coverage.
  • Documentation Updates:
    • Added a coverage badge to the documentation.
    • Updated the logo and added a table of contents.
    • Moved the execute function to the connection module and added documentation for database connection helper.
  • New Features:
    • Added an execute function for native SQLAlchemy queries.
    • Improved compatibility with Python 3.10, including new tests for full coverage.

Fixes:

  • Deployment: Fixed an error when deploying documentation.
  • Type Hints: Fixed type hints and improved compatibility with Python 3.10's Self type.

Full Changelog: v0.0.4...v0.0.5

v0.0.4

31 Dec 05:34
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

Added:

  • New ActiveRecord functions: find_first, find_unique, find_unique_all, find_unique_first, find_unique_one, find_unique_one_or_none.
  • New serialization and deserialization functions: to_json, from_dict and from_json.

Fixed:

  • Fix some errors in docs.

Full Changelog: v0.0.3...v0.0.4

v0.0.3

30 Dec 21:52
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Added:

  • Contributing guidelines to docs.

Fixed:

  • Fix some URLs in the docs.

Full Changelog: v0.0.2...v0.0.3

v0.0.2

30 Dec 05:46
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Fixed:

  • Fix pyproject.toml errors.
  • Improve README.md.

Full Changelog: https://github.com/daireto/sqlactive/commits/v0.0.2

v0.0.1

30 Dec 05:34
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

First release