update v1.0.4
This commit is contained in:
@@ -53,6 +53,10 @@ class MySqlConnector extends Connector implements ConnectorInterface {
|
||||
{
|
||||
$connection->prepare("set session sql_mode='STRICT_ALL_TABLES'")->execute();
|
||||
}
|
||||
else
|
||||
{
|
||||
$connection->prepare("set session sql_mode=''")->execute();
|
||||
}
|
||||
|
||||
return $connection;
|
||||
}
|
||||
|
@@ -20,7 +20,7 @@ class Application extends Container implements ApplicationContract, HttpKernelIn
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '5.0.33';
|
||||
const VERSION = '5.0.34';
|
||||
|
||||
/**
|
||||
* The base path for the Laravel installation.
|
||||
|
Reference in New Issue
Block a user