mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/9685] Test for databases that are able to nest transactions [ticket/9685] Consistently name the new sql_buffer_nested_transactions function
This commit is contained in:
@@ -246,7 +246,7 @@ class dbal
|
||||
*
|
||||
* @return bool Whether buffering is required.
|
||||
*/
|
||||
function sql_buffer_nested_transaction()
|
||||
function sql_buffer_nested_transactions()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
@@ -261,7 +261,7 @@ class dbal_mssqlnative extends dbal
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
function sql_buffer_nested_transaction()
|
||||
function sql_buffer_nested_transactions()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user