-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added date format in RuletteInputProcessor and InputDateValue * removed redundant variable * using Joda date time formatter instead of simple date * closing connection, Resultset, Statement * closing connection, Resultset, Statement * implementing custom input date value * added default constructor for InputDateValue * implemeted date reading till seconds value in MySql DataProvider Itself. * removed CustomInputDateValue * Equal method changes for rule comparison of range inputs * moving close statements under finally block * moving close statements under finally block * version change * adding comments * MySQL data provider fixes * PR comments * Moving data source to use HikariCP * PR comments * Removed inheritance from Hikari, removed redundant file * setting connection timeout in hikariConfig * separated hikariConfig creation in a method * separated hikariConfig creation in a method * removed c3p0 dependency
- Loading branch information
1 parent
d57060c
commit 5acaccc
Showing
3 changed files
with
26 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,4 @@ initialPoolSize=10 | |
maxPoolSize=50 | ||
minPoolSize=10 | ||
maxStatements=20 | ||
|
||
connectionTimeout=5000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters