-
-
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
Missing type hints in $query, $params, $types sets #3034
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good from here, although unsure if this will be a BC break (too little ☕ and toi early in the morning)
Wouldn't pursue similar changes until develop lands in master, too early in the DBAL 3.0 cycle. |
7b7cffe
to
c5e8a7c
Compare
fd275f8
to
c78e0e5
Compare
…having to replicate the \PDOStatement interface in ResultStatement
The regression was introduced by 2b8c40d. Fixes doctrine#3060.
Use a wrapped PDO Statement instead of a custom class for `pdo_sqlsrv` since `PDOSqlsrv\Statement` doesn't extend `PDOStatement` anymore.
Done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still think we shouldn't do this until develop is merged into master. (Same as fixing CS globally.)
ping me if needed ;) |
72cddfb
to
d8f1786
Compare
67bd64c
to
7e5fb71
Compare
c4478a0
to
e5a586e
Compare
0a11c71
to
fa42c10
Compare
superseded with #3348 |
No description provided.