Releases: nilportugues/php-sql-query-builder
Releases · nilportugues/php-sql-query-builder
1.8.0
1.7.0
1.6.0
- 277e87a - Allow custom self column in join. Thanks @nathandentzau!
1.5.2
- Fix the where clause issue to solve issue
1.5.1
- Allows writing "0" to row #84 / thanks @marcusirgens
- Accept Column object through setColumns. #86 / thanks @prasad83
1.5.0
1.4.0
- Added support for
NOT BETWEEN
inWhere
. - Adedd support for conjuction
AND NOT
andOR NOT
. - All
private
methods and properties are nowprotected
. Where::compare
waspublic
. Changed toprotected
.