Skip to content

Commit

Permalink
Fix SQL Server grammar to correctly handle DATETIME columns
Browse files Browse the repository at this point in the history
  • Loading branch information
paulofreitas committed Nov 13, 2017
1 parent 7c3443b commit 9ea0512
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ public function compileSavepointRollBack($name)
*/
public function getDateFormat()
{
return 'Y-m-d H:i:s.000';
return 'Y-m-d H:i:s.u';
}

/**
Expand Down

0 comments on commit 9ea0512

Please sign in to comment.