This repository has been archived on 2024-07-08. You can view files and clone it, but cannot push or open issues or pull requests.
hmn/src/db
Ben Visness 6e0010e957 Fix querying possibly-nil scalars
Our db code for querying scalars didn't do anything to account for
pointer destinations (which you need if querying a field that may be
nil!)
2022-06-01 20:38:24 -05:00
..
db.go Fix querying possibly-nil scalars 2022-06-01 20:38:24 -05:00
db_test.go Fix querying possibly-nil scalars 2022-06-01 20:38:24 -05:00
doc.go Rename all the db tables 2022-05-07 08:11:05 -05:00
query_builder.go Rework DB API 2022-05-06 16:56:13 -05:00