- Added support for dotted JSON paths and JSON
::intcasts. - Added support for
parse_json(...). - Added support for
current_timestamp()queries. - Added support for
DROP TABLE IF EXISTSstatements.
- Fixed Decimal query results serialization.
- Fixed transaction handling after COMMIT and ROLLBACK.
- Added support for ARRAY_CONSTRUCT for PostgreSQL
- removed cahce action from cicd
- removed autofix from lint script
- official support for python 3.12
- dropped support for python 3.7
- linting changed to ruff
- github workflows updated actions to avoid node deprecation warning
- added CI
- added support for json queries
- bug for empty queries when using async execute
- SnowType converter now supports None as well
- a bug with concurrent sessions
- the service now contains a postgresql service rather than inheriting from it.
- the service now dynamically renames result columns based on the column mode given at construction.
- Add support for sampled queries
- Field names in api response are in uppercase.
- Added support to python datetime conversion.
- initial