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

Commit

Permalink
Added release notes for 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
romaninsh committed Mar 2, 2018
1 parent 40ec403 commit f709ea4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,28 @@ In this verison we are adding support for Oracle and PostgreSQL.
- Add verification for foreign objects inside where\(\) values [\#122](https://github.com/atk4/dsql/pull/122) ([romaninsh](https://github.com/romaninsh))
- Add support for URI-style DNS: mysql://user:pass@host/db [\#120](https://github.com/atk4/dsql/pull/120) ([romaninsh](https://github.com/romaninsh))

## 1.2.1

Resolve minor issues where expression class wasn't set correctly or some minor incompatibilities
appeared between SQL vendor syntaxes.

**Closed issues:**

- ATK Data, action\('fx'\) not working [\#136](https://github.com/atk4/dsql/issues/136)
- Passing a \PDO to connect\(\) assumes mysql [\#134](https://github.com/atk4/dsql/issues/134)
- \[epic\] Add support for PostgreSQL [\#129](https://github.com/atk4/dsql/issues/129)
- Use PDO::quote\(\) to escape values and identifiers [\#127](https://github.com/atk4/dsql/issues/127)
- Add PostgreSQL test-scripts [\#27](https://github.com/atk4/dsql/issues/27)

**Merged pull requests:**

- resolve \#136 [\#137](https://github.com/atk4/dsql/pull/137) ([romaninsh](https://github.com/romaninsh))
- Fix pdo [\#135](https://github.com/atk4/dsql/pull/135) ([gartner](https://github.com/gartner))



# Older releases

## 1.1.5

- Migrate to Agile Core 1.3
Expand Down

0 comments on commit f709ea4

Please sign in to comment.