1 Reply Latest reply on Feb 12, 2005 5:52 AM by ibruell

    finder type mapping for boolean datatype in MaxDB wrong

      Hi,

      i have defined a finder in which i will test a boolean attribute, but i got a database error that the datatype must be compatibel.

      In EJBQL i have tested "attribute = false" and the generated SQL says "attribute = 0", that is wrong cause MaxDB wants "attribute = false".

      I have changed the mapping in standardjbosscmp-jdbc.xml to BOOLEAN but that changed nothing.

      any ideas ?