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

Commits on Dec 18, 2023

  1. Expose config as a public property (#153)

    Expose connection config as a public property
    
    In Prisma's driver adapter for Planetscale, we need to be able to get database name from the connection string.
    SevInf authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    b4bdee0 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    5b91c62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10d94ac View commit details
    Browse the repository at this point in the history
  3. Merge pull request #159 from jkomyno/feat/sanitize-bigints-avoiding-q…

    …uotes
    
    feat(sanitization): support `bigint` params by not wrapping them in quotes
    ayrton authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    e3a5e04 View commit details
    Browse the repository at this point in the history
  4. 1.14.0

    ayrton committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    87bb4ce View commit details
    Browse the repository at this point in the history
Loading