-
Askar currently only supports SqlLite and Postgres, but we also need support additional databases, e.g. DB2 and MSSQL (which are not currently supported by sqlx). The easiest way to add support for a…
-
Hey there! First, thanks for making this library. It's been an incredibly big help and I'm impressed with its quality. You're a great maintainer. I ran into a null pointer dereference today. Here is t…
-
odbc-safe is no longer maintained and suggests using odbc-api which appears to be an easier to use higher level interface. Has there been any consideration for migrating? I've poked at it a little a…
-
**Is your feature request related to a problem?**
When using the ODBC driver to connect to a Serverless SQL instance, the driver fails to connect. This is because Serverless has a [restricted API set…
-
### Type of issue
Typo
### Description
[Enter feedback here]
The example shows OracleConnection, OracleCommand, OracleDataReader instead of OdbcConnection, etc. Is this correct
### Page URL
…
-
According to [ODBC documentation](https://docs.microsoft.com/en-us/sql/relational-databases/native-client-odbc-date-time/data-type-support-for-odbc-date-and-time-improvements), ODBC supports the SQL 2…
-
So I got arrow-odbc (almost) working with async-polling with these two PRs: https://github.com/pacman82/arrow-odbc/pull/102 and https://github.com/pacman82/odbc-api/pull/577
But I'm running into an…
-
## Driver version
2.0.0.7
## Redshift version
## Client Operating System
Windows Server 2022 Datacenter
## Table schema
## Problem description
2>C:\Users\Administrator\amazon-…
-
### How can we help?
I would like help so I can submit the manifest.
### Please read and ensure the following
- [X] The installer meets the above requirements
### Please provide the following info…
-
ClickHouse version 24.9.2.42
```
create table test_int (
Id UInt64 DEFAULT generateSnowflakeID(), Field1 UInt64, Field2 UInt64, Field3 UInt64, Field4 UInt64, Field5 UInt64, Field6 UInt64, Field…