Skip to content

Releases: mindplay-dk/sql

Major release

29 Sep 13:02
Compare
Choose a tag to compare

Major release with some breaking changes - mainly the upgrade to mindplay/unbox^2.

Minor Update

21 Jul 12:16
Compare
Choose a tag to compare

Minor BC break

21 Jun 11:31
Compare
Choose a tag to compare

The Connection::fetch() method no longer includes the $mappers argument, as this feature overlapped with the Mappers trait and MapperProvider interface.

Mappers are highly query-specific and completely dependent on the returned data, the order in which mappers are being applied, and so on.

To upgrade, apply your mappers to your query object (map() method) rather than in your call to Connection::fetch().

minor update

30 May 13:17
Compare
Choose a tag to compare
minor update Pre-release
Pre-release

Minor BC breaks in PDOProvider.

Another Postgres bugfix release

27 May 13:30
Compare
Choose a tag to compare
Pre-release
Merge pull request #19 from PhlegmaticGuy/master

Bugfix for PostgresDeleteQuery

Bugfix for Postgres UPDATE query-builder

27 May 10:43
Compare
Choose a tag to compare
Merge pull request #18 from PhlegmaticGuy/master

Small bug preventing Update queries for PostgresSQL

Feature update

27 May 10:25
Compare
Choose a tag to compare
Feature update Pre-release
Pre-release

Adds optional PRO providers.

No BC breaks since 0.3.

Unstable

26 May 07:48
Compare
Choose a tag to compare
Unstable Pre-release
Pre-release

Another round of architectural improvements.

Still unstable, still needs test-coverage.

Unstable

23 May 12:05
Compare
Choose a tag to compare
Unstable Pre-release
Pre-release

Surface API shoud be relatively stable now - internal API still subject to changes.

This is an unstable release - many tests are still missing.