asyncer-io / r2dbc-mysql

Reactive Relational Database Connectivity for MySQL. The official successor to mirromutth/r2dbc-mysql(dev.miku:r2dbc-mysql).
https://r2dbc.io
Apache License 2.0
195 stars 21 forks source link

Correct unsigned long handling (#161) #168

Closed jchrys closed 8 months ago

jchrys commented 8 months ago

Motivation:

Length-encoded integers should be handled correctly, especially those larger than Long.MAX_VALUE. See also #39.

Modification:

Result: