From a6e84aeed1ddefa76f12516855e5417fc22d0794 Mon Sep 17 00:00:00 2001 From: zYne Date: Thu, 10 Jan 2008 21:39:05 +0000 Subject: [PATCH] --- lib/Doctrine/RawSql.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/Doctrine/RawSql.php b/lib/Doctrine/RawSql.php index ad02b8047..bda9c8650 100644 --- a/lib/Doctrine/RawSql.php +++ b/lib/Doctrine/RawSql.php @@ -104,6 +104,11 @@ class Doctrine_RawSql extends Doctrine_Query_Abstract $this->_sqlParts['select'] = array(); } + + public function parseQuery($query) + { + return $this->parseDqlQuery($query); + } /** * parseDqlQuery * parses an sql query and adds the parts to internal array.