[DBAL-399] [GH-237] Do not treat assignment operator as a parameter DBAL-398 Created: 18/Dec/12 Updated: 22/Dec/12 Resolved: 22/Dec/12 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 2.3.2 |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Benjamin Eberlei | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of roverwolf: Url: https://github.com/doctrine/dbal/pull/237 Message: A native (mysql) query should be able to use the assignment operator := but currently the SQLParserUtils method treats that as a missing parameter. The patch solves the issue, but it looks like a higher-level fix might be desired that also handles the regular expression better. |
| Comments |
| Comment by David Ward [ 18/Dec/12 ] |
|
Noting that this auto-generated issue duplicates |
| Comment by Benjamin Eberlei [ 22/Dec/12 ] |
|
A related Github Pull-Request [GH-237] was closed |