[Phplib-trackers] [ phplib-Bugs-578859 ] db_pgsql.inc problems
Brought to you by:
nhruby,
richardarcher
|
From: <no...@so...> - 2002-07-08 20:49:20
|
Bugs item #578859, was opened at 2002-07-09 06:49 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403611&aid=578859&group_id=31885 Category: DB_SQL Group: current CVS Status: Open Resolution: None Priority: 5 Submitted By: Richard Archer (richardarcher) Assigned to: Nobody/Anonymous (nobody) Summary: db_pgsql.inc problems Initial Comment: Received via email from Oliver Duke-Williams: I've spotted a couple of problems with the pgsql class in phplib that are present in both the php-lib and php-lib-stable CVS branches. i) The halt() function does not call haltmsg() as descibed in the documentation; I've modified my db_pgslq.inc by copying relevant parts of the mysql code and can send a diff if you like. In addition, the current function does not respect the value of Halt_On_Error and requires modification. ii) The metadata() function is slow for large tables; performance can be improved by modifying the function to use "select * from $table limit 0" in the pg_exec call. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403611&aid=578859&group_id=31885 |