We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In my database, I have an email column which is of CITEXT type.
I'm using a TypeScript client to search with a WHERE clause like:
{ where: `email = '[email protected]'` }
and I'm getting an error:
{"where":["At location 6: Could not select an operator overload"]}
I've also tried with other operators: LIKE, ILIKE, etc.
I'm assuming there is an issue with CITEXT because when I changed the email to type text, the issue goes away. But I'd still like to use CITEXT ;)
The text was updated successfully, but these errors were encountered:
CITEXT is not supported atm. Sorry you stumbled into this. We're going to look into it.
CITEXT
Sorry, something went wrong.
No branches or pull requests
In my database, I have an email column which is of CITEXT type.
I'm using a TypeScript client to search with a WHERE clause like:
and I'm getting an error:
I've also tried with other operators: LIKE, ILIKE, etc.
I'm assuming there is an issue with CITEXT because when I changed the email to type text, the issue goes away. But I'd still like to use CITEXT ;)
The text was updated successfully, but these errors were encountered: