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

WithColumns Queries modifier #100

Open
AlekSi opened this issue Jan 19, 2017 · 0 comments
Open

WithColumns Queries modifier #100

AlekSi opened this issue Jan 19, 2017 · 0 comments
Labels
Milestone

Comments

@AlekSi
Copy link
Member

AlekSi commented Jan 19, 2017

Partial SELECTs are important for column-oriented databases like Cassandra and ClickHouse (#99):

q.WithColumns("foo", "bar").SelectAllFrom(…)

It may also be generalized for INSERTs and UPDATEs, superseeding InsertColumns() and UpdateColumns():

q.WithColumns("foo", "bar").Insert(…)

Depends on *sql.Rows.Columns().

@AlekSi AlekSi added the feature label Jan 19, 2017
@AlekSi AlekSi added this to the v2 milestone Jan 19, 2017
@AlekSi AlekSi modified the milestones: v2, v1.4.0 Dec 31, 2017
@AlekSi AlekSi changed the title Partial selects WithColumns Queries modifier Jan 19, 2018
@AlekSi AlekSi modified the milestones: v1.4.0, v1.5.0 Aug 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant