-
Notifications
You must be signed in to change notification settings - Fork 129
feat(delete,update,insert): Support build Insert with schema strings. #80
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
Conversation
Xxh/add schema build v2
Adding "partial" insert support with a subset of fields makes sense, as it allows for certain use cases (EPHEMERAL columns, etc). |
|
your autoformat obfuscates the rest of the PR |
Thanks for the contribution. Due to
and failing tests, let's just close this one and extract the relevant bits into a separate PR. |
Support build Insert with schema strings. And use query to support update and delete