Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Proxool with HikariCP #618

Merged
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ <H3>QuickFIX Settings</H3>
<TD><I>JdbcDriver</I></TD>
<TD>JDBC driver for JDBC logger. Also used for JDBC log.</TD>
<TD>Class name for the JDBC driver. Specify driver properties directly will cause the
creation of a HikarCP data source that supports connection pooling. If you are using a
creation of a HikariCP data source that supports connection pooling. If you are using a
database with it's own pooling data source (e.g., Oracle) then use the <code>setDataSource()</code>
the-thing marked this conversation as resolved.
Show resolved Hide resolved
method on the Jdbc-related factories to set the data source directly.</TD>
<TD>&nbsp;</TD>
Expand Down