mirror of
https://github.com/silverstripe/silverstripe-postgresql
synced 2024-10-22 17:05:45 +02:00
BUGFIX: Fixed function name
This commit is contained in:
parent
cd9071c679
commit
ae5160d4b3
@ -1754,7 +1754,7 @@ class PostgreSQLDatabase extends SS_Database {
|
|||||||
* Start a prepared transaction
|
* Start a prepared transaction
|
||||||
* See http://developer.postgresql.org/pgdocs/postgres/sql-set-transaction.html for details on transaction isolation options
|
* See http://developer.postgresql.org/pgdocs/postgres/sql-set-transaction.html for details on transaction isolation options
|
||||||
*/
|
*/
|
||||||
public function transactionStart($transaction_mode=false, $session_characteristics=false){
|
public function startTransaction($transaction_mode=false, $session_characteristics=false){
|
||||||
DB::query('BEGIN;');
|
DB::query('BEGIN;');
|
||||||
|
|
||||||
if($transaction_mode)
|
if($transaction_mode)
|
||||||
|
Loading…
Reference in New Issue
Block a user