builder-web/db
Reynir Björnsson 68237ef382 Rewrite queries to take optional platform
A number of queries were the same except one would take another string
argument and add `AND platform = $N` in its WHERE clause. This commit
merges them and does `AND ($N IS NULL OR platform = $N)` and the client
code in Model doesn't have to check the string option.
2021-11-18 11:56:17 +01:00
..
builder_db.ml Rewrite queries to take optional platform 2021-11-18 11:56:17 +01:00
builder_db.mli Rewrite queries to take optional platform 2021-11-18 11:56:17 +01:00
dune User authentication and upload endpoint 2021-01-21 10:11:37 +01:00
representation.ml Use Cstruct.length and require cstruct >= 6.0.0 2021-08-03 09:26:07 +02:00