[DBAL-429] [GH-259] fix named_token Created: 28/Jan/13 Updated: 14/Apr/13 Resolved: 14/Apr/13 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 2.3.4 |
| 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 dready: Url: https://github.com/doctrine/dbal/pull/259 Message: Regex Token Pattern for NAMED_TOKEN does not support sql cast operator :: For example a query like this: will return a place holder ':date' instead of ignoring this. fixed by adjusting the regex to ignore the operator. |
| Comments |
| Comment by Doctrine Bot [ 14/Apr/13 ] |
|
A related Github Pull-Request [GH-259] was closed: |