mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
[ticket/9685] Consistently name the new sql_buffer_nested_transactions function
PHPBB3-9685
This commit is contained in:
@@ -246,7 +246,7 @@ class dbal
|
|||||||
*
|
*
|
||||||
* @return bool Whether buffering is required.
|
* @return bool Whether buffering is required.
|
||||||
*/
|
*/
|
||||||
function sql_buffer_nested_transaction()
|
function sql_buffer_nested_transactions()
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
@@ -261,7 +261,7 @@ class dbal_mssqlnative extends dbal
|
|||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* {@inheritDoc}
|
||||||
*/
|
*/
|
||||||
function sql_buffer_nested_transaction()
|
function sql_buffer_nested_transactions()
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user