[DBAL-339] setFetchMode arguments exception Created: 03/Sep/12 Updated: 05/Sep/12 Resolved: 05/Sep/12 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | 2.3 |
| Fix Version/s: | 2.3 |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | tim glabisch | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
PDO_MySql |
||
| Description |
|
i have this error in version 2.3.0-RC1 in DBAL/STatement.php on aound line 191 you will find: public function setFetchMode($fetchMode, $arg2 = null, $arg3 = null) { return $this->stmt->setFetchMode($fetchMode, $arg2, $arg3); }the problem is that php throws me a Exception: the reason for the exception is that setFetchMode doesnt support null as second/third argument. somebody also described it in the php issue tracker: |
| Comments |
| Comment by Benjamin Eberlei [ 05/Sep/12 ] |
|
Fixed |