spacemonkeygo / dbx

A neat codegen-based database wrapper written in Go
Apache License 2.0
74 stars 11 forks source link

update on model with no updatable fields broken #10

Closed zeebo closed 7 years ago

zeebo commented 7 years ago
model foo (
    key pk

    field pk serial64
)

update foo ( where foo.pk = ? )