This repository has been archived by the owner on May 11, 2021. It is now read-only.
Releases: atk4/dsql
Releases · atk4/dsql
2.0.0
What’s Changed
- Use github actions for DSQL (#162) @romaninsh
- Feature/implement action interface (#154) @romaninsh
- add Connection->driver property (#157) @DarkSide666
- add documentation for $q->options() (#153) @romaninsh
- re-add tests (Random) which I renamed (#150) @romaninsh
- Add support for groupConcat() (#149) @romaninsh
1.2.5
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
1.2.2
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:
- Implement normalizeDSN() #139 (DarkSide666)
- Implement CASE WHEN/THEN #138 (DarkSide666)
1.2.1
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:
- Feature/oracle support fixes #133 (DarkSide666)
- Feature/connection oracle #132 (DarkSide666)
- Fix: SQL does not guarantee the order of retreived rows unless explic… #131 (gartner)
- Create a driver for postgresql #130 (gartner)
- spellcheck and wrapping :) #125 (DarkSide666)
- Feature/oracle support #124 (romaninsh)
- Add verification for foreign objects inside where() values #122 (romaninsh)
- Add support for URI-style DNS: mysql://user:pass@host/db #120 (romaninsh)
1.2.0
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:
- Feature/oracle support fixes #133 (DarkSide666)
- Feature/connection oracle #132 (DarkSide666)
- Fix: SQL does not guarantee the order of retreived rows unless explic… #131 (gartner)
- Create a driver for postgresql #130 (gartner)
- spellcheck and wrapping :) #125 (DarkSide666)
- Feature/oracle support #124 (romaninsh)
- Add verification for foreign objects inside where() values #122 (romaninsh)
- Add support for URI-style DNS: mysql://user:pass@host/db #120 (romaninsh)