update v1.0.4

This commit is contained in:
sujitprasad
2016-01-04 18:05:45 +05:30
parent 372485336b
commit 4864e5a3f1
529 changed files with 20956 additions and 8178 deletions

View File

@@ -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;
}

View File

@@ -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.