Thanks to visit codestin.com
Credit goes to github.com

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.14.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.15.0
Choose a head ref
  • 13 commits
  • 10 files changed
  • 3 contributors

Commits on Dec 18, 2023

  1. Strict check

    ayrton committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    b7c7bc1 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    e08d056 View commit details
    Browse the repository at this point in the history
  2. Remove run-time error

    ayrton committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    ecae723 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #157 from planetscale/strict-check

    Strict check
    ayrton authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    07a2329 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Extract type

    ayrton committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    26516a3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #162 from planetscale/type-cleanup

    Constructor type overloading cleanup
    ayrton authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    7b49f94 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Encode a Buffer as hexadecimal

    This handles better for BLOB type columns. Without this, it basically
    would have only worked for ASCII binary data since it gets
    Buffer.toString()'d, but then does an extra quoting and sanitization
    pass.
    
    For binary data, which we can assume is coming from a Buffer, we want to
    send as hexadecimal.
    
    Fixes #161
    mattrobenolt committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    4b126f5 View commit details
    Browse the repository at this point in the history
  2. Cast blobs as binary buffers

    ayrton committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    7ea9e2a View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    de52a28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b59368d View commit details
    Browse the repository at this point in the history
  3. Geometry is binary data

    ayrton committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    218b85c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #164 from planetscale/sanitize-buffer

    Support binary data
    ayrton authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    d8bfb62 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. 1.15.0

    ayrton committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    19a65a6 View commit details
    Browse the repository at this point in the history
Loading