Commit 13fd053
authored
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);
```1 parent 4b2fc1d commit 13fd053
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
| 270 | + | |
| 271 | + | |
271 | 272 | | |
272 | 273 | | |
273 | 274 | | |
| |||
0 commit comments