Skip to content

Conversation

kyleconroy
Copy link
Collaborator

@kyleconroy kyleconroy commented Jan 31, 2022

Fixes #537

We need to add this behind a flag, otherwise it will break many people's build. To enable this, set strict_function_checks to true.

{
	"version": "1",
	"packages": [
		{
			"name": "querytest",
			"path": "go",
			"schema": "query.sql",
			"queries": "query.sql",
			"engine": "postgresql",
			"strict_function_checks": true
		}
	]
}

@kyleconroy kyleconroy merged commit 1c0bf21 into main Jan 31, 2022
@kyleconroy kyleconroy deleted the kyle/verify-function-flag branch January 31, 2022 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PostgreSQL parser doesn't check if a function exists
1 participant