Postgres class - removed methods that are no longer needed. Updated to work with new classes.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8452 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ucorina 2011-06-06 15:41:00 +00:00
parent d071909cde
commit 57b91e1d3e
3 changed files with 119 additions and 392 deletions

View file

@ -518,6 +518,12 @@
return "INSERT INTO $tableName \n $values";
}
// HACK This is needed because on installation, the XmlQueryParer is used without any configured database
// TODO Change this or make sure the query cache files created before db.config exists are deleted
function getParser(){
return new DBParser('"');
}
}
?>