What's Changed
- Fix inefficient query when getting column schema for MV/STs by @ericj-db in #1080
- Fix TypedConstraint equality check by @ericj-db in #1084
- Add cloning for the external tables by @samgans in #1079
- Do cascading drop when primary key constraint is removed from config by @ericj-db in #1088
- [FIX]: Fix issue with cloning of external tables by @samgans in #1095
- Ensure we can append with parquet, and delegate to DBSQL for possible errors by @benc-db in #1099
- Handle complex data types that are truncated by DESCRIBE TABLE by @ericj-db in #1093
- Fix MV/ST materializations with complex data types by @ericj-db in #1103
- Removing outdated docs and directing users to the main hosted documentation. by @benc-db in #1108
New Contributors
Full Changelog: v1.10.4...v1.10.5