java: columnIndex starts at 1.#1565
Conversation
|
Reviewed 8 of 8 files at r1. java/client/src/main/java/com/youtube/vitess/client/cursor/FieldMap.java, line 44 [r2] (raw file): java/client/src/main/java/com/youtube/vitess/client/cursor/Row.java, line 35 [r2] (raw file): Comments from the review on Reviewable.io |
|
Review status: 6 of 9 files reviewed at latest revision, 2 unresolved discussions, some commit checks failed. Comments from the review on Reviewable.io |
|
Review status: 6 of 9 files reviewed at latest revision, 2 unresolved discussions. java/client/src/main/java/com/youtube/vitess/client/cursor/FieldMap.java, line 44 [r2] (raw file): java/client/src/main/java/com/youtube/vitess/client/cursor/Row.java, line 35 [r2] (raw file): Comments from the review on Reviewable.io |
This better matches JDBC ResultSet.
java: columnIndex starts at 1.
@erzel The first commit is equivalent to the internal CL. The second needs to build on that.
This change is