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'