File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ namespace NHibernate.Driver
16
16
/// on the NHibernate forums in this
17
17
/// <a href="http://sourceforge.net/forum/message.php?msg_id=2952662">post</a>.
18
18
/// </remarks>
19
- public class OracleDataClientDriver : ReflectionBasedDriver , IEmbeddedBatcherFactoryProvider
19
+ public class OracleDataClientDriver : ReflectionBasedDriver // , IEmbeddedBatcherFactoryProvider
20
20
{
21
21
private const string driverAssemblyName = "Oracle.DataAccess" ;
22
22
private const string connectionTypeName = "Oracle.DataAccess.Client.OracleConnection" ;
@@ -124,10 +124,11 @@ protected override void OnBeforePrepare(IDbCommand command)
124
124
125
125
command . Parameters . Insert ( 0 , outCursor ) ;
126
126
}
127
-
127
+ /*
128
128
System.Type IEmbeddedBatcherFactoryProvider.BatcherFactoryClass
129
129
{
130
130
get { return typeof (OracleDataClientBatchingBatcherFactory); }
131
131
}
132
+ */
132
133
}
133
- }
134
+ }
You can’t perform that action at this time.
0 commit comments