ErikJansenIRefact
ErikJansenIRefact
**Question** Are there plans supporting Kerberos authentication? We currently connect to SQLServer through NTLM and issue a BULK INSERT statement on the database. The BULK INSERT statements needs read access...
Hi, The test environment setup: - MacOS Ventura - unixODBC driver manager version 2.3.11 - Microsoft ODBC Driver 18 For SQL Server - SQLServer running in Docker (or on a...
**Describe your system** * `odbc` Package Version: 2.4.7 * ODBC Driver: Microsoft ODBC Driver Version 18 * Database Name: SQLServer * Database Version: 2019 * Database OS: Windows * Node.js...
**Describe your system** * odbc Package Version: 2.4.7 * ODBC Driver: Microsoft ODBC Driver V18 * Database Name: SQLServer * Database Version: 2019 * Database OS: Windows * Node.js Version:...
**Describe your system** * odbc Package Version: 2.4.7 * ODBC Driver: Microsoft ODBC Driver V18 * Database Name: SQLServer * Database Version: 2019 * Database OS: Windows * Node.js Version:...
### What happens? We have a CSV file with a string column which in fact contains a struct. We want to convert this string to a struct. This works fine...
### What happens? The design choice to treat quoted identifiers not exactly as specified gives side effects. If a table is created with column names as quoted identifiers the engine...
### Issue description I started a docker nessie server with the following environment vars: - QUARKUS_PROFILE=prod - QUARKUS_HTTP_PORT=19120 - QUARKUS_LOG_CONSOLE_FORMAT=%d{yyyy-MM-dd HH:mm:ss} %-5p [%c{1.}] (%t) %s%e%n - QUARKUS_LOG_LEVEL=INFO - QUARKUS_DATASOURCE_DB_KIND=rocksdb -...