Skip to content

Commit 8a12313

Browse files
committed
Document public compatibility suite
1 parent 900e496 commit 8a12313

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

download.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ <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>A public <a href="https://github.com/scriptella/scriptella-testcontainers">Testcontainers-powered compatibility suite</a> exercises focused ETL behavior against PostgreSQL, MariaDB, Oracle Free, and Microsoft SQL Server.</p>
5859
<p>PostgreSQL and MariaDB have recorded full release validation. MySQL
5960
has one targeted MySQL 8.4.11 / Connector/J 26.7.0 lane rather than a
6061
broad compatibility matrix. Vendor JDBC drivers remain external

reference/drivers.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,11 @@ <h2>JDBC bridge drivers</h2>
6767
<p>
6868
Current JDBC guidance covers PostgreSQL, MariaDB, MySQL, Oracle, and SQL
6969
Server. PostgreSQL and MariaDB have full
70-
release validation; MySQL has targeted validation, while Oracle and SQL
71-
Server remain provisional. See the <a
70+
release validation; MySQL has targeted validation. Oracle Free and SQL
71+
Server have focused public real-database compatibility tests through the
72+
<a href="https://github.com/scriptella/scriptella-testcontainers">Scriptella
73+
Testcontainers suite</a>, but this is not a broad compatibility or
74+
certification matrix. See the <a
7275
href="https://github.com/scriptella/scriptella-etl/blob/master/docs/core-database-compatibility.md">core
7376
database compatibility matrix</a> for details, driver links, and
7477
<code>classpath</code> examples.
@@ -133,7 +136,7 @@ <h2>JDBC bridge drivers</h2>
133136
<td><a href="../docs/api/scriptella/driver/mssql/package-summary.html#package.description">Microsoft SQL Server Database</a></td>
134137
<td class="col-driver-name"><code>scriptella.<wbr>driver.<wbr><strong>mssql</strong>.<wbr>Driver</code></td>
135138
<td class="col-native-driver"><code>com.<wbr>microsoft.<wbr>sqlserver.<wbr>jdbc.<wbr>SQLServerDriver</code></td>
136-
<td>Preferred class for <code>jdbc:sqlserver:</code> URLs; adapter-level coverage only, without a recorded real-server matrix.</td>
139+
<td>Preferred class for <code>jdbc:sqlserver:</code> URLs; focused public Linux Testcontainers coverage, not a broad release matrix.</td>
137140
</tr>
138141
<tr id="mysql">
139142
<td><a href="../docs/api/scriptella/driver/mysql/package-summary.html#package.description">MySQL Database</a></td>
@@ -145,7 +148,7 @@ <h2>JDBC bridge drivers</h2>
145148
<td><a href="../docs/api/scriptella/driver/oracle/package-summary.html#package.description">Oracle Database</a></td>
146149
<td class="col-driver-name"><code>scriptella.<wbr>driver.<wbr><strong>oracle</strong>.<wbr>Driver</code></td>
147150
<td class="col-native-driver"><code>oracle.<wbr>jdbc.<wbr>OracleDriver</code></td>
148-
<td>Preferred class for <code>jdbc:oracle:</code> URLs, including simplified handling of PL/SQL blocks; adapter-level coverage only, without a recorded real-server matrix.</td>
151+
<td>Preferred class for <code>jdbc:oracle:</code> URLs, including simplified handling of PL/SQL blocks; focused public Oracle Free Testcontainers coverage, not a broad release matrix.</td>
149152
</tr>
150153
<tr id="postgresql">
151154
<td><a href="../docs/api/scriptella/driver/postgresql/package-summary.html#package.description">PostgreSQL Database</a></td>

0 commit comments

Comments
 (0)