Skip to content

Commit

Permalink
Update component_reference.xml for com.mysql.cj.jdbc.Driver
Browse files Browse the repository at this point in the history
  • Loading branch information
dgetzlaf authored and FSchumacher committed Sep 27, 2024
1 parent 3a38f04 commit 9643596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xdocs/usermanual/component_reference.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4104,7 +4104,7 @@ instead. (see figures 12 and 13).</p>
<dt>hsqldb</dt><dd>org.hsqldb.jdbc.JDBCDriver</dd>
<dt>Oracle</dt><dd>oracle.jdbc.OracleDriver</dd>
<dt>DB2</dt><dd>com.ibm.db2.jcc.DB2Driver</dd>
<dt>MySQL</dt><dd>com.mysql.jdbc.Driver</dd>
<dt>MySQL</dt><dd>com.mysql.cj.jdbc.Driver</dd><dd>com.mysql.jdbc.Driver (deprecated)</dd>
<dt>Microsoft SQL Server (MS JDBC driver)</dt><dd>com.microsoft.sqlserver.jdbc.SQLServerDriver or com.microsoft.jdbc.sqlserver.SQLServerDriver</dd>
<dt>PostgreSQL</dt><dd>org.postgresql.Driver</dd>
<dt>Ingres</dt><dd>com.ingres.jdbc.IngresDriver</dd>
Expand Down

0 comments on commit 9643596

Please sign in to comment.