@@ -7,6 +7,9 @@ zeroDateTimeBehavior=convertToNull
# disable unicode handling
useUnicode=false
+# Get rid of SQL exceptions thrown in Mysql jdbc driver
+holdResultsOpenOverStatementClose=true
+
# charset
#useUnicode=true
#characterEncoding=Cp1252