Skip to content

Releases: cycle/orm

v1.1.12

19 Sep 10:29
Compare
Choose a tag to compare
  • joined filters are always called prior to joined loaders
  • ability to reference the column of joined relation in loaded relation where condition while using INLOAD
  • added constants for relation fetch methods Select::SINGLE_QUERY and Select::OUTER_QUERY

v1.1.11

15 Sep 15:32
Compare
Choose a tag to compare
  • added support for Zend/Hydrator 3.0

v1.1.10

14 Sep 13:27
Compare
Choose a tag to compare
  • Transaction object always empty after run method + docs

v1.1.9

29 Aug 02:31
Compare
Choose a tag to compare
  • added ability to easier query nested relations inside with->where conditions
  • added ability overwrite default loader method when no options are set

v1.1.8

13 Aug 12:48
Compare
Choose a tag to compare

v1.1.7

16 Jul 14:05
fb4fd88
Compare
Choose a tag to compare
  • DatabaseMapper will not generate new PK if value has been set by user

v1.1.6

02 Jul 08:43
f6f1b69
Compare
Choose a tag to compare
  • minor CS (is_null => === null, !empty => === type)
  • ORM->get() and Heap->find() can now accept multiple kv pairs (search is still done using first pair) for future composite key support

v1.1.5

24 Jun 09:15
0e656e4
Compare
Choose a tag to compare
  • ORM will always issue empty schema by default now by @SerafimArts

v1.1.4

23 Jun 10:19
Compare
Choose a tag to compare
  • bugfix: the case when dynamic entity associated with a role which is a real loadable class

v1.1.3

22 Jun 13:37
Compare
Choose a tag to compare
  • Schema normalization has been simplified