Using Aqua Data Studio 4.5.14 and latest download of text driver,
select * from mytablenamehere returns no rows. Aqua is able to traverse the metadata and see all the table and schema however. This behaviour was seen before on the other drivers (or maybe this one).
|
Hmm.. Restarting Aqua fixed this problem.
|
Yeah. Maybe JVM doesn't know to reload all modified classes in jar file in time. Sometimes on my Tomcat, I have to stop Catalina first, otherwise I can't overwrite my jar with the latest jar in WEB-INF/lib directory.
|