vertx-sql-client icon indicating copy to clipboard operation
vertx-sql-client copied to clipboard

Rework Oracle Client command scheduling

Open tsegismont opened this issue 4 years ago • 0 comments

Currently, the Reactive Oracle Client executes commands directly on the connection. For this reason, a couple of tests in the TCK have to be ignored (see https://github.com/eclipse-vertx/vertx-sql-client/commit/ae2d36f25b659831910f07b9e172eb2ffc5b30e3).

Command scheduling should be rework using the same model as of the Vert.x JDBC Client (task queue).

tsegismont avatar Dec 03 '21 09:12 tsegismont