| Issue 341: | gsql \d fails on H2 | |
| Back to list |
Affected Version: 2.0.25 Environment: H2 database What steps will reproduce the problem? 1. Start gsql (e.g. using local war) 2. Enter "\d" What is the expected output? What do you see instead? For "\d", instead of getting the tables in the database we get an obtuse error from somewhere within H2. For "\d accounts", instead of getting the columns in the table we get an empty listing. Please provide any additional information below. It appears to be the case that H2 does not implement the JDBC MetaData APIs, it only has them stubbed out. Consequently we are unable to do a query over their data dictionary without writing H2 specific query code.
Dec 18, 2009
(No comment was entered for this change.)
Labels:
FixedIn-2.1
Oct 21, 2012
(No comment was entered for this change.)
Status:
Released
|
|
| ► Sign in to add a comment |
Labels: FixedIn-2.0.25