ddbc icon indicating copy to clipboard operation
ddbc copied to clipboard

DDBC is DB Connector for D language (similar to JDBC)

Results 18 ddbc issues
Sort by recently updated
recently updated
newest added

title says it all. I've changed from an employer that uses MS-SQL to an employer that uses Oracle. I'd really like to get D into the workplace but would need...

enhancement
Oracle

With gdc 12 ``` $ gdc-12 --version gdc-12 (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0 ``` Running `dub test --coverage --compiler=gdc-12` fails as `etc.c.sqlite3` cannot be imported ``` $ dub test --coverage --compiler=gdc-12 Fetching...

GDC specific

Just wanted to say thanks for maintaining this

object.Exception@C:\Users\AdamWilson\AppData\Local\dub\packages\ddbc-0.5.7\ddbc\source\ddbc\drivers\odbcddbc.d(949): TYPE -7 is currently not supported! ---------------- 0x00007FF77114AC87 in d_throwc 0x00007FF770F5E4E2 in ddbc.drivers.odbcddbc.ODBCStatement.ColumnInfo.readValueAsVariant at C:\D\dmd2\windows\bin64\..\..\src\druntime\import\object.d(2720) 0x00007FF770F5E058 in ddbc.drivers.odbcddbc.ODBCStatement.ColumnInfo.read at C:\Users\AdamWilson\AppData\Local\dub\packages\ddbc-0.5.7\ddbc\source\ddbc\drivers\odbcddbc.d(809) 0x00007FF770F9E767 in ddbc.drivers.odbcddbc.ODBCStatement.fetch.__lambda2 at C:\Users\AdamWilson\AppData\Local\dub\packages\ddbc-0.5.7\ddbc\source\ddbc\drivers\odbcddbc.d(768) 0x00007FF770F77B97 in ddbc.drivers.odbcddbc.ODBCStatement.fetch.each!(ddbc.drivers.odbcddbc.ODBCStatement.ColumnInfo[]).each at...

ODBC

Using the latest ODBC 17 Driver from Microsoft, the following error occurs when attempting to read a query ResultSet that contains a column of type VARCHAR. (n) or (MAX) does...

although ddbc supports enough common connection parameters to connect to SQL Server there are additional options that are ignored by ddbc and should be implemented. Parameters such as *Failover_Partner*, *Encrypt*,...

ODBC
SQL Server

## Summary Once database connections fail, due to a database being restarted or going down, these invalid connections always return to the connection pool, preventing a DB connection from being...

bug