Skip to content

Releases: rkrx/php-mysql-query-builder

Fixed DBExprFilter when having empty string values

09 Aug 10:23

Choose a tag to compare

0.3.3.3

Fixed DBExprFilter when having empty string values

Documentation extended, added some exceptions

21 Jul 21:01

Choose a tag to compare

  • Documentation extended
  • Added some exceptions
  • DBOrderSpec: If a statement contains an alias that was not defined before, then an exception is thrown now

Fixed DBExprFilter and Limit and Offset can now be optional

21 Jul 14:56

Choose a tag to compare

  • Fixed DBExprFilter: validator and validationResultHandler are only taken into account if key exists
  • Limit and Offset can now take a parameter of Type OptionalValue, which can make both optional

Documentation extended, added some exceptions

21 Jul 20:57

Choose a tag to compare

  • Documentation extended
  • Added some exceptions
  • DBOrderSpec: If a statement contains an alias that was not defined before, then an exception is thrown now

Release for wrong commit

21 Jul 20:59
f533bd1

Choose a tag to compare

  • Wront commit. Ignore this one.

Fixed type-hints

18 Jan 23:55

Choose a tag to compare

  • Fixed type hint of Kir\MySQL\Builder\Update::set(..., $value)
  • Fixed type hint of Kir\MySQL\Builder\Traits\WhereBuilder::where and clarify that $expression could be an object

Project now requires min PHP7.1 and is PHP 8.0 compatible

18 Oct 19:18

Choose a tag to compare

  • Updated php-version constraint from 7.0 to 7.1
  • Fixed compatibility issues with php 8.0
  • Upgraded phpunit base version to 6.0
  • Fixed Declaration of Kir\MySQL\Common\DBTestCase::setUp() must be compatible with PHPUnit\Framework\TestCase::setUp(): void

Various bug-fixes

07 Oct 08:50

Choose a tag to compare

  • Select-Statements: WHERE and HAVING clauses can now be called alternatively to arrays with an object as expression parameter.
  • Select-Statements: WHERE and HAVING clauses can now be called with an empty array or an empty object. As a result, no HAVING or WHERE is generated. Previously, an empty WHERE or HAVING was output.
  • Various minor changes

Min PHP-version raised to 7.0

28 Jul 11:04

Choose a tag to compare

  • Raised PHP min version to 7.0
  • Various minor changes
  • Added composer run-script phpstan and composer run-script phpunit

Disabled phpstan for travis temporarly

10 Sep 15:34

Choose a tag to compare

Pre-release
0.1.54.1

- Disabled phpstan for travis temporarly