You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for nested object handling in PostgreSQL and ClickHouse dialects
- Introduced `AppendInlineFieldValues` method for inline field processing in dialects.
- Enhanced handling for repeated and single nested fields in PostgreSQL (uses JSONB type) and ClickHouse.
- Updated protobuf schema and tests to include nested types (`level1` and `list_of_level1`).
- Removed unused dependencies and cleaned up the `go.sum` and `go.mod` files.
- Updated CHANGELOG for version `v4.11.0` to reflect changes.
0 commit comments