Skip to content

flask-sqlalchemy-compat v0.2.1

Compare
Choose a tag to compare
@cainmagi cainmagi released this 17 Dec 18:56
· 1 commit to main since this release

Introduction

GitHub release (latest SemVer) GitHub all releases GitHub PyPI - Downloads

GitHub Actions (Build) GitHub Actions (Release)

Support the compatibility between flask_sqlalchemy and flask_sqlalchemy_lite. It allows users to make minimal changes when they need to migrate from either one of these two packages to each other.

The main motivation of this package is because flask_sqlalchemy_lite does not support python<=3.8. This package is designed for providing the similar usages when users have to make the flask_sqlalchemy_lite working with python<=3.8 by using flask_sqlalchemy. In this case, users can get rid of the difficulty of maintaining two sets of codes.

Changelog

0.2.1 @ 12/17/2024

🔧 Fix

  1. Fix: Remove unwanted printed information.
  2. Fix: Fix the typos in the docstrings.
  3. Fix: Correct the usage.py where the instance path and the engine options are not configured properly.
  4. Fix: utilities.clone_method and utilities.clone_function does not provide correct signature in run time. Correct the signature manually.

💾 Change

  1. Adjust the project information. This change is mainly targeted for adding the documentation link.

Full Changelog: v0.2.0...v0.2.1