mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
fix r7027
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7077 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5a0c4587a4
commit
3d7048b4ee
1 changed files with 4 additions and 1 deletions
|
|
@ -482,7 +482,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
$query = sprintf("insert into %s (%s) values (%s);", implode(',',$table_list), implode(',',$column_list), implode(',', $value_list));
|
$query = sprintf("insert into %s (%s) values (%s);", implode(',',$table_list), implode(',',$column_list), implode(',', $value_list));
|
||||||
return $this->_query($query);
|
$result = $this->_query($query);
|
||||||
|
if($result && !$this->transaction_started) @cubrid_commit($this->fd);
|
||||||
|
return $result;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue