mirromutth / r2dbc-mysql

R2DBC MySQL Implementation
Apache License 2.0
656 stars 100 forks source link

result use index mapping data not match #228

Open hasz-lanyu opened 2 years ago

hasz-lanyu commented 2 years ago

you don't have the same ideas, and this problem arises see issues link https://github.com/spring-projects/spring-data-r2dbc/issues/713

BarracudaX commented 2 years ago

Have the same issue I think. https://stackoverflow.com/questions/70865060/spring-databaseclient-fetch-method-returns-columns-values-in-different-order-wit

aksh1618 commented 2 years ago

This issue is already reported at these places: https://github.com/spring-projects/spring-framework/issues/26124 https://github.com/mirromutth/r2dbc-mysql/issues/149, and also fixed as per the authors in https://github.com/mirromutth/r2dbc-mysql/pull/159 so till it is released as part of a stable version, you can use the build snapshot version for r2dbc-mysql: 0.8.3.BUILD-SNAPSHOT. Added an answer at SO as well @BarracudaX