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

Additional options for sql errors fix #17

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

dhanielo
Copy link

@dhanielo dhanielo commented Dec 4, 2014

Extra options for:

SET ansi_padding ON
SET concat_null_yields_null ON
SET quoted_identifier ON

It fix this error:

[Doctrine\DBAL\DBALException] An exception occurred while executing 'CREATE UNIQUE INDEX UNIQ_0000 ON your_table (your_field) WHERE your_field IS NOT NULL' SQLSTATE[HY000]: General error: 1934 General SQL Server error: Check messages from the SQL Server [1934] (severity 16) [CREATE UNIQUE INDEX UNIQ_0000 ON your_table (your_field) WHERE your_field IS NOT NULL]

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.

1 participant