Skip to content

Commit cce4b5d

Browse files
NH-1851 - MySql expects TimeSpan for time.
1 parent b8cd7f4 commit cce4b5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/NHibernate/Driver/MySqlDataDriver.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,7 @@ public override bool SupportsMultipleQueries
8888
{
8989
get { return true; }
9090
}
91+
92+
public override bool RequiresTimeSpanForTime => true;
9193
}
9294
}

0 commit comments

Comments
 (0)