Jaymon / prom

A PostgreSQL or SQLite orm for Python
MIT License
22 stars 4 forks source link

Query.cursor doesn't seem to work right #66

Closed Jaymon closed 3 years ago

Jaymon commented 6 years ago
File "/usr/local/lib/python2.7/dist-packages/prom/query.py", line 1001, in cursor
    results = self._query('get', cursor_result=True)
TypeError: _query() got an unexpected keyword argument 'cursor_result'
Jaymon commented 3 years ago

This was fixed at some point ¯_(ツ)_/¯