- Downgraded react-mysql to 0.6.x stable version
- QueryBuilder::quoteIdentifier()
- QueryBuilder fromArray is not longer static
- QueryBuilder\Query - removed static fromArray methods (except in Conditions)
- Updated docs
- QueryBuilder::join() added
- sqlite driver added EXPERIMENTAL (rather old version, not production ready)
- Connection::quit() method added
- QueryBuilder::fromArray() will probably be deprecated
- QueryBuilder::select() accepts SelectExpression
- QueryBuilder::from() accepts FromExpression
- QueryBuilder::createSelectException() correctly calls SelectExpression::fromString()
- Update QueryBuilderInterface
- Fix Result $rows param
- Test QueryBuilder::select() with SelectExpression
- PHPStan on max
- Offical docs page: https://blrf.net/dbal/
- Full coverage
- Condtion/ConditionBuilder support for more operators (lg, lge, like, isNull, ...)
- QueryBuilder and Condition/ConditionGroup now have
fromArray()
andtoArray()
methods.