Skip to content
Snippets Groups Projects
Commit 30e947dc authored by Preexo's avatar Preexo
Browse files

#202 : removed breaking code changes

parent 0b6e5e8a
No related branches found
No related tags found
No related merge requests found
......@@ -750,7 +750,7 @@ class ADODB_DataDict {
if ($fdefts) {
if (substr($this->connection->databaseType,0,5) == 'mysql') {
$ftype = 'TIMESTAMP';
$fdefault = ' CURRENT_TIMESTAMP'; /* STRICT_TRANS_TABLES fix */
//$fdefault = ' CURRENT_TIMESTAMP'; /* STRICT_TRANS_TABLES fix */
} else {
$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