-
I'm opening this issue primarily as a discussion. In desktop applications (specifically, in Windows apps), ODBC drivers often prompt the user directly for credentials. I noticed that pyodbc is specify…
-
`composer install --ignore-platform-req=ext-dom --ignore-platform-req=ext-xml --ignore-platform-req=ext-xmlwriter`
> Installing dependencies from lock file (including require-dev)
> Verifying lock…
-
Reopening #838 since the original was closed without actually addressing the issue.
Adding `TLDR` section this time to make sure people understand the issue before closing it.
## TLDR
✔ `odata_…
-
The driver being used is sqljdbc4, version 4.0 which is not able to connect to MS SQL databases using windows integrated login (see #336).
According to this [support & compatibility matrix](https:/…
-
Hi all,
is there a way to configure and make apache ignite as a caching layer for SQL Server database. something similar to Redis RDI 'Only available in the enterprise version'.
-
The Redshift driver implements a method for `sql.qp/cast-temporal-byte` for `:Coercion/YYYYMMDDHHMMSSBytes->Temporal` (indirectly, via Postgres) but it does not appear to actually work when enabling a…
-
According to the [migration guide](https://github.com/spring-projects/spring-framework/wiki/Upgrading-to-Spring-Framework-6.x#data-access-and-transactions-1):
> Spring's default JDBC exception transl…
-
We are trying to use `adbc_driver_flightsql` (version 1.2.0) to access our Flight SQL interface, and we are having issues trying to obtain the primary keys (or any other type of constraints) via the `…
-
### Bug Description:
We use the official MySQL Java driver to connect to Manticore via MySQL protocol (https://github.com/mysql/mysql-connector-j).
The problem appeared in the recent versions of t…
-
### Description
The text 'Manual' is highlighted with wrong color.
- create connection to WMI
- use code:
```
select *
from Win32_Service
where StartMode = 'Manual'
```
Expected: color …