Skip to content

Commit f236a5e

Browse files
committed
Link the core database compatibility matrix from the drivers and download pages.
1 parent 66cc9f4 commit f236a5e

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

download.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,13 @@ <h1>Download Scriptella</h1>
5555
<section aria-labelledby="version-1-5">
5656
<h2 id="version-1-5">Version 1.5 (September 8, 2026)</h2>
5757
<p>Scriptella 1.5 focuses on current JDBC database compatibility, clearer driver-loading diagnostics, maintained optional Spring and Velocity integrations, and release validation on JDK 17 and JDK 25.</p>
58-
<p>PostgreSQL and MariaDB have recorded full release validation. MySQL has one targeted MySQL 8.4.11 / Connector/J 26.7.0 lane rather than a broad compatibility matrix. Vendor JDBC drivers remain external dependencies.</p>
58+
<p>PostgreSQL and MariaDB have recorded full release validation. MySQL
59+
has one targeted MySQL 8.4.11 / Connector/J 26.7.0 lane rather than a
60+
broad compatibility matrix. Vendor JDBC drivers remain external
61+
dependencies. See the <a
62+
href="https://github.com/scriptella/scriptella-etl/blob/master/docs/core-database-compatibility.md">core
63+
database compatibility matrix</a> for validation targets, driver
64+
download links, and connection <code>classpath</code> examples.</p>
5965
<div class="table-scroll" tabindex="0" role="region" aria-label="Scriptella 1.5 downloads">
6066
<table>
6167
<thead>

reference/drivers.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,15 @@ <h2>JDBC bridge drivers</h2>
7171
<strong>Note:</strong> JDBC adapters are recommended, but any JDBC-compliant driver can be used directly.
7272
</aside>
7373
<aside class="note" aria-label="Scriptella 1.5 database compatibility">
74-
<strong>Scriptella 1.5:</strong> PostgreSQL and MariaDB have recorded full release validation with current drivers. MySQL has one targeted MySQL 8.4.11 / Connector/J 26.7.0 lane. Oracle and SQL Server use current preferred driver classes but remain provisional because they do not yet have real-server matrix results. Vendor JDBC JARs are supplied externally through a connection <code>classpath</code>.
74+
<strong>Scriptella 1.5:</strong> PostgreSQL and MariaDB have recorded full
75+
release validation with current drivers. MySQL has one targeted MySQL
76+
8.4.11 / Connector/J 26.7.0 lane. Oracle and SQL Server use current
77+
preferred driver classes but remain provisional because they do not
78+
yet have real-server matrix results. Vendor JDBC JARs are supplied
79+
externally through a connection <code>classpath</code>. See the <a
80+
href="https://github.com/scriptella/scriptella-etl/blob/master/docs/core-database-compatibility.md">core
81+
database compatibility matrix</a> for validation targets, driver
82+
download links, and connection <code>classpath</code> examples.
7583
</aside>
7684
<div class="table-scroll" tabindex="0" role="region" aria-label="JDBC bridge drivers">
7785
<table class="drivers-matrix">

0 commit comments

Comments
 (0)