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 2875541 commit 13de4b9Copy full SHA for 13de4b9
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