Jaymon / prom

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

query.Iterator does not support slicing #62

Closed Jaymon closed 3 years ago

Jaymon commented 6 years ago
vals = Orm.query.get(10)
print(vals[1:]) # TypeError: int() argument must be a string or a number, not 'slice'