Allow filtering by values inside json columns

This commit is contained in:
Joe Nelson
2015-04-04 17:38:54 -07:00
parent ca1c524ede
commit 9792b9b46a
6 changed files with 72 additions and 372 deletions
+1
View File
@@ -18,6 +18,7 @@ spec = around withApp $ do
, {"schema":"1","name":"compound_pk","insertable":true}
, {"schema":"1","name":"has_fk","insertable":true}
, {"schema":"1","name":"items","insertable":true}
, {"schema":"1","name":"json","insertable":true}
, {"schema":"1","name":"menagerie","insertable":true}
, {"schema":"1","name":"no_pk","insertable":true}
, {"schema":"1","name":"simple_pk","insertable":true}