Skip to content

Release v0.0.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jul 16:54
· 58 commits to main since this release

Release Notes for v0.0.7 - 0.0.7-test

Summary

This release enhances array type support in pgsqlite, providing better compatibility with PostgreSQL array operations and fixing critical issues with array value handling.

New Features

  • Enhanced Array Support: Improved PostgreSQL array type compatibility with better handling of array literals and operations
  • Array Wire Protocol: Fixed array value conversion between JSON storage format and PostgreSQL wire protocol format

Improvements

  • Better array literal parsing for both ARRAY[...] and {...} syntax formats
  • Enhanced array type validation and constraint checking
  • Improved performance for array operations through optimized conversion paths

Bug Fixes

  • Fixed wire protocol conversion for JSON arrays to properly return PostgreSQL-formatted array strings
  • Resolved array value handling in multi-row INSERT statements
  • Corrected array type registration in the pg_type system catalog

Breaking Changes

None