mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
issue 157, change default escape char.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9121 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e86a4e2ed2
commit
e4031ad4db
1 changed files with 1 additions and 1 deletions
|
|
@ -604,7 +604,7 @@
|
||||||
// HACK This is needed because on installation, the XmlQueryParer is used without any configured database
|
// 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
|
// TODO Change this or make sure the query cache files created before db.config exists are deleted
|
||||||
function getParser(){
|
function getParser(){
|
||||||
return new DBParser('"');
|
return new DBParser('`');
|
||||||
}
|
}
|
||||||
|
|
||||||
function _getSlaveConnectionStringIndex() {
|
function _getSlaveConnectionStringIndex() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue