PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » DB_DataObject » Bug #5931

update fails when having multible column primary key

Details

Submitted2005-11-10 20:47 UTC
Fromnikolas dot hagelstein at googlemail dot com
StatusNo Feedback
PackageDB_DataObject
PHP Version4.4.1
OSLinux
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'"