Skip to content
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

BUG Fix constraints ignoring schema #48

Merged
merged 1 commit into from Jan 22, 2016

Conversation

tractorcow
Copy link
Contributor

in postgresql, multiple schemas can exist within a single database, so in order to check for constraints (for instance, enum constraint on allowed values) you must always query against the schema.

Some whitespace issues rebasing against the PSR-2 cleaned up version of master, so probably best viewed with ?w=1 on the querystring.

https://github.com/silverstripe/silverstripe-postgresql/pull/48/files?w=1

dhensby added a commit that referenced this pull request Jan 22, 2016
BUG Fix constraints ignoring schema
@dhensby dhensby merged commit efb3a9d into silverstripe:master Jan 22, 2016
@tractorcow tractorcow deleted the pulls/fix-constraints branch January 24, 2016 20:49
@tractorcow
Copy link
Contributor Author

This should be back-ported to 1.2 branch for 3.x compat.

dhensby added a commit to dhensby/silverstripe-postgresql that referenced this pull request Jul 26, 2017
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.

None yet

2 participants