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',