Skip to content

0.53.1

Choose a tag to compare

@github-actions github-actions released this 17 Nov 18:46

Merged PRs

doltgresql

  • 2022: Bug fixes for null handling in prepared statements
    Null values given to prepared statements did not work, resulting in various errors and incorrect behavior. This fixes the issue and also addresses similar null-handling bugs in the testing framework discovered while testing.
    Fixes #2016
  • 2014: Keep branch tracking enabled in doltgres

Closed Issues

  • 2016: Cannot insert NULL into JSONB column: "cannot scan NULL into *string" error
  • 1990: Unable to run subsequent drizzle migrations