PEAR is archived and read-only

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

Home » Database » DB » Bug #6143

DB::autoExecute dies without error.

Details

Submitted2005-12-04 13:21 UTC
Frommikesoule at gmail dot com
StatusBogus
PackageDB
PHP Version5.0.5
OSFreeBSD
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.