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
+3 -3
View File
@@ -20,7 +20,7 @@ executable postgrest
default-extensions: OverloadedStrings, ScopedTypeVariables, QuasiQuotes
build-depends: base >=4.6 && <5
, hasql == 0.7.*, hasql-backend
, hasql-postgres == 0.10.*
, hasql-postgres >= 0.10.3 && <0.11
, warp >= 3.0.2, wai >= 3.0.1
, wai-extra, wai-cors
, wai-middleware-static >= 0.6.0
@@ -73,8 +73,8 @@ Test-Suite spec
, SpecHelper
Build-Depends: base, hspec >= 2.1.2, QuickCheck
, hspec-wai >= 0.5.0, hspec-wai-json
, hasql, hasql-backend
, hasql-postgres
, hasql == 0.7.*, hasql-backend
, hasql-postgres >= 0.10.3 && <0.11
, warp, wai
, packdeps, hlint
, HTTP, convertible