AMLSim
/
jars_archive
/mysql-connector-java-5.1.10
/src
/com
/mysql
/jdbc
/configs
/3-0-Compat.properties
# | |
# Settings to maintain Connector/J 3.0.x compatibility | |
# (as much as it can be) | |
# | |
emptyStringsConvertToZero=true | |
jdbcCompliantTruncation=false | |
noDatetimeStringSync=true | |
nullCatalogMeansCurrent=true | |
nullNamePatternMatchesAll=true | |
transformedBitIsBoolean=false | |
dontTrackOpenResources=true | |
zeroDateTimeBehavior=convertToNull | |
useServerPrepStmts=false | |
autoClosePStmtStreams=true | |
processEscapeCodesForPrepStmts=false | |
useFastDateParsing=false | |
populateInsertRowWithDefaultValues=false | |
useDirectRowUnpack=false |