Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001411 [Quercus] minor always 10-16-06 13:05 04-29-07 12:38
Reporter dberry View Status public  
Assigned To nam
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.1.1 Product Version 3.0.21
  Product Build
Summary 0001411: mysqli accessed using object-oriented style does not work for insert_id or num_rows
Description After performing an insert into the database

$mysqli->insert_id; //does not return a value while
mysqli_insert_id($mysqli); //works

$result->num_rows; // does not work;
mysqli_num_rows($result); // works
Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0001879)
nam
04-29-07 12:38

php/1f74
 

- Issue History
Date Modified Username Field Change
10-16-06 13:05 dberry New Issue
04-29-07 12:38 nam Status new => assigned
04-29-07 12:38 nam Assigned To  => nam
04-29-07 12:38 nam Status assigned => closed
04-29-07 12:38 nam Note Added: 0001879
04-29-07 12:38 nam Resolution open => fixed
04-29-07 12:38 nam Fixed in Version  => 3.1.1


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker