We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6dc12 commit 77d2ac6Copy full SHA for 77d2ac6
src/NHibernate/Dialect/PostgreSQLDialect.cs
@@ -84,6 +84,7 @@ public PostgreSQLDialect()
84
RegisterFunction("atan2", new StandardSQLFunction("atan2", NHibernateUtil.Double));
85
86
RegisterFunction("power", new StandardSQLFunction("power", NHibernateUtil.Double));
87
+ RegisterFunction("bxor", new BitwiseNativeOperation("#"));
88
89
RegisterFunction("floor", new StandardSQLFunction("floor"));
90
RegisterFunction("ceiling", new StandardSQLFunction("ceiling"));
0 commit comments