-
```
What steps will reproduce the problem?
1. pypyodbc.connect("DSN=PREDEFINED_DSN")
What is the expected output? What do you see instead?
Expected to connect,
Result:
cnx = pypyodbc.connect("DS…
-
Remove hard-dependency on MySQL and rely on DB_DSN.
-
It is often annoying to declare several sessions that share the same connection parameters with different users. They must declare the same session builder every time. What would be nice would be a li…
-
```
What steps will reproduce the problem?
1. import pyodbc;
2. conn=pyodbc.connect("Driver={Microsoft Access Driver (*.mdb, *.accdb)};
Dbq=test_db.mdb;")
3. Error output:
Error: ('HY000', "[HY000…
-
```
What steps will reproduce the problem?
1. import pyodbc;
2. conn=pyodbc.connect("Driver={Microsoft Access Driver (*.mdb, *.accdb)};
Dbq=test_db.mdb;")
3. Error output:
Error: ('HY000', "[HY000…
-
```
What steps will reproduce the problem?
1. trying to connect to gts when dsn code input in primary
2. trying to connect to gts when dsn code input secondary
3. trying to connect to gts when dsn cod…
-
```
What steps will reproduce the problem?
1. trying to connect to gts when dsn code input in primary
2. trying to connect to gts when dsn code input secondary
3. trying to connect to gts when dsn cod…
-
The patch, allow audio master, commit [6f8a8f](https://github.com/google/ExoPlayer/commit/6f8a8fbc1cf974617056edac6ee0068b175a6454), fixes stall issues with ordering of updates of the DSN in segments …
-
Hi,
I think sentry experienced an outage yesterday. We discovered this when one of our production services went down. After some debugging we found that a sentry service was returning a 502 which (I …
-
```
i'm trying to upload an image to MS SQL web-server in Linux(raspbian)
environment using python language. so far i had able connect to MS Sql and also
i had create a table. And im using pyodbc.
…