Skip to content

Commit 3aa348d

Browse files
Remove obsolete lack of bxor support for Postgres
Follow up to #1673, allowing it to be tested.
1 parent c2b3968 commit 3aa348d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/NHibernate.Test/TestCase.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -452,12 +452,7 @@ protected DateTime RoundForDialect(DateTime value)
452452
new HashSet<System.Type>
453453
{
454454
// Could be supported like Oracle, with a template
455-
typeof (SQLiteDialect),
456-
// Could be supported by overriding registration with # instead of ^
457-
typeof (PostgreSQLDialect),
458-
typeof (PostgreSQL81Dialect),
459-
typeof (PostgreSQL82Dialect),
460-
typeof (PostgreSQL83Dialect)
455+
typeof (SQLiteDialect)
461456
}
462457
},
463458
{

0 commit comments

Comments
 (0)