hibernate-orm/hibernate-c3p0/src
Laurent RICHARD df69a3b0a3 HHH-8302 init c3p0 initialPoolSize with minPoolSize
Adding C3P0_STYLE_INITIAL_POOL_SIZE directly to c3props doesn't work
because of prefix "c3p0."
Using setOverwriteProperty checks for the nullability of the value and
removes this prefix

Conflicts:
	hibernate-c3p0/src/main/java/org/hibernate/c3p0/internal/C3P0ConnectionProvider.java
2013-07-11 19:03:36 -04:00
..
main/java/org/hibernate/service/jdbc/connections/internal HHH-8302 init c3p0 initialPoolSize with minPoolSize 2013-07-11 19:03:36 -04:00
test HHH-8302 - add unit test 2013-07-11 19:00:41 -04:00