Home » Database » DB_DataObject » Bug #5931
update fails when having multible column primary key
Details
| Submitted | 2005-11-10 20:47 UTC |
|---|---|
| From | nikolas dot hagelstein at googlemail dot com |
| Status | No Feedback |
| Package | DB_DataObject |
| PHP Version | 4.4.1 |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2005-11-10 20:47 UTC] nikolas dot hagelstein at googlemail dot com
Description:
------------
Having a multible column primary key results in an update where clause like "where id1='xyz'" where it should be
"where id1='xyz' and id2='abc'"