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 80235df commit 78fd45bCopy full SHA for 78fd45b
src/NHibernate/Dialect/Oracle9iDialect.cs
@@ -25,6 +25,7 @@ protected override void RegisterDateTimeTypeMappings()
25
RegisterColumnType(DbType.Date, "DATE");
26
RegisterColumnType(DbType.DateTime, "TIMESTAMP(4)");
27
RegisterColumnType(DbType.Time, "TIMESTAMP(4)");
28
+ RegisterColumnType(DbType.Xml, "XMLTYPE");
29
}
30
31
public override long TimestampResolutionInTicks
0 commit comments