All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mysql.jdbc.configs.coldFusion.properties Maven / Gradle / Ivy

There is a newer version: 8.0.33
Show newest version
#
# 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 - 2024 Weber Informatics LLC | Privacy Policy