Skip to content

0.53.5

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Nov 12:57

Merged PRs

doltgresql

  • 2055: Fixed Issue #2049
    This fixes the following PR:
    • #2049
      At its core, our JSON parsing libraries (both go-json and the internal json packages) replace binary escape sequences (\n, \t, \r) with their ASCII byte replacements, which doesn't mirror what Postgres clients expect (that the binary representation is preserved). This extends to our testing framework as well, so this also adds raw byte comparisons for testing.
  • 2047: updated README
    Also cleaned up some leftover dolt typos in install.sh

Closed Issues

  • 2030: Drizzle relational query fails with BigInt error