-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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>
- Loading branch information
1 parent
ab44f90
commit d19f01f
Showing
4 changed files
with
55 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters