File tree Expand file tree Collapse file tree
Orm/Xtensive.Orm/Sql/Drivers/SqlServer/v10 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ namespace Xtensive.Sql.Drivers.SqlServer.v10
1414{
1515 internal class Translator : v09 . Translator
1616 {
17- public override string DateTimeFormatString { get { return @"'cast ('\'yyyy\-MM\-ddTHH\:mm\:ss\.fff \'' as datetime2)'" ; } }
18- public string DateTimeOffsetFormatString { get { return @"'cast ('\'yyyy\-MM\-dd HH\:mm\:ss\.fff \ zzz\'' as datetimeoffset)'" ; } }
17+ public override string DateTimeFormatString { get { return @"'cast ('\'yyyy\-MM\-ddTHH\:mm\:ss\.fffffff \'' as datetime2)'" ; } }
18+ public string DateTimeOffsetFormatString { get { return @"'cast ('\'yyyy\-MM\-dd HH\:mm\:ss\.fffffff \ zzz\'' as datetimeoffset)'" ; } }
1919
2020 public override string Translate ( SqlCompilerContext context , Ddl . SqlCreateIndex node , CreateIndexSection section )
2121 {
You can’t perform that action at this time.
0 commit comments