Skip to content

Releases: Kdyby/Doctrine

v0.10.1

27 Oct 22:07
Compare
Choose a tag to compare
  • Fixed magic findBy*() methods on DAO
  • Fixed formating of Datetime in queries panel
  • Added IDatabaseTypeProvider
  • Implemented EntityListenerResolver
  • Dao::save() & Dao::add() & Dao::delete() has new $relations parameter that can persistent entities of other types than only the type of current dao
  • Clear cache before cli commands that generate and validate data
  • ResultSet for query without limit & offset doesn't use paginator
  • Panel::renderException() handles SchemaException
  • Support for connection's defaultTableOptions
  • Allow change the hydratation mode on ResultSet
  • Allow to set fetchJoinCollection to ResultSet

v1.0.0

10 Sep 18:19
Compare
Choose a tag to compare

v0.10.0

10 Sep 18:19
Compare
Choose a tag to compare

v1.0.0-RC1

12 Aug 18:03
Compare
Choose a tag to compare

This version is marked RC, because it depends on doctrine/orm:2.4.*@rc.

Big thanks to @enumag, who initiated this separation!

How to install (depends on Nette nightly)

Following require rules should make composer install this tag, despite minimum-stability setting.

{
    "require": {
        "nette/nette": "dev-master#9bf0292 as 2.0.99",
        "kdyby/doctrine": "1.0.*@rc",
        "doctrine/orm": "2.4.*@rc",
        "doctrine/dbal": "2.4.*@rc",
        "doctrine/common": "2.4.*@rc",
        "kdyby/annotations": "@dev",
        "kdyby/doctrine-cache": "@dev",
        "kdyby/events": "@dev",
        "kdyby/console": "@dev",

v0.10.0-RC1

12 Aug 18:03
Compare
Choose a tag to compare

This version is marked RC, because it depends on doctrine/orm:2.4.*@rc.

Big thanks to @enumag, who initiated this separation!

How to install (depends on Nette stable)

Following require rules should make composer install this tag, despite minimum-stability setting.

{
    "require": {
                "nette/nette": "~2.0",
                "kdyby/doctrine": "0.10.*@rc",
                "doctrine/orm": "2.4.*@rc",
                "doctrine/dbal": "2.4.*@rc",
                "doctrine/common": "2.4.*@rc"

v0.9.3

12 Aug 12:46
Compare
Choose a tag to compare

Fixed few minor bugs and documentation typos.

v0.9.2

03 Aug 17:12
Compare
Choose a tag to compare

Changelog highlights: