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
CONCAT
Hello,
I am using asyncpg with QuestDB and I am getting an error with this query:
asyncpg
SELECT FIRST("value") FROM "values" WHERE "type" = CONCAT('X', $1, '-', $2)
The error:
asyncpg.exceptions._base.UnknownPostgresError: unknown function name: set_config(STRING,STRING,BOOLEAN)
It works when sending the same query using libpqxx in C++, so I think this is not a problem with QuestDB.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the issue with a local PostgreSQL install?: -
uvloop?: yes
Hello,
I am using
asyncpg
with QuestDB and I am getting an error with this query:The error:
It works when sending the same query using libpqxx in C++, so I think this is not a problem with QuestDB.
The text was updated successfully, but these errors were encountered: