From: <fab...@us...> - 2010-06-18 05:20:40
|
Revision: 4991 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4991&view=rev Author: fabiomaulo Date: 2010-06-18 05:20:34 +0000 (Fri, 18 Jun 2010) Log Message: ----------- Fixed teamcity-hibernate.cfg.xml to use Sql2008 dialect 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 2010-06-18 04:54:01 UTC (rev 4990) +++ trunk/nhibernate/build-common/teamcity-hibernate.cfg.xml 2010-06-18 05:20:34 UTC (rev 4991) @@ -18,7 +18,7 @@ <!-- This is the System.Data.dll provider for MSSQL Server --> <property name="connection.driver_class">NHibernate.Driver.SqlClientDriver</property> - <property name="dialect">NHibernate.Dialect.MsSql2005Dialect</property> + <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> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |