Skip to content
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

Preserve NULL values on insert into tables using sub select queries #261

Closed
zachmu opened this issue Jan 8, 2021 · 1 comment
Closed

Comments

@zachmu
Copy link
Member

zachmu commented Jan 8, 2021

Right now a query like INSERT INTO a(b) SELECT c FROM d will never insert NULL values selected from d. They get converted into the column type in a.

@zachmu
Copy link
Member Author

zachmu commented Jan 11, 2021

fixed in master

@zachmu zachmu closed this as completed Jan 11, 2021
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

No branches or pull requests

1 participant