AMLSim
/
jars_archive
/mysql-connector-java-5.1.10
/src
/com
/mysql
/jdbc
/configs
/coldFusion.properties
# | |
# 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 | |