Skip to content

Calling ResultSet#getMetaData() more than once before calling ResultSet#next() skips a row #322

@olavloite

Description

@olavloite

If the client application calls ResultSet#getMetaData() more than once before calling ResultSet#next(), the ResultSet will skip the first row of the results when ResultSet#next() is called. Calling ResultSet#getMetaData() once before calling ResultSet#next() will not have this effect.

Metadata

Metadata

Assignees

Labels

api: spannerIssues related to the googleapis/java-spanner-jdbc API.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions