mendix / database-connector

https://appstore.home.mendix.com/link/app/2888/Mendix/Database-Connector
Apache License 2.0
9 stars 25 forks source link

Fix for #4 java.security.AccessControlException #5

Closed acdickinson closed 7 years ago

acdickinson commented 7 years ago

48 - passing the parameter of the connPoolKey to the function createHikariDataSource 74 - extending the definition of the function createHikariDataSource with an integer parameter 76 - inserted the setting of the poolName of the dataSource to prevent the generation of the poolnumber globally.

arjenw commented 7 years ago

Thanks for your PR. Good addition. I made a small improvement and will merge it.