Home » Database » DB » Bug #6143
DB::autoExecute dies without error.
Details
| Submitted | 2005-12-04 13:21 UTC |
|---|---|
| From | mikesoule at gmail dot com |
| Status | Bogus |
| Package | DB |
| PHP Version | 5.0.5 |
| OS | FreeBSD |
| Roadmaps | (Not assigned) |
Comments
[2005-12-04 13:21 UTC] mikesoule at gmail dot com
Description:
------------
DB::autoExecute dies without error. Though it DOES still
insert/update the record.
Using postgresql 8 for my database.
[2005-12-12 09:03 UTC] mikesoule at gmail dot com
I discovered that this is probably not a bug. For some reason,
all of my pg_* functions work EXCEPT pg_affected_rows (I
think, not going to look at the moment but could be
pg_num_rows). I think the lack of support for this function in
my setup is causing the error.