From e03bffb3f66c6e0aa39b8caf281b70002e149d56 Mon Sep 17 00:00:00 2001 From: zYne Date: Wed, 17 Jan 2007 22:41:55 +0000 Subject: [PATCH] --- lib/Doctrine/Db/Profiler.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Doctrine/Db/Profiler.php b/lib/Doctrine/Db/Profiler.php index 55b5f757d..f60f98b95 100644 --- a/lib/Doctrine/Db/Profiler.php +++ b/lib/Doctrine/Db/Profiler.php @@ -39,6 +39,7 @@ class Doctrine_Db_Profiler extends Doctrine_Access implements Doctrine_Overloada 'prepare', 'commit', 'rollback', + 'connect', 'begintransaction', 'exec', 'execute',