You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Spatial test now expects right value for PgsqlPath (new client library writes to db correct default falue for PgsqlPath.Open)
- float accuracy is taken into account for Sum and Average results
- Removed Postgres from list of test storages for some test method (see comment in Require)
- Rounding test uses special Entities for decimans and doubles
- some sabbath word wierdness workarounded
Require.ProviderIsNot(StorageProvider.PostgreSql,"No parallel executing for commands. so having opened reader for query and making changes saved is impossible");
Require.ProviderIsNot(StorageProvider.Firebird,"Open reader reads lines that were inserted between getting reader and enumeratin it");
250
+
Require.ProviderIsNot(StorageProvider.PostgreSql,"No parallel executing for commands, so having opened reader for query and making changes saved is impossible");
Require.ProviderIsNot(StorageProvider.Firebird,"Open reader reads lines that were inserted between getting reader and enumeratin it");
307
+
Require.ProviderIsNot(StorageProvider.PostgreSql,"No parallel executing for commands, so having opened reader for query and making changes saved is impossible");
303
308
using(varsession=Domain.OpenSession())
304
309
using(vartransaction=session.OpenTransaction()){
305
310
_=newTestEntity(session){Value=101};
@@ -363,6 +368,7 @@ public async Task PersistBeforeBothAsyncQueriesAndDelayedWaitFirebirdTest()
Require.ProviderIsNot(StorageProvider.Firebird,"Open reader reads lines that were inserted between getting reader and enumeratin it");
400
+
Require.ProviderIsNot(StorageProvider.PostgreSql,"No parallel executing for commands. so having opened reader for query and making changes saved is impossible");
Require.ProviderIsNot(StorageProvider.Firebird,"Open reader reads lines that were inserted between getting reader and enumeratin it");
514
+
Require.ProviderIsNot(StorageProvider.PostgreSql,"No parallel executing for commands. so having opened reader for query and making changes saved is impossible");
507
515
using(varsession=Domain.OpenSession())
508
516
using(vartransaction=session.OpenTransaction()){
509
517
_=newTestEntity(session);
@@ -562,6 +570,7 @@ public async Task ManualSavingDuringAsyncQueryExecutionFirebirdTest()
Require.ProviderIsNot(StorageProvider.PostgreSql,"No parallel executing for commands. so having opened reader for query and making changes saved is impossible");
0 commit comments