这是indexloc提供的服务,不要输入任何密码
Skip to content

better handling for pgcrypto extension (fix #338) #423

New issue

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

Merged
merged 2 commits into from
Sep 14, 2018
Merged

better handling for pgcrypto extension (fix #338) #423

merged 2 commits into from
Sep 14, 2018

Conversation

ecthiender
Copy link
Contributor

No description provided.

@hasura-bot
Copy link
Contributor

Review app available at: https://hge-ci-pull-423.herokuapp.com

@shahidhk shahidhk added the c/server Related to server label Sep 12, 2018
if pgcryptoExtExists
-- only if we created the schema, create the extension
then when createSchema $ Q.unitQE needsPgCryptoExt "CREATE EXTENSION IF NOT EXISTS pgcrypto" () False
else liftIO $ putStrLn "FATAL: Could not find extension pgcrytpo. This extension is required."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't we be throwing an error here and exit?

@ecthiender ecthiender added p/urgent Immediate action required e/quickfix can be wrapped up in few hours labels Sep 14, 2018
@shahidhk shahidhk changed the title create pgcrypto extension by default, fix #338 create pgcrypto extension by default (fix #338) Sep 14, 2018
@shahidhk shahidhk changed the title create pgcrypto extension by default (fix #338) better handling for pgcrypto extension (fix #338) Sep 14, 2018
@shahidhk shahidhk merged commit 4b4c675 into hasura:master Sep 14, 2018
@hasura-bot
Copy link
Contributor

Review app https://hge-ci-pull-423.herokuapp.com is deleted

hasura-bot pushed a commit that referenced this pull request Mar 30, 2024
…ld name (#423)

Fail schema generation if relationship name conflicts with object field
name

V3_GIT_ORIGIN_REV_ID: fcc979166bffe826c809e7992dd64afeff55c5f7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/server Related to server e/quickfix can be wrapped up in few hours p/urgent Immediate action required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants