From: <fab...@us...> - 2011-05-17 20:07:21
|
Revision: 5832 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=5832&view=rev Author: fabiomaulo Date: 2011-05-17 20:07:15 +0000 (Tue, 17 May 2011) Log Message: ----------- Fix NH-2695 part 2 Modified Paths: -------------- trunk/nhibernate/src/NHibernate/Dialect/FirebirdDialect.cs Modified: trunk/nhibernate/src/NHibernate/Dialect/FirebirdDialect.cs =================================================================== --- trunk/nhibernate/src/NHibernate/Dialect/FirebirdDialect.cs 2011-05-17 18:04:43 UTC (rev 5831) +++ trunk/nhibernate/src/NHibernate/Dialect/FirebirdDialect.cs 2011-05-17 20:07:15 UTC (rev 5832) @@ -138,7 +138,7 @@ RegisterFunction("tan", new StandardSQLFunction("tan", NHibernateUtil.Double)); RegisterFunction("tanh", new StandardSQLFunction("tanh", NHibernateUtil.Double)); - DefaultProperties[Environment.ConnectionDriver] = "NHibernate.Driver.FirebirdDriver"; + DefaultProperties[Environment.ConnectionDriver] = "NHibernate.Driver.FirebirdClientDriver"; } /// <summary></summary> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |