FirebirdSQL / jaybird

JDBC driver for Firebird
https://firebirdsql.org/en/jdbc-driver/
GNU Lesser General Public License v2.1
94 stars 23 forks source link

Add support for server-side scrolling #693

Closed mrotteveel closed 2 years ago

mrotteveel commented 2 years ago

Firebird 5.0 / protocol version 18 adds support for server-side scrollable cursor. Implement support for server-side scrollable cursors (but add a connection property to disable it).

Support is not exposed in the legacy native API, so this will only implemented for the pure Java implementation.