Skip to content

Releases: nilportugues/php-sql-query-builder

1.8.0

07 Apr 22:56
cc34010
Compare
Choose a tag to compare
  • Do not filter values in AbstractCreationalQuery #113
  • add setWhere method #112

1.7.0

05 Feb 13:29
8991871
Compare
Choose a tag to compare
  • Do not reset placeholders in set writers #104. Thanks Sevavietl

1.6.0

20 Aug 16:18
277e87a
Compare
Choose a tag to compare

1.5.2

19 Jul 15:10
a941d33
Compare
Choose a tag to compare
  • Fix the where clause issue to solve issue

1.5.1

21 Jun 14:31
Compare
Choose a tag to compare

1.5.0

08 May 17:09
Compare
Choose a tag to compare
  • Extended order by behaviour for edge case described in #74 & #75

1.4.0

08 Feb 20:26
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Mysql output for setFunctionAsColumn bug fixed. (#69)

v1.2.0

16 Nov 20:49
Compare
Choose a tag to compare
  • Added where::asLiteral (#68)