You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Re-enable UUIDGeneratorTest for Oracle
The latest Vert.x client supports searching for UUID
* Re-enable LobTypeTest for MSSQL
Not sure when it's been fixed but it works with the current
Vert.x client
* Update limitations for Db2 in the README
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -250,3 +250,4 @@ At present several minor limitations remain.
250
250
supported.
251
251
- With Db2:
252
252
*[Automatic schema](http://hibernate.org/reactive/documentation/1.1/reference/html_single/#_automatic_schema_export) update and validation is not supported.
253
+
*`@Lob` annotation is not supported - See [this issue on the vertx-db2-client](https://github.com/eclipse-vertx/vertx-sql-client/issues/496)
0 commit comments