Ticket #1466 (closed defect: fixed)

Opened 10 months ago

Last modified 10 months ago

[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

OracleSeqence.patch (1.4 KB) - added by adrive 10 months ago.
Patch fixing oracle sequences

Change History

Changed 10 months ago by adrive

Patch fixing oracle sequences

Changed 10 months ago by adrive

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.