File size: 478 Bytes
2795186
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#

# 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