LucidDB / luciddb

DEFUNCT: See README
https://github.com/LucidDB/luciddb
Apache License 2.0
53 stars 24 forks source link

[FRG-290] For ResultSet created by engine driver, getStatement() returns null #582

Open dynamobi-build opened 12 years ago

dynamobi-build commented 12 years ago

[reporter="jhyde", created="Wed, 22 Aug 2007 02:40:55 -0500 (GMT-05:00)"] For ResultSet created by engine driver, getStatement() returns null. JDBC says this method returns "the object that this ResultSet object or if the result set was produced some other way". Yet

Statement stmt;
ResultSet rset = stmt.executeQuery("...");
assert rset.getStatement() != null;

fails.