Ticket #1466 (closed defect: fixed)
[PATCH] Oracle's lastInsertId() doesn't return _seq.CURVAL
| Reported by: | adrive | Owned by: | jwage |
|---|---|---|---|
| Priority: | major | Milestone: | 1.0.3 |
| Component: | Attributes | Version: | 1.0.0 |
| Severity: | Keywords: | ||
| Cc: | Has Test: | no | |
| Status: | Pending Core Response | Has Patch: | yes |
Description
I found that lastInsertId() won't work in Doctrine 1.0.2. It creates invalid SQL query for Oracle: SELECT _seq.curval There is missiong the full seqence name and clause FROM dual
Patch included.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.