com.mysql.jdbc.configs.coldFusion.properties Maven / Gradle / Ivy
#
# Properties for optimal usage in ColdFusion
#
# Automagically pulled in if "autoConfigureForColdFusion" is "true"
# which is the default configuration of the driver
#
#
# CF uses a _lot_ of RSMD.isCaseSensitive() - this optimizes it
#
useDynamicCharsetInfo=false
#
# CF's pool tends to be "chatty" like DBCP
#
alwaysSendSetIsolation=false
useLocalSessionState=true
#
# CF's pool seems to loose connectivity on page restart
#
autoReconnect=true
© 2015 - 2025 Weber Informatics LLC | Privacy Policy