mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
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:
parent
bb95345fb2
commit
99b5d718e6
6 changed files with 57 additions and 26 deletions
|
|
@ -16,14 +16,20 @@
|
|||
protected function setUp() {
|
||||
$oContext = &Context::getInstance();
|
||||
|
||||
$db_info->db_type = 'cubrid';
|
||||
$db_info->db_port = '33000';
|
||||
$db_info->db_hostname = '10.0.0.206';
|
||||
$db_info->db_userid = 'dba';
|
||||
$db_info->db_password = 'arniarules';
|
||||
$db_info->db_database = 'xe15QA';
|
||||
$db_info->db_table_prefix = 'xe';
|
||||
|
||||
$db_info->master_db = array('db_type' => 'cubrid'
|
||||
,'db_port' => '33000'
|
||||
,'db_hostname' => '10.0.0.206'
|
||||
,'db_userid' => 'dba'
|
||||
,'db_password' => 'arniarules'
|
||||
,'db_database' => 'xe15QA'
|
||||
,'db_table_prefix' => 'xe_');
|
||||
$db_info->slave_db = array(array('db_type' => 'cubrid'
|
||||
,'db_port' => '33000'
|
||||
,'db_hostname' => '10.0.0.206'
|
||||
,'db_userid' => 'dba'
|
||||
,'db_password' => 'arniarules'
|
||||
,'db_database' => 'xe15QA'
|
||||
,'db_table_prefix' => 'xe_'));
|
||||
$oContext->setDbInfo($db_info);
|
||||
|
||||
// remove cache dir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue