edgedb / imdbench

IMDBench — Realistic ORM benchmarking
https://edgedb.github.io/imdbench
Apache License 2.0
242 stars 24 forks source link

correct struct field #15

Closed fmoor closed 4 years ago

1st1 commented 4 years ago

How did you discover this? Did you implement validation?

fmoor commented 4 years ago

I changed the go driver to require all descriptor fields to be present in out values (except for __tid__).

1st1 commented 4 years ago

Right. Sounds good.