Add support for Select Add (#65) #66

Closed
mps wants to merge 3 commits from master into master
First-time contributor

Implements (Builder) SelectAdd(cols ...string) to append one or more selects into Builder.

Implements `(Builder) SelectAdd(cols ...string)` to append one or more selects into `Builder`.
mps changed title from WIP: Add support for Select Add (#65) to Add support for Select Add (#65) 2019-09-26 20:00:07 +00:00
Owner

How about still use Select? For example, Select().Select()?

How about still use `Select`? For example, `Select().Select()`?
Author
First-time contributor

The Select overrides current selection. Another option is to use SetSelection to set and Select to append. What do you think?

The `Select` overrides current selection. Another option is to use `SetSelection` to set and `Select` to append. What do you think?
lunny closed this pull request 2024-03-15 14:22:28 +00:00
All checks were successful
continuous-integration/drone/pr Build is passing

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: xorm/builder#66
No description provided.