mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
More work on Oracle DBAL code
git-svn-id: file:///svn/phpbb/trunk@1035 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -96,6 +96,10 @@ class sql_db
|
||||
{
|
||||
// Remove any pre-existing queries
|
||||
unset($this->query_result);
|
||||
|
||||
// Put us in transaction mode because with Oracle as soon as you make a query you're in a transaction
|
||||
$this->in_transaction = TRUE;
|
||||
|
||||
if($query != "")
|
||||
{
|
||||
$this->last_query = $query;
|
||||
|
Reference in New Issue
Block a user