olavloite / spanner-jdbc

JDBC Driver for Google Cloud Spanner
MIT License
38 stars 10 forks source link

ResultSetMetaData throws exception when used on select statements with schema name or quoted table names #59

Closed olavloite closed 6 years ago

olavloite commented 6 years ago

When a ResultSetMetaData is requested for a query like SELECT * FROM INFORMATION_SCHEMA.INDEXES or SELECT * FROM FOO, some of the methods will throw an exception about an unknown column on index X.

olavloite commented 6 years ago

Fixed in version 1.0.7