Skip to content

Releases: carlos-rian/pysqlx-core

v0.2.3

16 Oct 00:00
b6df9f5
Compare
Choose a tag to compare

Changes in this Release
Merge pull request #88 from carlos-rian/release/bugfix-generate_random_key

Release/bugfix generate random key

v0.2.2

14 Oct 22:32
986da9b
Compare
Choose a tag to compare

Changes in this Release
Merge pull request #86 from carlos-rian/release/new-version

Release/new version

v0.2.1

11 Oct 17:17
8bd6548
Compare
Choose a tag to compare

Changes in this Release
Merge pull request #85 from carlos-rian/release/new-version

Fix Bug New Keys Generate

The PySQLxStatement struct in types.rs has been updated to include an additional parameter sql in the generate_random_string method. This change allows the method to check if the randomly generated string is already present in the SQL query, in addition to the existing check for existing keys. A new string with a longer length is generated if the generated string is already present.

This refactor improves the reliability of the generated random strings and ensures that they do not conflict with existing keys or appear in the SQL query itself.

v0.2.0

26 Aug 19:35
c596b2e
Compare
Choose a tag to compare

Changes in this Release
Merge pull request #83 from carlos-rian/release/new-version

Changes in this Release

Bultin parameters

This release have significant changes for the the pysqlx-core, now this lib has native support to database params.
This new version adds support for converting Python Types for Database Types.

Notes

  • Update Pyo3 to the latest version.
  • Remove Pyo3-Asyncio.
  • Add native support to PyO3 Async
  • Add new Statement class to prepare SQL and Params.
  • Rename some methods in the Connection class.
  • Remove support to Python3.7

v0.1.51

22 Aug 22:49
3423a9a
Compare
Choose a tag to compare

Changes in this Release
Merge pull request #76 from carlos-rian/release/bultin-params

Bultin parameters

This release have significant changes for the the pysqlx-core, now this lib has native support to database params.
This new version adds support for converting Python Types to Database Types.

Notes

  • Update Pyo3 to the latest version.
  • Remove Pyo3-Asyncio.
  • Add native support to PyO3 Async
  • Add new Statement class to prepare SQL and Params.
  • Rename some methods in the Connection class.
  • Remove support to Python3.7

v0.1.50

29 Oct 15:49
0047518
Compare
Choose a tag to compare

Changes in this Release
Merge pull request #74 from carlos-rian/ci/add-httpx

  • add sdist option to download

v0.1.49

29 Oct 05:54
c37e867
Compare
Choose a tag to compare

Changes in this Release
Merge pull request #73 from carlos-rian/ci/add-httpx

try use 0.1.49 version

v0.1.46

27 Oct 02:37
b4de095
Compare
Choose a tag to compare

Changes in this Release
Merge pull request #68 from carlos-rian/release/2023-10-25

  • Include quaint as lib in the code lib
  • Update libraries to the latest version
  • Change py_types libs to support new Quaint Value
  • Add support to an array of Enum (PostgreSQL)

v0.1.45

22 Jul 17:13
d358bef
Compare
Choose a tag to compare

Changes in this Release
Merge pull request #64 from carlos-rian/deps/update-2023-07-22

Dependency update

  • serde_json from 1.0.96 to 1.0.103
  • serde from 1.0.163 to 1.0.171
  • tokio from 1.28.1 to 1.29.1
  • openssl from 0.10.52 to 0.10.55
  • chrono from 0.4.24 to 0.4.26

v0.1.44

16 May 01:19
8e7254f
Compare
Choose a tag to compare

Changes in this Release
Merge pull request #50 from carlos-rian/deps/update-05-15-23

  • use quaint in me repo
  • update dependencies to the latest version