mirror of
https://github.com/silverstripe/silverstripe-mssql
synced 2024-10-22 08:05:53 +02:00
MINOR Fixed error
This commit is contained in:
parent
72a1381455
commit
6f42abda19
@ -48,7 +48,7 @@ class MSSQLAzureDatabase extends MSSQLDatabase {
|
||||
$this->query('SET QUOTED_IDENTIFIER ON');
|
||||
$this->query('SET TEXTSIZE 2147483647');
|
||||
|
||||
return $conn
|
||||
return $conn;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user