Skip to content

Commit

Permalink
PAYARA-3692 Space at the end of MysqlDataSource
Browse files Browse the repository at this point in the history
  • Loading branch information
Cousjava authored Mar 29, 2019
1 parent deecb02 commit aa85a28
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# only if the new code is made subject to such option by the copyright
# holder.
#
# Portions Copyright [2017-2018] [Payara Foundation and/or its affiliates]
# Portions Copyright [2017-2019] [Payara Foundation and/or its affiliates]

ORACLE=oracle.jdbc.pool.OracleDataSource
DERBY=org.apache.derby.jdbc.ClientDataSource40
Expand All @@ -53,7 +53,7 @@ SYBASE=com.sybase.jdbc2.jdbc.SybDataSource
POINTBASE=com.pointbase.jdbc.jdbcDataSource
CLOUDSCAPE=com.cloudscape.core.BasicDataSource
INFORMIX=com.informix.jdbcx.IfxDataSource
MYSQL=com.mysql.jdbc.jdbc2.optional.MysqlDataSource
MYSQL=com.mysql.jdbc.jdbc2.optional.MysqlDataSource
MYSQL8=com.mysql.cj.jdbc.MysqlDataSource
POSTGRESQL=org.postgresql.ds.PGSimpleDataSource
DATADIRECT-DB2=com.ddtek.jdbcx.db2.DB2DataSource
Expand Down

0 comments on commit aa85a28

Please sign in to comment.