Skip to content

Conversation

@etylermoss
Copy link

Fixes #397

@etylermoss
Copy link
Author

It should be considered to combine with #359 so that you can provide the (possibly subset) list of column metadata to bulk_insert to update only certain columns, without using an additional DB request to retrieve metadata again.

Eden Tyler-Moss and others added 2 commits November 26, 2025 21:50
Adds `bulk_insert_columns(self, table, columns)` and turns `bulk_insert(self, table)` into
a compatibility shim that calls `self.bulk_insert_columns(table, &["*"])`, maintaining the
existing behaviour.
@etylermoss
Copy link
Author

Merged with #359.

Eden Tyler-Moss added 2 commits November 26, 2025 23:08
Fix merge - surround only column name with [].
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.

Expose BaseMetaDataColumn & TypeInfo

2 participants