Skip to content

Releases: carlos-rian/pysqlx-engine

v0.2.29

13 Jun 23:27
d19f01f
Compare
Choose a tag to compare

Changes in this Release
Release/sql types (#141)

  • chore: Update makefile for tests-coverage command with database support

  • chore: Update pyproject.toml packages formatting

  • chore: Update VSCode settings for Python linting and formatting

  • feat: Add database types for various data types

  • feat: Add PySQLXJsonEnconder class for JSON encoding

  • chore: Refactor import statements in pysqlx_engine

  • Refactor import statements in pysqlx_engine

  • remove benchmark tests

  • chore: Update PySQLXEngineSync test_query.py with type casting and tuple parameter

  • feat: Add type casting to accept None value

  • chore: Update test_query.py with type casting for None value

  • Refactor param_converter.py to handle NULL values in type conversion


Co-authored-by: carlos.rian carlos.rian@quartile.com

v0.2.28

13 Jun 20:44
ab44f90
Compare
Choose a tag to compare

Changes in this Release
Release/sql types (#140)

  • chore: Update makefile for tests-coverage command with database support

  • chore: Update pyproject.toml packages formatting

  • chore: Update VSCode settings for Python linting and formatting

  • feat: Add database types for various data types

  • feat: Add PySQLXJsonEnconder class for JSON encoding

  • chore: Refactor import statements in pysqlx_engine

  • Refactor import statements in pysqlx_engine

  • remove benchmark tests

  • chore: Update PySQLXEngineSync test_query.py with type casting and tuple parameter


Co-authored-by: carlos.rian carlos.rian@quartile.com

v0.2.27

30 Oct 21:20
Compare
Choose a tag to compare

Changes in this Release

  • update readme badges

v0.2.26

30 Oct 12:54
9c13084
Compare
Choose a tag to compare

Changes in this Release
Release/pysqlx core 2023 10 30 (#130)

  • 🐍 Add support to Python3.12
  • 🐘 Add support to Array of Enum (PostgreSQL)
  • 🔁Update pysqlx-core to the latest version
  • 🏛️Update pyproject.toml classifiers.

v0.2.25

20 Oct 17:36
6dccb80
Compare
Choose a tag to compare

Changes in this Release
Release/pydantic v2 model (#126)

  • Update minor dependencies
  • Change Log config to use the BaseModel and set the const variable PYDANTIC_IS_V1
  • Create a new parse to use in the v1 and v2 model from Pydantic
  • Change parse to use model_dump when use Pydantic v2
  • Remove Config class from BaseRow.
  • Add NoneType in Union for field types
  • Update pyproject.toml version and classifiers

v0.2.24

30 Sep 18:08
e3c82f3
Compare
Choose a tag to compare

Changes in this Release
Deps/2023 09 30 (#125)

  • Update Pydantic version
  • Add support to use the Pydantic version between 1.0 and <3.0
  • Add Python 3.12 to the ci.yml matrix
  • Support and test for Python 3.12

v0.2.23

08 Sep 21:03
6b92088
Compare
Choose a tag to compare

Changes in this Release
update readme and deps (#121)

  • update readme (download badge)
  • update pytest (dev deps)

v0.2.22

07 Sep 22:20
8fa8d1b
Compare
Choose a tag to compare

Changes in this Release
Release/pydantic v2 (#120)

  • update the pydantic for v2

  • update the ci yaml

  • create a new pipe for poetry

  • remove poetry self update from ci

v0.2.21

23 Jul 15:22
c6fcfc8
Compare
Choose a tag to compare

Changes in this Release
update dependencies to the latest version (#115)

UPDATE

  • Updating exceptiongroup (1.1.1 -> 1.1.2)
  • Updating anyio (3.6.2 -> 3.7.1)
  • Updating certifi (2023.5.7 -> 2023.7.22)
  • Updating pluggy (1.0.0 -> 1.2.0)
  • Updating click (8.1.3 -> 8.1.6)
  • Updating coverage (7.2.5 -> 7.2.7)
  • Updating execnet (1.9.0 -> 2.0.2)
  • Updating httpcore (0.17.1 -> 0.17.3)
  • Updating platformdirs (3.5.1 -> 3.9.1)
  • Updating pytest (7.3.1 -> 7.4.0)
  • Updating typing-extensions (4.5.0 -> 4.7.1)
  • Updating pydantic (1.10.7 -> 1.10.11)
  • Updating pysqlx-core (0.1.44 -> 0.1.45)
  • Updating pytest-asyncio (0.21.0 -> 0.21.1)
  • Updating pytest-cov (4.0.0 -> 4.1.0)

v0.2.20

19 May 18:41
bce4c57
Compare
Choose a tag to compare

Changes in this Release
update deps (#100)

Update dependencies

Lib

  • pysqlx-core

Tests

  • httpx
  • pytest-xdist