Note: issues are now on GitHub; see the Overview for more details.
In Oracle.php line 238: $sequenceName .= '_seq'; should be $sequenceName .= '_SEQ';
Posted by Darby Felton (darby) on 2007-08-09T10:34:54.000+0000
Assigning to [~bkarwin] to initiate issue review.
Posted by Thomas Weidner (thomas) on 2008-03-09T14:12:04.000+0000
Looking through sequences and the lastIdInsert solution for Oracle I found no reason why the surfix of the sequencename should not be lowercased.
There is no benefit or problem according to this.
Feel free to reopen this issue when you have additional informations or reproduction code related to this issue.
Posted by Wil Sinclair (wil) on 2008-03-21T17:05:28.000+0000
This issue should have been fixed for the 1.5 release.
Comments
Posted by Darby Felton (darby) on 2007-08-09T10:34:54.000+0000
Assigning to [~bkarwin] to initiate issue review.
Posted by Thomas Weidner (thomas) on 2008-03-09T14:12:04.000+0000
Looking through sequences and the lastIdInsert solution for Oracle I found no reason why the surfix of the sequencename should not be lowercased.
There is no benefit or problem according to this.
Feel free to reopen this issue when you have additional informations or reproduction code related to this issue.
Posted by Wil Sinclair (wil) on 2008-03-21T17:05:28.000+0000
This issue should have been fixed for the 1.5 release.