view build.properties @ 966:39b74cc688d2

Fix a bug in DatabaseMetaData.getTables() where a provided string in the array of table types argument would contain a single quote or back slash. It was not escaped properly, resulting in an SQL syntax error.
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Wed, 12 Feb 2025 22:31:08 +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