Created
September 27, 2017 09:11
-
-
Save NikitaAvvakumov/63cb4cdf9f5ee51743574772b5bb783d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from h in Webhook, where: fragment("?->>? = ?", h.body, "title", ^"some title") # note `=` NOT `==` | |
from h in Webhook, where: fragment("?->>? = ?::text", h.body, "title", ^"some title") # can specify type if needed | |
from h in Webhook, where: fragment("?->>'title' ILIKE ?", h.body, ^"some title") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment