Jaymon / prom

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

Custom _id does not work with pk #135

Closed Jaymon closed 2 years ago

Jaymon commented 3 years ago

class Foo(Orm):
    _id = Field(str, True, size=36, pk=True)

f = Foo()
f.pk # fails