View Issue Details

IDProjectCategoryView StatusLast Update
259PHPOF1Database functionspublic7 Sep 2009 21:31
Reportertimj Assigned Totimj  
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version1.0.9 
Target Version1.0.10Fixed in Version1.0.10 
Summary259: insert() and resolveBinaryFields() can fail if primary key values contain characters which require escaping
DescriptionAlthough bug 256 fixed a number of instances, several functions including insert() and resolveBinaryFields() can still fail if primary key values are used which require escaping

e.g.

$foo->key = "st paul's";
$foo->insert();
TagsNo tags attached.

Relationships

related to 256 closedtimj Several functions can fail if primary key values contain characters which require escaping 

Activities

timj

7 Sep 2009 16:38

manager   ~262

Fixed in SVN r1888

Issue History

Date Modified Username Field Change
7 Sep 2009 16:29 timj New Issue
7 Sep 2009 16:29 timj Issue generated from: 256
7 Sep 2009 16:29 timj Relationship added related to 256
7 Sep 2009 16:29 timj Assigned To => timj
7 Sep 2009 16:29 timj Status new => assigned
7 Sep 2009 16:29 timj Target Version => 1.0.10
7 Sep 2009 16:38 timj Note Added: 262
7 Sep 2009 16:38 timj Status assigned => resolved
7 Sep 2009 16:38 timj Fixed in Version => 1.0.10
7 Sep 2009 16:38 timj Resolution open => fixed
7 Sep 2009 21:31 timj Status resolved => closed