Jeonghyeon (Andi) Lee
Jeonghyeon (Andi) Lee
Hi, I'm trying to do something like below to implement keyset pagination > SELECT * FROM contacts > WHERE (lastname,firstname) > (?1,?2) > ORDER BY lastname, firstname > LIMIT 7;...
**Command attempted:** `hub help browse`, `hub help api` etc. **What happened:** The following is printed. ``` exec: "less": executable file not found in %PATH% ``` **More info:** Hi there, came...
## Feature Request Expose detailed metadata about the database through Connection interface, similar to how a JDBC Connection exposes [DatabaseMetaData](https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html). #### Is your feature request related to a problem? Please...
## Describe the Bug Hello. I just found out that ordering by multiple fields does not work properly when the order is in the variables, rather than in the query...