File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -7,20 +7,14 @@ public class SQLAnywhereConfiguration : PersistenceConfiguration<SQLAnywhereConf
7
7
{
8
8
protected SQLAnywhereConfiguration ( )
9
9
{
10
- #if NH21
11
- Driver < ASA10ClientDriver > ( ) ;
12
- #else
13
10
Driver < SybaseSQLAnywhereDriver > ( ) ;
14
- #endif
15
11
}
16
12
17
13
public static SQLAnywhereConfiguration SQLAnywhere9 => new SQLAnywhereConfiguration ( ) . Dialect < SybaseASA9Dialect > ( ) ;
18
14
19
- #if ! NH21
20
15
public static SQLAnywhereConfiguration SQLAnywhere10 => new SQLAnywhereConfiguration ( ) . Dialect < SybaseSQLAnywhere10Dialect > ( ) ;
21
16
22
17
public static SQLAnywhereConfiguration SQLAnywhere11 => new SQLAnywhereConfiguration ( ) . Dialect < SybaseSQLAnywhere11Dialect > ( ) ;
23
- #endif
24
18
25
19
public static SQLAnywhereConfiguration SQLAnywhere12 => new SQLAnywhereConfiguration ( ) . Dialect < SybaseSQLAnywhere12Dialect > ( ) . Driver < SybaseSQLAnywhereDotNet4Driver > ( ) ;
26
20
Original file line number Diff line number Diff line change @@ -40,10 +40,6 @@ internal FluentConfiguration()
40
40
internal FluentConfiguration ( Configuration cfg )
41
41
{
42
42
this . Configuration = cfg ;
43
-
44
- #if NH21
45
- this . ProxyFactoryFactory ( DefaultProxyFactoryFactoryClassName ) ;
46
- #endif
47
43
}
48
44
49
45
internal Configuration Configuration { get ; }
You can’t perform that action at this time.
0 commit comments