File tree 1 file changed +31
-6
lines changed
1 file changed +31
-6
lines changed Original file line number Diff line number Diff line change 16
16
key=" hibernate.connection.provider"
17
17
value=" NHibernate.Connection.DriverConnectionProvider"
18
18
/>
19
+ <!--
20
+ The valid strings for Isolation can be found in the documentation for the System.Data.IsolationLevel
21
+ Enumeration documentation. Use the member names - not the values.
22
+ -->
23
+ <!-- -->
24
+ <add
25
+ key=" hibernate.connection.isolation"
26
+ value=" ReadCommitted"
27
+ />
28
+
19
29
<add
20
30
key=" hibernate.dialect"
21
31
value=" NHibernate.Dialect.MsSql2000Dialect"
29
39
value=" Server=localhost;initial catalog=nhibernate;Integrated Security=SSPI"
30
40
/>
31
41
42
+ <!-- This is the System.Data.OracleClient.dll provider for Oracle from MS -->
43
+ <!--
44
+ <add
45
+ key="hibernate.dialect"
46
+ value="NHibernate.Dialect.OracleDialect"
47
+ />
48
+ <add
49
+ key="hibernate.connection.driver_class"
50
+ value="NHibernate.Driver.OracleClientDriver"
51
+ />
52
+
53
+ <add
54
+ key="hibernate.connection.connection_string"
55
+ value="Data Source=ora9i;User ID=scott;Password=tiger;"
56
+ />
57
+
58
+ -->
59
+
32
60
<!--
33
61
<add
34
62
key="hibernate.use_outer_join"
97
125
<appender-ref ref =" rollingFile" />
98
126
</root >
99
127
100
- <!--
101
- <logger name="NHibernate.Impl.PreparerImpl">
102
- <level value="INFO" />
128
+ <logger name =" NHibernate.SqlCommand" >
129
+ <level value =" DEBUG" />
103
130
</logger >
104
- -->
105
-
106
-
131
+
107
132
</log4net >
108
133
109
134
You can’t perform that action at this time.
0 commit comments