Skip to content

Commit 7bddc17

Browse files
committed
Remove release versions from driver descriptions
1 parent 2f0231d commit 7bddc17

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

reference/drivers.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ <h2>JDBC bridge drivers</h2>
115115
<td><a href="../docs/api/scriptella/driver/h2/package-summary.html#package.description">H2 Database</a></td>
116116
<td class="col-driver-name"><code>scriptella.<wbr>driver.<wbr><strong>h2</strong>.<wbr>Driver</code></td>
117117
<td class="col-native-driver"><code>org.<wbr>h2.<wbr>Driver</code></td>
118-
<td>The bundled test and example database in Scriptella 1.4.</td>
118+
<td>The primary bundled database for Scriptella's unit tests and examples.</td>
119119
</tr>
120120
<tr id="jndi">
121121
<td><a href="../docs/api/scriptella/driver/jndi/package-summary.html#package.description">JNDI</a></td>
@@ -127,31 +127,31 @@ <h2>JDBC bridge drivers</h2>
127127
<td><a href="../docs/api/scriptella/driver/mariadb/package-summary.html#package.description">MariaDB Database</a></td>
128128
<td class="col-driver-name"><code>scriptella.<wbr>driver.<wbr><strong>mariadb</strong>.<wbr>Driver</code></td>
129129
<td class="col-native-driver"><code>org.<wbr>mariadb.<wbr>jdbc.<wbr>Driver</code></td>
130-
<td>First-class 1.5 adapter for <code>jdbc:mariadb:</code> URLs; candidate matrix tested with MariaDB Connector/J 3.5.7 and MariaDB 11.8.8.</td>
130+
<td>First-class adapter for <code>jdbc:mariadb:</code> URLs; candidate matrix tested with MariaDB Connector/J 3.5.7 and MariaDB 11.8.8.</td>
131131
</tr>
132132
<tr id="mssql">
133133
<td><a href="../docs/api/scriptella/driver/mssql/package-summary.html#package.description">Microsoft SQL Server Database</a></td>
134134
<td class="col-driver-name"><code>scriptella.<wbr>driver.<wbr><strong>mssql</strong>.<wbr>Driver</code></td>
135135
<td class="col-native-driver"><code>com.<wbr>microsoft.<wbr>sqlserver.<wbr>jdbc.<wbr>SQLServerDriver</code></td>
136-
<td>Preferred 1.5 class for <code>jdbc:sqlserver:</code> URLs; adapter-level coverage only, without a recorded real-server matrix.</td>
136+
<td>Preferred class for <code>jdbc:sqlserver:</code> URLs; adapter-level coverage only, without a recorded real-server matrix.</td>
137137
</tr>
138138
<tr id="mysql">
139139
<td><a href="../docs/api/scriptella/driver/mysql/package-summary.html#package.description">MySQL Database</a></td>
140140
<td class="col-driver-name"><code>scriptella.<wbr>driver.<wbr><strong>mysql</strong>.<wbr>Driver</code></td>
141141
<td class="col-native-driver"><code>com.<wbr>mysql.<wbr>cj.<wbr>jdbc.<wbr>Driver</code></td>
142-
<td>Targeted 1.5 lane for <code>jdbc:mysql:</code> URLs, tested with Connector/J 26.7.0 and MySQL Server 8.4.11; not a broad compatibility matrix.</td>
142+
<td>Targeted lane for <code>jdbc:mysql:</code> URLs, tested with Connector/J 26.7.0 and MySQL Server 8.4.11; not a broad compatibility matrix.</td>
143143
</tr>
144144
<tr id="oracle">
145145
<td><a href="../docs/api/scriptella/driver/oracle/package-summary.html#package.description">Oracle Database</a></td>
146146
<td class="col-driver-name"><code>scriptella.<wbr>driver.<wbr><strong>oracle</strong>.<wbr>Driver</code></td>
147147
<td class="col-native-driver"><code>oracle.<wbr>jdbc.<wbr>OracleDriver</code></td>
148-
<td>Preferred 1.5 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>
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>
149149
</tr>
150150
<tr id="postgresql">
151151
<td><a href="../docs/api/scriptella/driver/postgresql/package-summary.html#package.description">PostgreSQL Database</a></td>
152152
<td class="col-driver-name"><code>scriptella.<wbr>driver.<wbr><strong>postgresql</strong>.<wbr>Driver</code></td>
153153
<td class="col-native-driver"><code>org.<wbr>postgresql.<wbr>Driver</code></td>
154-
<td>First-class 1.5 adapter for <code>jdbc:postgresql:</code> URLs; candidate matrix tested with pgJDBC 42.7.13 and PostgreSQL 17.11.</td>
154+
<td>First-class adapter for <code>jdbc:postgresql:</code> URLs; candidate matrix tested with pgJDBC 42.7.13 and PostgreSQL 17.11.</td>
155155
</tr>
156156
<tr id="spring">
157157
<td><a href="../docs/api/scriptella/driver/spring/package-summary.html#package.description">Spring Framework</a></td>

0 commit comments

Comments
 (0)