|
|
|
@ -86,6 +86,20 @@ mysql.subResultSet=com.mysql.jdbc.JDBC4ResultSet
|
|
|
|
|
mysql.subResultSet=com.mysql.jdbc.UpdatableResultSet
|
|
|
|
|
mysql.subResultSet=com.mysql.jdbc.JDBC4UpdatableResultSet
|
|
|
|
|
|
|
|
|
|
# ------ MariaDB JDBC v1.1.5 --------------------------------------------------
|
|
|
|
|
#
|
|
|
|
|
org.mariadb.jdbc.MySQLDataSource=maria
|
|
|
|
|
|
|
|
|
|
maria.baseConnection=org.mariadb.jdbc.MySQLConnection
|
|
|
|
|
|
|
|
|
|
maria.baseStatement=org.mariadb.jdbc.MySQLStatement
|
|
|
|
|
|
|
|
|
|
maria.subPreparedStatement=org.mariadb.jdbc.MySQLPreparedStatement
|
|
|
|
|
|
|
|
|
|
maria.baseCallableStatement=org.mariadb.jdbc.MySQLCallableStatement
|
|
|
|
|
|
|
|
|
|
maria.baseResultSet=org.mariadb.jdbc.MySQLResultSet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# ------ JTDS v1.3.1 ----------------------------------------------------------
|
|
|
|
|
#
|
|
|
|
|