Feature: Add support for Select Add #65

Open
opened 2019-09-26 13:56:25 +00:00 by mps · 1 comment

It would be great if XORM allowed to add columns in select. The current (b *Builder) Select(cols ...string) *Builder method allows you to just define but not add new columns.

It would be great if XORM allowed to add columns in select. The current `(b *Builder) Select(cols ...string) *Builder` method allows you to just define but not add new columns.
lunny added the
proposed
label 2019-09-26 15:06:13 +00:00
Author

Implemented by #66

Implemented by #66
Sign in to join this conversation.
No Milestone
No Assignees
1 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#65
No description provided.