File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed
Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -1002,12 +1002,6 @@ ISession session = sessions.OpenSession(conn);
10021002 <session-factory>
10031003
10041004 <!-- properties -->
1005- <property name="connection.provider">
1006- NHibernate.Connection.DriverConnectionProvider
1007- </property>
1008- <property name="connection.driver_class">
1009- NHibernate.Driver.SqlClientDriver
1010- </property>
10111005 <property name="connection.connection_string">
10121006 Server=localhost;initial catalog=nhibernate;User Id=;Password=
10131007 </property>
Original file line number Diff line number Diff line change @@ -333,9 +333,6 @@ namespace Eg
333333 <hibernate-configuration xmlns="urn:nhibernate-configuration-2.2">
334334 <session-factory>
335335 <property name="dialect">NHibernate.Dialect.MsSql2012Dialect</property>
336- <property name="connection.provider">
337- NHibernate.Connection.DriverConnectionProvider
338- </property>
339336 <property name="connection.connection_string">
340337 Server=localhost\SQLEXPRESS;initial catalog=Eg;Integrated Security=True
341338 </property>
Original file line number Diff line number Diff line change 5252 <hibernate-configuration xmlns="urn:nhibernate-configuration-2.2">
5353 <session-factory>
5454 <property name="dialect">NHibernate.Dialect.MsSql2012Dialect</property>
55- <property name="connection.provider">
56- NHibernate.Connection.DriverConnectionProvider
57- </property>
5855 <property name="connection.connection_string">
5956 Server=localhost\SQLEXPRESS;initial catalog=quickstart;Integrated Security=True
6057 </property>
You can’t perform that action at this time.
0 commit comments