File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -1079,8 +1079,11 @@ var session = sessions.OpenSession(conn);
1079
1079
with MS SQL Server 2008+.
1080
1080
<para >
1081
1081
This is intended to work around issues like:
1082
- <programlisting >System.Data.Odbc.OdbcException : ERROR [22008] [Microsoft][SQL Server Native Client 11.0]
1083
- Datetime field overflow. Fractional second precision exceeds the scale specified
1082
+ <programlisting >System.Data.Odbc.OdbcException :
1083
+ ERROR [22008]
1084
+ [Microsoft][SQL Server Native Client 11.0]
1085
+ Datetime field overflow. Fractional second
1086
+ precision exceeds the scale specified
1084
1087
in the parameter binding.</programlisting >
1085
1088
</para >
1086
1089
<para >
@@ -1108,7 +1111,7 @@ in the parameter binding.</programlisting>
1108
1111
1109
1112
<table frame =" topbot" id =" sql-dialects" revision =" 2" >
1110
1113
<title >NHibernate SQL Dialects (<literal >dialect</literal >)</title >
1111
- <tgroup cols =" 2 " >
1114
+ <tgroup cols =" 3 " >
1112
1115
<colspec colwidth =" 1*" />
1113
1116
<colspec colwidth =" 2.5*" />
1114
1117
<colspec colwidth =" 2.5*" />
You can’t perform that action at this time.
0 commit comments