Skip to content

Commit

Permalink
notice
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneguow committed Jul 4, 2024
1 parent 2e210d9 commit 5ae0288
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/sql-data-sources-jdbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ logging into the data sources.
<td><code>url</code></td>
<td>(none)</td>
<td>
The JDBC URL of the form <code>jdbc:subprotocol:subname</code> to connect to. The source-specific connection properties may be specified in the URL. e.g., <code>jdbc:postgresql://localhost/test?user=fred&password=secret</code>
The JDBC URL of the form <code>jdbc:subprotocol:subname</code> to connect to. The source-specific connection
properties may be specified in the URL. e.g., <code>jdbc:postgresql://localhost/test?user=fred&password=secret</code>.
Note that when the database is MariaDB, `mariadb` subprotocol does not apply, please use `mysql` subprotocol.
</td>
<td>read/write</td>
</tr>
Expand Down

0 comments on commit 5ae0288

Please sign in to comment.