We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b098c commit 110c611Copy full SHA for 110c611
src/NHibernate/Driver/OdbcDriver.cs
@@ -82,5 +82,7 @@ protected override void InitializeParameter(DbParameter dbParam, string name, Sq
82
base.InitializeParameter(dbParam, name, sqlType);
83
SetVariableLengthParameterSize(dbParam, sqlType);
84
}
85
+
86
+ public override bool RequiresTimeSpanForTime => true;
87
88
0 commit comments