Skip to content

Conversation

@tin-thebc
Copy link

  • Load nullability and defaults from pg_catalog
  • Extend ColumnInfo with nullable, hasDefault, defaultExpr
  • Inline defaults in UNNEST projections (scalars and arrays)
  • Refuse UNNEST when NOT NULL without default is absent
  • Improve batching logs; set default batch size to 50
  • Update PRD task 11c with implementation details

vinhloc30796 and others added 7 commits August 30, 2025 17:33
- Load nullability and defaults from pg_catalog
- Extend ColumnInfo with nullable, hasDefault, defaultExpr
- Inline defaults in UNNEST projections (scalars and arrays)
- Refuse UNNEST when NOT NULL without default is absent
- Improve batching logs; set default batch size to 50
- Update PRD task 11c with implementation details
@maoueh
Copy link
Contributor

maoueh commented Sep 29, 2025

@tin-thebc This is a follow up of #105 correct?

@tin-thebc
Copy link
Author

@maoueh yes that's correct, can you help me to close the duplicate one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants