jb8628
jb8628
DuckDB allows use of [encrypted Parquet files](https://duckdb.org/docs/data/parquet/encryption.html). The key is set via a PRAGMA statement like `PRAGMA add_parquet_key('key128', '0123456789112345');` On reading the syntax is `read_parquet('file.parquet', encryption_config = {footer_key: 'key128'});` Is...
Hello, thank you for all you hard work on this connector. I am interested in using [Always Encrypted](https://learn.microsoft.com/en-us/sql/relational-databases/security/encryption/always-encrypted-database-engine?view=sql-server-2017) with SQL Server 2017. This is supported by the underlying pyodbc, so...