-
Notifications
You must be signed in to change notification settings - Fork 25
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: asyncer-io/r2dbc-mysql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: r2dbc-mysql-1.3.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: asyncer-io/r2dbc-mysql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: r2dbc-mysql-1.4.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 21 files changed
- 3 contributors
Commits on Jan 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 820bdf4 - Browse repository at this point
Copy the full SHA 820bdf4View commit details
Commits on Feb 1, 2025
-
Motivation: Aligning with MySQL connector. Modifications: Implemented `tinyInt1isBit` flag. Result: Improved compatibility with MySQL connectors.
Configuration menu - View commit details
-
Copy full SHA for abaa2d1 - Browse repository at this point
Copy the full SHA abaa2d1View commit details
Commits on Feb 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0764d05 - Browse repository at this point
Copy the full SHA 0764d05View commit details
Commits on Feb 16, 2025
-
Motivation: Ubuntu 20.04 runner will be unsupported by april 1. Modification: Switched to ubuntu-latest Result: Ensure future compatibility.
Configuration menu - View commit details
-
Copy full SHA for a1c99ea - Browse repository at this point
Copy the full SHA a1c99eaView commit details
Commits on Feb 18, 2025
-
Fix false positive unexpected connection close
Motivation: The connection could be incorrectly detected as unexpectedly closed due to a race condition where the exit message was sent before updating the state to `ST_CLOSING`. Modifications: Ensured state update to `ST_CLOSING` happens before sending the exit message. Result: State update to `ST_CLOSING` happens before sending the exit message, preventing false positive unexpected close detections. resolves #275
Configuration menu - View commit details
-
Copy full SHA for badb3e5 - Browse repository at this point
Copy the full SHA badb3e5View commit details
Commits on Feb 19, 2025
-
Upgrade Project Reactor to 2024.0.3
Motivation: The project was using an outdated Project Reactor (2022.0.16). Modifications: Updated Project Reactor to 2024.0.3. Result: Latest Project Reactor applied
Configuration menu - View commit details
-
Copy full SHA for 7f17f9a - Browse repository at this point
Copy the full SHA 7f17f9aView commit details -
Upgrade Maven to the latest version
Motivation: Maven version was outdated. Modifications: Updated Maven to the latest version. Result: Maven is now up to date.
Configuration menu - View commit details
-
Copy full SHA for e211cd8 - Browse repository at this point
Copy the full SHA e211cd8View commit details
Commits on Feb 20, 2025
-
Ensure Reactor-Netty Forward Compatibility
Motivation: A change in `r.n.t.SslProvider.ProtocolSslContextSpec` breaks forward compatibility. Modifications: Remove Usage of `ProtocolSslContextSpec`. Result: The SSL context is now correctly initialized under the old reactor-netty version, ensuring forward compatibility.
Configuration menu - View commit details
-
Copy full SHA for 5425fbb - Browse repository at this point
Copy the full SHA 5425fbbView commit details -
Fix handling of
TINYINT(1) UNSIGNED
whentinyInt1isBit
is setMotivation: When the `tinyInt1isBit` flag is set, attempting to convert `TINYINT(1) UNSIGNED` to a boolean results in immediate rejection. Modifications: Prevent conversion of `TINYINT(1) UNSIGNED` to boolean when `tinyInt1isBit` is enabled. Result: `TINYINT(1) UNSIGNED` is handled correctly without unnecessary conversion attempts.
Configuration menu - View commit details
-
Copy full SHA for 33b258a - Browse repository at this point
Copy the full SHA 33b258aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cceb8bc - Browse repository at this point
Copy the full SHA cceb8bcView commit details
There are no files selected for viewing