Skip to content

version 2.1.0 is incompatible with Oracle Database #307

@sungongpeng

Description

@sungongpeng

Version 2.1.0
Database: Oracle 19c
Issue 1: query build
appending "OFFSET n LIMIT m" to a query, This is incorrect for Oracle database.

For Oracle, the correct
SELECT * FROM TABLE offset n rows FETCH NEXT m rows ONLY

Issue 2: $count
got error:
class java.math.BigDecimal cannot be cast to class java.lang.Long (java.math.BigDecimal and java.lang.Long are in module java.base of loader 'bootstrap'

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions