orm

PHP DataMapper, ORM

MIT License

Downloads
526.9K
Stars
1.2K
Committers
27

Bot releases are hidden (Show)

orm - v1.2.13

Published by wolfy-j almost 4 years ago

  • [bugfix] fixes cascade POSTLOAD relations in pivoted chains of ManyToMany relation
orm - v1.2.12

Published by wolfy-j about 4 years ago

  • [bugfix] fixes typo in eager loading
orm - v1.2.11

Published by wolfy-j over 4 years ago

  • [bugfix] incorrect update sequence for nullable numeric values
orm - v1.2.10

Published by wolfy-j over 4 years ago

  • [bugfix] causing incorrect command order while updating transitive key for RefersTo relation
orm - v1.2.9

Published by wolfy-j over 4 years ago

  • fixed bug causing ORM to disable relation graph pointing to Promises in related entities
  • more promise related tests
  • adds getTarget to RelationInterface
orm - v1.2.8

Published by wolfy-j over 4 years ago

  • fixed compatibility issues with PHPUnit8 (no more warnings)
  • [bugfix] MtM relation did not load eager relations when selected via promise #94
  • added more MtM tests
orm - v1.2.7

Published by wolfy-j over 4 years ago

  • a number of performance optimizations by @pine3ree
  • laminas hydrators used directly by @pine3ree
orm - v1.2.6

Published by wolfy-j over 4 years ago

  • zendframework/zend-hydrator replaced with laminas/laminas-hydrator
orm - v1.2.5

Published by wolfy-j over 4 years ago

  • do not load embedded object when parent not loaded
orm - v1.2.4

Published by wolfy-j over 4 years ago

  • minor performance optimizations
  • all collection promises are Selectable
  • reverted notNull relation logic by @mishfish
orm - v1.2.3

Published by wolfy-j over 4 years ago

  • bumped PHPUnit version to 8
  • removed Travis tests
  • added GitHub Actions
  • suppressed PK introspection on Postgres insert queries
orm - v1.2.2

Published by wolfy-j over 4 years ago

  • added the support for custom default sources, repositories and mappers by @mrakolice
orm - v1.2.1

Published by wolfy-j almost 5 years ago

  • [bugfix] embedded relations data was loaded with parent entity even when not required
  • simplified query builder creation within joinable loader
  • added support for callable load option (where alternative) for all relations
  • added support for where in all relations
  • code-style changes (optimizations)
orm - v1.2.0

Published by wolfy-j almost 5 years ago

  • performance optimizations in Node parsers, Select builder, Typecast
  • 33% performance improvement (with updated DBAL)
orm - v1.1.18

Published by wolfy-j almost 5 years ago

  • the limit exception is not thrown on joined singular relations
  • Select doc-block improvement (better IDE integration)
orm - v1.1.17

Published by wolfy-j almost 5 years ago

  • bugfix: invalid target resolution in lazy-loaded many-to-many relations
orm - v1.1.16

Published by wolfy-j almost 5 years ago

  • Select methods return type hinted as self instead of $this to improve compatibility with PHPStorm
orm - v1.1.15

Published by wolfy-j about 5 years ago

  • the minimum PHP version is set as 7.2 as stated in the documentation
  • fixed typo THOUGH => THROUGH, old constants marked as deprecated
orm - v1.1.14

Published by wolfy-j about 5 years ago

  • added shortcut to specify relation load constrains using load option
orm - v1.1.13

Published by wolfy-j about 5 years ago

  • cyclic relations initialization only applied to non-resolved entity references
  • bugfix: entity columns and relations are no longer altered if entity fetched from database multiple times #33