From: Vladimir G. <vga...@ne...> - 2010-01-26 22:23:56
|
When I try to upload a NEXUS file at http://treebase-dev.nescent.org:6666/treebase-web/user/uploadFile.html , I get a stack dump. The dump mentions SQL insert INSERT INTO MATRIXELEMENT (TYPE, MATRIXELEMENT_ID, VERSION, GAP, MATRIXCOLUMN_ID, MATRIXROW_ID, DISCRETECHARSTATE_ID, ELEMENT_ORDER) VALUES ('D', default, 1, 0, 16000002157, 0, 4, 0) When I try to run it by hand I get ERROR: column "gap" is of type boolean but expression is of type integer LINE 3: ('D', default, 1, 0, 16000002157, 0, 4, 0) ^ HINT: You will need to rewrite or cast the expression. --Vladimir |