12 lines
517 B
Diff
12 lines
517 B
Diff
|
--- src/org/hsqldb/Library.java 2006-07-17 00:29:33.000000000 +0200
|
||
|
+++ src/org/hsqldb/Library.java-gil 2011-01-29 09:18:08.000000000 +0100
|
||
|
@@ -1957,7 +1957,7 @@
|
||
|
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);
|