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

DatabaseConnectionProperties.setServerBatchBufferSize ignores serverBatchBufferSize parameter #741

Closed mrotteveel closed 1 year ago

mrotteveel commented 1 year ago

The implementation of DatabaseConnectionProperties.setServerBatchBufferSize currently always sets it to the default value (0, or "use server-side maximum").