-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MissingDataChangeGenerator: small optimisation, skip null-value columns (issues #6420) #6422
base: master
Are you sure you want to change the base?
Conversation
Export table data with or without NULL-values.
6edc0af
to
d60e913
Compare
…ibase into catull-implement-issue-6420
- GenerateChangeLogPostgresIntegrationTest updated.
…ibase into catull-implement-issue-6420
…te tests against Postgres DB. - Include missing changelog tests are using.
I adapted the code to only emit |
dd554bb
to
81be38b
Compare
@MalloD12 Can you please review the changes ? Thanks. |
Export table data preserving NULL-values, or not.
Impact
Description
Have you ever wondered if changelog exports could skip all NULL-values ?
This MR does exactly this.
It implements issue #6420.