vertx-sql-client
vertx-sql-client copied to clipboard
Rework Oracle Client command scheduling
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).