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: planetscale/database-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.16.0
Choose a base ref
...
head repository: planetscale/database-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.17.0
Choose a head ref
  • 6 commits
  • 16 files changed
  • 3 contributors

Commits on Feb 16, 2024

  1. Bump undici from 5.22.1 to 5.28.3

    Bumps [undici](https://github.com/nodejs/undici) from 5.22.1 to 5.28.3.
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v5.22.1...v5.28.3)
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    d78921c View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Merge pull request #168 from planetscale/dependabot/npm_and_yarn/undi…

    …ci-5.28.3
    
    Bump undici from 5.22.1 to 5.28.3
    ayrton authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    093b25d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Bump undici from 5.28.3 to 5.28.4

    Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 5.28.4.
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v5.28.3...v5.28.4)
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    4948f53 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Merge pull request #173 from planetscale/dependabot/npm_and_yarn/undi…

    …ci-5.28.4
    
    Bump undici from 5.28.3 to 5.28.4
    ayrton authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    3ec5d36 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Fix cast logic (#174)

    * Fix cast logic
    
    There's a lot to unpack here, but the tl;dr is to refer to the charset
    ultimately to determine if the data is UTF8, if it is, we can decode it
    to a UTF8 string.
    
    This fixes behavior around CHAR/TEXT fields with a binary collation,
    being surfaces as BINARY/BLOB types by MySQL.
    
    For all intents and purposes, BLOB/BINARY/CHAR/TEXT are all effectively
    identical and interchangeable, the only differentiator is their charset.
    Either they are a UTF-8 charset, or a binary charset or some other
    charset.
    
    Fixes #169
    
    ---------
    
    Co-authored-by: Ayrton <git@ayrton.be>
    mattrobenolt and ayrton authored Apr 25, 2024
    6 Configuration menu
    Copy the full SHA
    ac5bdc4 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. 1.17.0

    ayrton committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    a0a3c2f View commit details
    Browse the repository at this point in the history
Loading