- Made connection string property keys case-insensitive
- Fix incorrect lookup of the token property
- Fix incorrect lookup of the DisableCertificateVerification property
- Replace parameterized stmts - Dremio does not support them
- Only return schema which was passed in connection URL. If no schema is passed in URL, all schemas will be returned.
- Bugfix in get_columns, when Schema is None
- Alias dialect for DremioDialect_pyodbc created
- Version uplift to 1.2.0
- Expose supported types to pyodbc level, so that it works with "Great Expectations"