[DBAL-362] [GH-214] The "bindParam" method of OCI8Statement is not using the "length" parameter Created: 06/Oct/12 Updated: 09/May/13 Resolved: 09/May/13 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Benjamin Eberlei | Assignee: | Benjamin Eberlei |
| Resolution: | Invalid | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of theUniC: Url: https://github.com/doctrine/dbal/pull/214 Message: I've fixed the ```OCI8Statement::bindParam``` method in order to pass the "length" parameter when the type is not a LOB https://github.com/doctrine/dbal/blob/master/lib/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php#L112 As noted on the description of the function on the PHP manual (for the IN binds), this is leading to a truncation of the values to the size of the PHP variable. http://www.php.net/manual/en/function.oci-bind-by-name.php |
| Comments |
| Comment by Doctrine Bot [ 09/May/13 ] |
|
A related Github Pull-Request [GH-214] was closed: |