Is there a way from within phpbt to get a trace of the SQL that is being generated? I'm having some consistant problems with phpbt against a PostgreSQL server when I try and do querries against a very small database.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there a way from within phpbt to get a trace of the SQL that is being generated? I'm having some consistant problems with phpbt against a PostgreSQL server when I try and do querries against a very small database.
I don't think the PEAR DB files have convenient debug support, but you can edit pgsql.php in the PEAR directory to echo queries.