mirromutth / r2dbc-mysql

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

Add support for extended transaction definitions #165

Open mp911de opened 3 years ago

mp911de commented 3 years ago

Transaction mutability and WITH CONSISTENT SNAPSHOT should be possible to set. Also, it would make sense to apply the isolation level in an additional command when starting a transaction.

See also:

mirromutth commented 3 years ago

The FieldInformation may overlap and conflict with SPI v0.9.0 interfaces, so I need refactor it. And make sure that the new one won’t have similar conflicts.