Skip to content

v0.2.29

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jun 23:27
d19f01f

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