Changelog
- Allow querying timestamp with timezone types
- Allow sqlutilpy.connect() to the duckdb db
- In the case sqlutilpy.get() returns no rows and asDict=True, the column names will still be there
- Switch to psycopg (i.e. third version of psycopg)
- Make the code compatible with numpy 2.0
- This version migrated to pyproject.toml
- Allow uploading int8 columns
- Allow uploading data where some columns have arrays
- Increase default string length in local_join
- add intNullVal option to local_join