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

Accept Column object through setColumns. #86

Merged
merged 2 commits into from
Jun 21, 2017

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.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants