Skip to content

Conversation

@prasad83
Copy link
Contributor

Select->setColumns was limited to accept string... having it accept Column type object
extends ability to add complex functions or manipulations.

prasad83 added 2 commits June 21, 2017 17:47
Select->setColumns was limited to accept string... having it accept Column type object extends ability to add complex functions or manipulations.
Nice to have ability to passing on instance of Column as part of condition. Helpful to build complex query. Example: ``` where()->equals( new Column("aCol", "tmpTable"), 1); ```
@nilportugues nilportugues merged commit a5f6c98 into nilportugues:master Jun 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants