[R2DBC-1] Calling Row.get(…) twice for the same column fails Created: 2020-03-05 Updated: 2020-03-05 Resolved: 2020-03-05 |
|
| Status: | Closed |
| Project: | MariaDB Connector/R2DBC |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 0.8.2-alpha2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | 0d | ||
| Time Spent: | 1.5h | ||
| Original Estimate: | Not Specified | ||
| Description |
|
See github issue Calling Row.get(…) twice using the same column either fails with IndexOutOfBoundsException or returns an invalid result. Version: 0.8.0-alpha1 SQL:
org.springframework.data.r2dbc.convert.MappingR2dbcConverter.potentiallySetId(MappingR2dbcConverter.java:588)
|