Jaymon / prom

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

select_fields breaks query chaining #55

Closed sqpierce closed 6 years ago

sqpierce commented 6 years ago

The select_fields method in prom/query.py does not work as expected.

Suspicion is that the method should 'return self' but does not.

https://github.com/firstopinion/prom/blob/master/prom/query.py#L707-L716