Mercurial > hg > monetdb-java
view build.properties @ 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 | bbd6f2407d2e |
children |
line wrap: on
line source
# Default build parameters. These may be overridden by local configuration # settings in build.local.properties. ## ## JDBC (and client) ## # major release number JDBC_MAJOR=12 # minor release number JDBC_MINOR=1 ## ## General ## # should we compile with debugging symbols? Not for public releases enable_debug=false # should we optimize the build, preferably not for debugging. Yes for public releases enable_optimize=true