Barry LaFond

Results 9 issues of Barry LaFond

### Version 4.3.2 ### Context Our nightly builds run against upcoming Vertx SQL client snapshots, in this case an error occurs in testing with **vertx-db2-client 4.3.2-SNAPSHOT** ### Do you have...

bug

While trying to leverage the **`SqlConnectOptions.fromUri( URI uri)`** parsing feature in the SQL I ran into a problem with our DB2 url. In Hibernate Reactive we're testing against DB2 via...

bug
help wanted
module:db2

I'm working in HR #1059 and trying to leverage the DB-specific SqlConnectOptions parsing of a URL string to allow additional properties on the URL but it looks like the parse...

bug

There's an issue with the vert.x Db2 client that's causing the following exception when [running the build](https://github.com/hibernate/hibernate-reactive/runs/7008005379?check_suite_focus=true#step:5:1725): ``` ERRORerrors [vert.x-eventloop-thread-0] HR000057: Failed to execute statement [select identifier0_.id as id1_0_, identifier0_.name...

waiting
db2

Hibernate Reactive's [LobTypeTest](https://github.com/hibernate/hibernate-reactive/pull/1657/commits/b019c53d9e43a64f271e13eb5c84be2221e77247) fails using PostgreSQL by returning a NULL for a CLOB string or byte[] column type. We're currently using vertx-pg-client 4.4.2 & hibernate-orm 6.2.4.Final - Documentation for 4.4.x...

enhancement
help wanted

Test is currently disabled for DB2 with this error : `No InformationExtractor for Dialect [org.hibernate.dialect.DB2Dialect..]` Reactive currently has custom extractors for MySQL, Oracle and PG.

`StructEmbeddableTest' and 'StructComponentTest` are currently disabled for ORACLE database. The exception thrown is: ```java.sql.SQLException: Not using JDBC at org.hibernate.reactive.provider.service.NoJdbcConnectionProvider.getConnection(NoJdbcConnectionProvider.java:25)``` via: ``` at org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl.acquireConnectionIfNeeded(LogicalConnectionManagedImpl.java:116) at org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl.getPhysicalConnection(LogicalConnectionManagedImpl.java:143) at org.hibernate.dialect.StructJdbcType.createJdbcValue(StructJdbcType.java:130) at org.hibernate.dialect.StructJdbcType$1.doBind(StructJdbcType.java:147) at...

A number of tests are currently disabled due to errors for specific dialects. Re-run these tests and enable if tests work.

Motivation: Potential fix and test for #1392 : **Support for Oracle Collections** ORM's recent support for Oracle arrays has added a custom array method to wrap an OracleConnection. Hibernate Reactive...