Releases: nilportugues/php-sql-query-builder
Releases · nilportugues/php-sql-query-builder
2.0.0-beta
05 Jun 11:00
Compare
Sorry, something went wrong.
No results found
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
07 Apr 22:56
Compare
Sorry, something went wrong.
No results found
Do not filter values in AbstractCreationalQuery #113
add setWhere method #112
1.7.0
05 Feb 13:29
Compare
Sorry, something went wrong.
No results found
1.6.0
20 Aug 16:18
Compare
Sorry, something went wrong.
No results found
1.5.2
19 Jul 15:10
Compare
Sorry, something went wrong.
No results found
Fix the where clause issue to solve issue
1.5.1
21 Jun 14:31
Compare
Sorry, something went wrong.
No results found
1.5.0
08 May 17:09
Compare
Sorry, something went wrong.
No results found
Extended order by behaviour for edge case described in #74 & #75
1.4.0
08 Feb 20:26
Compare
Sorry, something went wrong.
No results found
Added support for NOT BETWEEN in Where.
Adedd support for conjuction AND NOT and OR NOT.
All private methods and properties are now protected.
Where::compare was public. Changed to protected.
1.3.0
04 Feb 10:39
Compare
Sorry, something went wrong.
No results found
Changed column escape character from single-quote to double-quote for compatibility with PGSQL. 41a192c
1.2.1
02 Dec 10:30
Compare
Sorry, something went wrong.
No results found
Mysql output for setFunctionAsColumn bug fixed. (#69 )