Skip to content
Permalink

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.2.0
Choose a base ref
...
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.3.0
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    102c99a View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Prepare Next Release (#284)

    Motivation:
    Will introduce breaking change.
    
    Modification:
    Set Version 1.3.0
    
    Result:
    Version 1.3.0
    jchrys authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    bc227f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Handle BIT(1) as Boolean by Default (#286)

    Motivation:
    BIT(1) should be treated as `Boolean`.
    
    Modification:
    set `Boolean.class` as `BIT(1)'s default java type.
    
    Result:
    Ensures `BIT(1)` is handled as `Boolean` by default. like
    mysql-connector-j's implementation.
    Resolves #277
    jchrys authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    f56eaa8 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    e3bd49b View commit details
    Browse the repository at this point in the history
Loading