-
-
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
DBAL-49 and DBAL-36 #1
DBAL-49 and DBAL-36 #1
Conversation
Did you send this pull request to Benjamin as well? |
I don't know enough to say yes or no. But to me the commit looks weird. What is it fixing? It seems you are just removing some code but I don't see anything added to replace it? |
It should have been sent to the whole core team, so Benjamin must have gotten it. This is how it fixes it, by removing code which is wrong mostly. It's all about DSN pretty much. |
I merged the code. |
Cool! Thanks Benjamin! |
…ple. Fix connection execute query example
Change order of parameters in doModifyLimitQuery to work with Migrations
The new version contains some improvements in handling mocks (sebastianbergmann/phpunit#3602) and will help identify some existing issues in DBAL 3.0 tests: There were 2 warnings: 1) Doctrine\Tests\DBAL\Driver\OCI8\OCI8StatementTest::testExecute with data set #0 (array('test', null, 'value')) Method bindValue may not return value of type boolean 2) Doctrine\Tests\DBAL\Driver\OCI8\OCI8StatementTest::testExecute with data set #1 (array(null, 'test', 'value')) Method bindValue may not return value of type boolean
No description provided.