coldFusion.properties 453 Bytes
#
# 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