Jaymon / prom

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

Query.unique_field #70

Closed Jaymon closed 2 years ago

Jaymon commented 6 years ago

should have an alias: Query.distinct_field

Jaymon commented 4 years ago

https://github.com/Jaymon/prom/issues/22

Jaymon commented 2 years ago

I added Query.distinct() that you could do to mark all the selected fields as distinct/unique