Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Releases: atk4/dsql

2.0.0

02 Dec 01:56
Compare
Choose a tag to compare

What’s Changed

1.2.5

16 Aug 07:49
Compare
Choose a tag to compare

Improving compatibility with third party SQL tweaks.

  • DSN may be specified as object to connection
  • Allow to specify port number for DSN
  • Oracle connection will set compatible date format
  • Allow more flexible order() arguments (e.g. order by name desc nulls last)

1.2.3

03 Apr 22:25
Compare
Choose a tag to compare

Refactored, code cleanup

Closed issues:

  • Put together a basic website or Release Notes #24

1.2.2

03 Apr 22:25
Compare
Choose a tag to compare

Implemented enhancements:

  • Add support for CASE expression #74
  • We should properly support tables and fields with spaces e.g. my table. #60

Merged pull requests:

1.2.1

02 Mar 12:03
Compare
Choose a tag to compare

In this verison we are adding support for Oracle and PostgreSQL.

Closed issues:

  • where() should throw exception when passed incompatible object. #121

Merged pull requests:

1.2.0

03 Feb 13:57
Compare
Choose a tag to compare

In this verison we are adding support for Oracle and PostgreSQL.

Closed issues:

  • where() should throw exception when passed incompatible object. #121

Merged pull requests:

1.1.5

12 Sep 11:29
Compare
Choose a tag to compare
  • Migrate to Agile Core 1.3

1.1.4

13 Apr 01:42
Compare
Choose a tag to compare
  • Migrate to Agile Core 1.2

1.1.2

15 Mar 15:35
Compare
Choose a tag to compare
  • Fix how getDebugQuery() works without sql-formatter
  • Fix Query::dsql will return instance of same class if you extend. #116

1.1.1

08 Mar 11:47
Compare
Choose a tag to compare

Bugfixes and README.md update.