Skip to content

Commit

Permalink
Merge pull request #3874 from Cousjava/PAYARA-3692-mysql
Browse files Browse the repository at this point in the history
PAYARA-3692 remove Space at the end of MysqlDataSource
  • Loading branch information
arjantijms authored Mar 30, 2019
2 parents a028595 + aa85a28 commit 2ccb4cc
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 2ccb4cc

Please sign in to comment.