-
```
What steps will reproduce the problem?
1. cursor.executemany with a SELECT statement returns only the final SELECT
from the params list
What is the expected output? What do you see instead?
>>> …
-
Submitted by: mike bayer (zzzeek)
The following script illustrates a difference in concurrency behavior between kinterbasdb and fdb\. I've tried various FDB settings in order to work around this but…
-
**Issue created by Anonymous**
----------------------------------------
The default MySQL rowcounting strategy returns only a count of rows that changed, not those that matched a WHERE clause. This …
-
**Migrated issue, originally created by Anonymous**
The default MySQL rowcounting strategy returns only a count of rows that changed, not those that matched a WHERE clause. This breaks version_id_co…
-
_From [jacek.pl...@gmail.com](https://code.google.com/u/109077473479835332342/) on November 05, 2011 13:16:57_
What steps will reproduce the problem? 1. run a query with x records in the result
2. ru…
-
_From [jacek.pliszka](https://code.google.com/u/109077473479835332342/) on November 05, 2011 13:16:57_
What steps will reproduce the problem? 1. run a query with x records in the result
2. run fetchm…
-
The top-level connect() function needs to take a different argument list:
- it should not have a port paramater
- it should not take a schema parameter
- it must take a map (or list of key-value pairs…