Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for specifying column in condition.
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); ```
- Loading branch information