view release.txt @ 967:5cc071c5c170

Corrected the returned integer values of Statement methods executeUpdate(...), executeLargeUpdate(...), getUpdateCount() and getLargeUpdateCount() and PreparedStatement methods executeUpdate() and executeLargeUpdate(). They returned -2 for DDL statements, which was not in compliance with the JDBC API documentation.
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 13 Feb 2025 21:16:20 +0100 (2 months ago)
parents 1a4014a0c0c8
children 0fce9f209457
line wrap: on
line source
RELEASE INFO
============

MonetDB JDBC driver version 12.0
Release date: 2025-01-17

The Java Database Connectivity (JDBC) API provides universal data access from
the Java programming language.

The MonetDB JDBC driver is designed for use with MonetDB, an Open-Source column-store RDBMS.
See https://www.monetdb.org/

The latest MonetDB JDBC driver can be downloaded from
https://www.monetdb.org/downloads/Java/

Documentation on the MonetDB JDBC driver is avaliable from
https://www.monetdb.org/documentation/user-guide/client-interfaces/libraries-drivers/jdbc-driver/