Skip to content

Commit 32adfd1

Browse files
Fix a column spec causing missing col in pdf, fix a text overflow
1 parent d2e56e6 commit 32adfd1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

doc/reference/modules/configuration.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,8 +1079,11 @@ var session = sessions.OpenSession(conn);
10791079
with MS SQL Server 2008+.
10801080
<para>
10811081
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
10841087
in the parameter binding.</programlisting>
10851088
</para>
10861089
<para>
@@ -1108,7 +1111,7 @@ in the parameter binding.</programlisting>
11081111

11091112
<table frame="topbot" id="sql-dialects" revision="2">
11101113
<title>NHibernate SQL Dialects (<literal>dialect</literal>)</title>
1111-
<tgroup cols="2">
1114+
<tgroup cols="3">
11121115
<colspec colwidth="1*"/>
11131116
<colspec colwidth="2.5*"/>
11141117
<colspec colwidth="2.5*"/>

0 commit comments

Comments
 (0)