Update for IN query - fix for when argument is column name.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8809 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ucorina 2011-08-18 19:10:26 +00:00
parent bb95345fb2
commit 99b5d718e6
6 changed files with 57 additions and 26 deletions

View file

@ -12,10 +12,10 @@
protected function setUp() {
$oContext = &Context::getInstance();
$db_info->db_type = 'cubrid';
$db_info->db_table_prefix = 'xe';
$db_info->master_db = array('db_type' => 'cubrid','db_table_prefix' => 'xe_');
$db_info->slave_db = array(array('db_type' => 'cubrid','db_table_prefix' => 'xe_'));
$oContext->setDbInfo($db_info);
$oContext->setDbInfo($db_info);
}
/**
@ -24,6 +24,6 @@
protected function tearDown() {
unset($GLOBALS['__DB__']);
XmlQueryParser::setDBParser(null);
}
}
}
?>