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
PostgreSQL
CREATE EXTENSION IF NOT EXISTS "uuid-ossp"; CREATE EXTENSION hstore SCHEMA addons;
As described here: https://www.postgresql.org/docs/10/sql-createextension.html
note the difference between v10 and v14: https://www.postgresql.org/docs/14/sql-createextension.html
The text was updated successfully, but these errors were encountered:
👯♂️ Duplicate of sqldelight/sqldelight#4474 PostgreSql dialect specific that may require more support (For example there is no CREATE SCHEMA yet)
Sorry, something went wrong.
No branches or pull requests
Dialect
PostgreSQL
Failing SQL
CREATE EXTENSION IF NOT EXISTS "uuid-ossp"; CREATE EXTENSION hstore SCHEMA addons;
Description
As described here:
https://www.postgresql.org/docs/10/sql-createextension.html
note the difference between v10 and v14:
https://www.postgresql.org/docs/14/sql-createextension.html
The text was updated successfully, but these errors were encountered: