0 Replies Latest reply on Sep 5, 2002 5:36 AM by timow

    Mapping of EQL-like for Oracle

    timow

      In standardjbosscmp-jdbc.xml EQL-function length is mapped to Oracle SQL-function 'len', but Oracle has no SQL-function 'len'. Is this a bug or am I missing something.

      In standardjbosscmp-jdbc.xml:
      [...]
      <function-mapping>
      <function-name>length</function-name>
      <function-sql>len(?1)</function-sql>
      </function-mapping>
      [...]