File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Orm/Xtensive.Orm.Tests.Framework Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 75
75
<domain name =" pgsql160"
76
76
connectionUrl =" postgresql://dotest:dotest@localhost:54160/dotest" />
77
77
78
+ <domain name =" pgsql170"
79
+ connectionUrl =" postgresql://dotest:dotest@localhost:54170/dotest" />
80
+
78
81
<domain name =" oracle10"
79
82
connectionUrl =" oracle://dotest:dotest@localhost:5510/ora10" />
80
83
173
176
<domain name =" pgsql160cs" provider =" postgresql"
174
177
connectionString =" HOST=localhost;PORT=54160;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" />
175
178
179
+ <domain name =" pgsql170cs" provider =" postgresql"
180
+ connectionString =" HOST=localhost;PORT=54170;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" />
181
+
176
182
<domain name =" oracle10cs" provider =" oracle"
177
183
connectionString =" DATA SOURCE=" (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=5510))(CONNECT_DATA=(SERVICE_NAME=ora10)))" ;USER ID=dotest;PASSWORD=dotest" />
178
184
Original file line number Diff line number Diff line change @@ -31,9 +31,15 @@ public static class StorageProviderVersion
31
31
public static Version PostgreSql90 = new Version ( 9 , 0 ) ;
32
32
public static Version PostgreSql91 = new Version ( 9 , 1 ) ;
33
33
public static Version PostgreSql92 = new Version ( 9 , 2 ) ;
34
+ public static Version PostgreSql96 = new Version ( 9 , 6 ) ;
34
35
public static Version PostgreSql100 = new Version ( 10 , 0 ) ;
35
36
public static Version PostgreSql110 = new Version ( 11 , 0 ) ;
36
37
public static Version PostgreSql120 = new Version ( 12 , 0 ) ;
38
+ public static Version PostgreSql130 = new Version ( 13 , 0 ) ;
39
+ public static Version PostgreSql140 = new Version ( 14 , 0 ) ;
40
+ public static Version PostgreSql150 = new Version ( 15 , 0 ) ;
41
+ public static Version PostgreSql160 = new Version ( 16 , 0 ) ;
42
+ public static Version PostgreSql170 = new Version ( 17 , 0 ) ;
37
43
38
44
public static Version MySql55 = new Version ( 5 , 5 ) ;
39
45
public static Version MySql56 = new Version ( 5 , 6 ) ;
You can’t perform that action at this time.
0 commit comments