This commit is contained in:
Ruslan Talpa
2015-11-02 14:44:45 +02:00
parent 31c3edc183
commit ef08af359c
2 changed files with 6 additions and 6 deletions
-1
View File
@@ -303,7 +303,6 @@ spec =
get "/json?data->foo->>bar=not.eq.baz" `shouldRespondWith`
[json| [] |]
it "can filter by properties inside json column using ->>" $ do
pendingWith "see issue #334"
get "/json?data->>id=eq.1" `shouldRespondWith`
[json| [{"data": {"id": 1, "foo": {"bar": "baz"}}}] |]