-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Update AbstractPlatform.php #921
Conversation
trim $dbType
Hello, thank you for creating this pull request. I have automatically opened an issue http://www.doctrine-project.org/jira/browse/DBAL-1779 We use Jira to track the state of pull requests and the versions they got |
Why is this necessary? Please explain the actual issue. |
@szekeresa ping |
Hi! I have sqlite database, but when the get schema then run out error:
Work around: Other:
Work around: In the database exists other nvarchar fileds, but not run error... |
@szekeresa found the issue. This can only occur if the underlying table was not created by DBAL and contains whitespaces in the column type declarations for string typed columns. Provided a patch in #2272 |
trim $dbType