Releases: nilportugues/php-sql-query-builder
Releases · nilportugues/php-sql-query-builder
Release list
2.0.0-beta
PHP 8.1 upgrade.
- Codebase to PHP 8.1, added strict types, and modernized the syntax
Full Changelog: 1.8.0...2.0.0-beta
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 BETWEENinWhere. - Adedd support for conjuction
AND NOTandOR NOT. - All
privatemethods and properties are nowprotected. Where::comparewaspublic. Changed toprotected.
1.3.0
- Changed column escape character from single-quote to double-quote for compatibility with PGSQL. 41a192c
1.2.1
- Mysql output for setFunctionAsColumn bug fixed. (#69)