Revision: 5528
http://nhibernate.svn.sourceforge.net/nhibernate/?rev=5528&view=rev
Author: fabiomaulo
Date: 2011-03-25 12:01:05 +0000 (Fri, 25 Mar 2011)
Log Message:
-----------
Ups!!
Modified Paths:
--------------
trunk/nhibernate/build-common/teamcity-hibernate.cfg.xml
Modified: trunk/nhibernate/build-common/teamcity-hibernate.cfg.xml
===================================================================
--- trunk/nhibernate/build-common/teamcity-hibernate.cfg.xml 2011-03-24 23:28:25 UTC (rev 5527)
+++ trunk/nhibernate/build-common/teamcity-hibernate.cfg.xml 2011-03-25 12:01:05 UTC (rev 5528)
@@ -21,7 +21,6 @@
<property name="dialect">NHibernate.Dialect.MsSql2008Dialect</property>
<property name="connection.connection_string">Server=.\SQLExpress;initial catalog=nhibernate;Integrated Security=SSPI</property>
<property name="show_sql">false</property>
- <property name="use_outer_join">true</property>
<property name="command_timeout">444</property>
<property name="query.substitutions">true 1, false 0, yes 'Y', no 'N'</property>
<property name="adonet.wrap_result_sets">false</property>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|