15 lines
719 B
Diff
15 lines
719 B
Diff
# This patch file was generated by NetBeans IDE
|
|
# This patch can be applied using context Tools: Apply Diff Patch action on respective folder.
|
|
# It uses platform neutral UTF-8 encoding.
|
|
# Above lines and this line are ignored by the patching process.
|
|
--- a/src/org/hsqldb/Library.java
|
|
+++ b/src/org/hsqldb/Library.java
|
|
@@ -1957,7 +1957,7 @@ public class Library {
|
|
functionMap.put("bitand", bitand);
|
|
functionMap.put("bitlength", bitLength);
|
|
functionMap.put("bitor", bitor);
|
|
- functionMap.put("bitxor", bitor);
|
|
+ functionMap.put("bitxor", bitxor);
|
|
functionMap.put("character", character);
|
|
functionMap.put("concat", concat);
|
|
functionMap.put("cot", cot);
|