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

feat(delete,update,insert): Support build Insert with schema strings. #80

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

xxhZs
Copy link

@xxhZs xxhZs commented Aug 6, 2023

Support build Insert with schema strings. And use query to support update and delete

@xxhZs xxhZs changed the title fix(delete,update): Support build Insert with schema strings. feat(delete,update): Support build Insert with schema strings. Aug 6, 2023
@xxhZs xxhZs changed the title feat(delete,update): Support build Insert with schema strings. feat(delete,update,insert): Support build Insert with schema strings. Aug 6, 2023
@slvrtrn
Copy link
Contributor

slvrtrn commented Sep 5, 2024

Adding "partial" insert support with a subset of fields makes sense, as it allows for certain use cases (EPHEMERAL columns, etc).
However, query builder (e.g., for ALTER TABLE statements) should not be part of this crate - it is an abstraction one level above the raw client.
CC @mshustov @serprex @loyd

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.

4 participants