Skip to content

Commit f249a55

Browse files
committed
List JDBC 4.4 in specification support
1 parent 6b90c9b commit f249a55

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

src/docs/asciidoc/release_notes.adoc

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -226,13 +226,16 @@ See also <<java-support>> in <<whats-new-in-jaybird-6>>.
226226
Jaybird supports the following specifications:
227227

228228
|===
229-
| Specification | Notes
229+
|Specification |Notes
230230

231-
| JDBC 4.3
232-
| All JDBC 4.3 methods for features supported by Firebird.
231+
|JDBC 4.4
232+
|If a security manager is available, the driver still performs `SQLPermission` checks.
233233

234-
| JTA 1.0.1
235-
| Implementation of `javax.transaction.xa.XAResource` interface via `XADataSource` implementation.
234+
|JDBC 4.3
235+
|All JDBC 4.3 methods for features supported by Firebird.
236+
237+
|JTA 1.0.1
238+
|Implementation of `javax.transaction.xa.XAResource` interface via `XADataSource` implementation.
236239
|===
237240

238241
[#support]

0 commit comments

Comments
 (0)