Skip to content
Snippets Groups Projects
Commit 89bb9b83 authored by Preexo's avatar Preexo
Browse files

#202 : removed breaking code changes (reverted from commit...

#202 : removed breaking code changes (reverted from commit 30e947dc)
parent 30e947dc
No related branches found
No related tags found
No related merge requests found
...@@ -750,7 +750,7 @@ class ADODB_DataDict { ...@@ -750,7 +750,7 @@ class ADODB_DataDict {
if ($fdefts) { if ($fdefts) {
if (substr($this->connection->databaseType,0,5) == 'mysql') { if (substr($this->connection->databaseType,0,5) == 'mysql') {
$ftype = 'TIMESTAMP'; $ftype = 'TIMESTAMP';
//$fdefault = ' CURRENT_TIMESTAMP'; /* STRICT_TRANS_TABLES fix */ $fdefault = ' CURRENT_TIMESTAMP'; /* STRICT_TRANS_TABLES fix */
} else { } else {
$fdefault = $this->connection->sysTimeStamp; $fdefault = $this->connection->sysTimeStamp;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment