-
I dont' know if I'm missing something or not. I'm experiencing some issues because Oracle (cx_Oracle) queries fail when there are additional bind variables that are not used in the query with the fol…
-
In addition to mysql.
-
Hi,
I'm interested in some sort of transaction functionality beyond what rqlite currently provides today. In particular, I'd like to be able to get the results of a query in the middle of a transac…
tych0 updated
6 years ago
-
I just wanted to add this issue as a placeholder for an "auto commit" option. It would be very handy to have an option on the `connect` function to tell the database to commit after every SQL stateme…
-
**Migrated issue, originally created by Philip Martin ([@pmart123](https://github.com/pmart123))**
Since ResultProxy references a DB API cursor is there any reason why the next protocol is not implem…
-
http://aosabook.org/en/sqlalchemy.html is awesome!
SQLAlchemy Layers
![image](https://cloud.githubusercontent.com/assets/550518/17763347/b9661b64-654a-11e6-9388-0cbdaf6d1d41.png)
Engine, Connection…
-
Per [pep 249](https://www.python.org/dev/peps/pep-0249/#description), cursor.description is to be a sequence of 7-item tuples describing the columns in a result set. If the operation does not retur…
-
I'm getting below error for Dimension
Code -
```
productDimension = Dimension(
name='product',
key='productid',
attributes=['name', 'category', 'price'],
lookupatts=['name'])
```
E…
-
Yelp is moving off Python 2.5, so it should be feasible for `doloop` to be a Python 2.6+ library that also works on Python 3.
-
```
What steps will reproduce the problem?
1. run a query with x records in the result
2. run fetchmany(y) where y is not divisor of x until you get the exception
What is the expected output? What do…