|
From: <jul...@us...> - 2011-04-12 09:36:54
|
Revision: 5673
http://nhibernate.svn.sourceforge.net/nhibernate/?rev=5673&view=rev
Author: julian-maughan
Date: 2011-04-12 09:36:48 +0000 (Tue, 12 Apr 2011)
Log Message:
-----------
Removed references to obsolete 'use_outer_join' setting from documentation and example MSSQL configuration template (NH-2643)
Modified Paths:
--------------
trunk/nhibernate/doc/reference/modules/configuration.xml
trunk/nhibernate/src/NHibernate.Config.Templates/MSSQL.cfg.xml
Modified: trunk/nhibernate/doc/reference/modules/configuration.xml
===================================================================
--- trunk/nhibernate/doc/reference/modules/configuration.xml 2011-04-12 05:30:03 UTC (rev 5672)
+++ trunk/nhibernate/doc/reference/modules/configuration.xml 2011-04-12 09:36:48 UTC (rev 5673)
@@ -409,18 +409,6 @@
</row>
<row>
<entry>
- <literal>use_outer_join</literal>
- </entry>
- <entry>
- Enables outer join fetching. Deprecated, use <literal>max_fetch_depth</literal>.
- <para>
- <emphasis role="strong">eg.</emphasis>
- <literal>true</literal> | <literal>false</literal>
- </para>
- </entry>
- </row>
- <row>
- <entry>
<literal>max_fetch_depth</literal>
</entry>
<entry>
@@ -942,7 +930,6 @@
<property name="connection.connection_string">Server=localhost;initial catalog=nhibernate;User Id=;Password=</property>
<property name="show_sql">false</property>
<property name="dialect">NHibernate.Dialect.MsSql2000Dialect</property>
- <property name="use_outer_join">true</property>
<!-- mapping files -->
<mapping resource="NHibernate.Auction.Item.hbm.xml" assembly="NHibernate.Auction" />
Modified: trunk/nhibernate/src/NHibernate.Config.Templates/MSSQL.cfg.xml
===================================================================
--- trunk/nhibernate/src/NHibernate.Config.Templates/MSSQL.cfg.xml 2011-04-12 05:30:03 UTC (rev 5672)
+++ trunk/nhibernate/src/NHibernate.Config.Templates/MSSQL.cfg.xml 2011-04-12 09:36:48 UTC (rev 5673)
@@ -14,7 +14,6 @@
<property name="adonet.batch_size">10</property>
<property name="show_sql">false</property>
<property name="dialect">NHibernate.Dialect.MsSql2000Dialect</property>
- <property name="use_outer_join">true</property>
<property name="command_timeout">60</property>
<property name="query.substitutions">true 1, false 0, yes 'Y', no 'N'</property>
</session-factory>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|