Aqua Data Studio 15.0.0-dev-73
Build #: 35575
Built on: 2014-Jan-17 05:39:06 PM
Operating System: Cent OS 6.4
Database version : voltdb-ent-3.7
Step 1: Connect to VoltDB
Step 2: Select any table(say CONTESTANTS in my case) -> Right click on it -> open query analyzer window.
Execute following query:
GO
Step 3: Now select a procedure (say, "CONTESTANTS.insert" in my case) -> Right click on selected procedure -> Select option "Execute Bind"
Execute the generated query.
It generates "java.sql.SQLFeatureNotSupportedException" in result pane.
Step 4: Now again execute following query,
GO
Here, you can observe record is inserted in table even though exception is generated.
|
68 KB
|
134 KB
|
77 KB
VoltDB's jdbc driver is returning a sql exception of "unsupported feature" for getWarnings(). Added try catch and setting warnings to null when exception is returned from driver for this call. Will no longer see the sql exception.
Issue #11445 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build v15.0.0-dev-95 |
No time estimate |
VoltDB's jdbc driver is returning a sql exception of "unsupported feature" for getWarnings(). Added try catch and setting warnings to null when exception is returned from driver for this call. Will no longer see the sql exception.