File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/FluentNHibernate/Cfg/Db Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
namespace FluentNHibernate . Cfg . Db
5
5
{
6
-
7
6
public class SQLAnywhereConfiguration : PersistenceConfiguration < SQLAnywhereConfiguration , SybaseSQLAnywhereConnectionStringBuilder >
8
7
{
9
8
protected SQLAnywhereConfiguration ( )
@@ -16,6 +15,7 @@ public static SQLAnywhereConfiguration SQLAnywhere9
16
15
get { return new SQLAnywhereConfiguration ( ) . Dialect < SybaseASA9Dialect > ( ) ; }
17
16
}
18
17
18
+ #if NH3x
19
19
public static SQLAnywhereConfiguration SQLAnywhere10
20
20
{
21
21
get { return new SQLAnywhereConfiguration ( ) . Dialect < SybaseSQLAnywhere10Dialect > ( ) ; }
@@ -25,7 +25,6 @@ public static SQLAnywhereConfiguration SQLAnywhere11
25
25
{
26
26
get { return new SQLAnywhereConfiguration ( ) . Dialect < SybaseSQLAnywhere11Dialect > ( ) ; }
27
27
}
28
+ #endif
28
29
}
29
-
30
-
31
30
}
You can’t perform that action at this time.
0 commit comments