Skip to content

Releases: nilportugues/php-sql-query-builder

2.0.0-beta

05 Jun 11:00
d5f92b2

Choose a tag to compare

2.0.0-beta Pre-release
Pre-release

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
cc34010

Choose a tag to compare

  • Do not filter values in AbstractCreationalQuery #113
  • add setWhere method #112

1.7.0

05 Feb 13:29
8991871

Choose a tag to compare

  • Do not reset placeholders in set writers #104. Thanks Sevavietl

1.6.0

20 Aug 16:18
277e87a

Choose a tag to compare

1.5.2

19 Jul 15:10
a941d33

Choose a tag to compare

  • Fix the where clause issue to solve issue

1.5.1

21 Jun 14:31

Choose a tag to compare

1.5.0

08 May 17:09

Choose a tag to compare

  • Extended order by behaviour for edge case described in #74 & #75

1.4.0

08 Feb 20:26

Choose a tag to compare

  • 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

Choose a tag to compare

  • Changed column escape character from single-quote to double-quote for compatibility with PGSQL. 41a192c

1.2.1

02 Dec 10:30

Choose a tag to compare

  • Mysql output for setFunctionAsColumn bug fixed. (#69)