Skip to content

Releases: atlasphp/Atlas.Query

1.3.2

02 Oct 14:54
Compare
Choose a tag to compare
  • Fixed #13, #14: handle empty array value in whereEquals()

  • Fixed #17: add LIMIT/OFFSET on UPDATE and DELETE

  • Updated docs and tests.

2.0.0

09 Jun 14:19
Compare
Choose a tag to compare

Change Log

2.0.0

Initial release.

1.3.1

30 May 19:13
Compare
Choose a tag to compare

Hygiene release to update docs.

1.3.0

13 Dec 18:07
Compare
Choose a tag to compare
  • Fixed SELECT ... UNION bug revealed in testing (refs #6).

  • Added sprintf-based inline value binding.

  • Updated docs and tests.

  • Added Travis CI.

1.2.0

12 Aug 14:19
Compare
Choose a tag to compare
  • Method quoteIdentifier() added to all query objects, so that you can quote
    table names, column names, etc. for the specific connection type.

  • INSERT and UPDATE queries now automatically quote the column name that is
    being inserted or updated. No other automatic quoting is applied.

  • Updated docs.

1.1.0

23 May 20:13
Compare
Choose a tag to compare
  • Updated docs.

  • ModifyColumns::column() now correctly returns $this (refs #1).

  • Added Where::whereEquals() functionality (refs #1).

  • Binding a Select inline now correctly calls getStatement() on it.

1.0.0

17 May 21:11
Compare
Choose a tag to compare

Changes to method parameter names, to make IDE completion more intelligible.

1.0.0-beta2

08 May 11:55
Compare
Choose a tag to compare
1.0.0-beta2 Pre-release
Pre-release

The QueryFactory now allows for alternative Select classes.

1.0.0-beta1

19 Apr 19:35
Compare
Choose a tag to compare
1.0.0-beta1 Pre-release
Pre-release

Change Log

1.0.0-beta1

Add static new() method on queries, and update docs.

1.0.0-alpha1

First alpha release.

1.0.0-alpha1

07 Apr 16:48
Compare
Choose a tag to compare
1.0.0-alpha1 Pre-release
Pre-release

Change Log

1.0.0-alpha1

First alpha release.