Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

orm

Help us on our mission to create highly efficient PHP ORM with clean object design.
Collective - Host: opensource - https://opencollective.com/orm - Code: https://github.com/nextras/orm

repository: do not refresh unpersisted entities, do not query without ids [closes #285]

github.com/nextras/orm - a1bbc8330c4f0449cc5610b25cbb19371cc105c2 authored about 6 years ago
Merge pull request #322 from nextras/peristed_id_as_raw_value

PersistedId's raw value returns directly DateTime

github.com/nextras/orm - de693fe8aec622ddcaf64c18df6d6c5665ca136c authored about 6 years ago
entity: fixed primary proxy for non-array single-column-PK & more conversion for primary proxy

github.com/nextras/orm - e07a3e2ec33249d8544563c962416c7b0797895f authored about 6 years ago
mapper: process primary key by storage reflection for update queries

github.com/nextras/orm - 9f0fd42b5b2a4935c91976fc0015579230ec66f8 authored about 6 years ago
entity|mapper: composite id with DateTimeImmutable is returned as instance of datetime object

github.com/nextras/orm - ba54b9cba7ceb2a07a4ca3042330de104cabbfdf authored about 6 years ago
Improved error message (#323)

github.com/nextras/orm - 412e5ffd0aee7a404a1c994ce14a3e1c3fb719b7 authored about 6 years ago
doc/events: typo in event description (#324)

github.com/nextras/orm - da71968bf0767e011148e92786d8d17c3205ad4d authored about 6 years ago
relationships: fixed passing metadata to getManyHasManyParameters() [closes #277]

github.com/nextras/orm - 5521b89504fb24940ad57c383603e057c007dde6 authored about 6 years ago
tests: cleanup comment-outed code

github.com/nextras/orm - d345d450330dbd23e8905f5426b42936108dedd1 authored about 6 years ago
entity: fixed nulling preload container when entity fetched from identity map [closes #315]

github.com/nextras/orm - 5528c4fc14c4b21175dba25ad3aea8379657e279 authored about 6 years ago
entity: implemented "Did you mean?" for entity properties [closes #252]

github.com/nextras/orm - 15ef449bab05a5a1aa32fac075e79151ca28409b authored about 6 years ago
Merge pull request #318 from namo-R/load_annotation_from_traits_in_entity

Loading annotation from traits too

github.com/nextras/orm - 933c82c96dac51dcef029c397dc0c2367db7b03f authored about 6 years ago
travis: enable building PHP 7.3

github.com/nextras/orm - e422f5dc5bddaaa498c72cb5bd101b412cc8bb72 authored about 6 years ago
entity: fixed metadataparser compatibility interface for PHP 7.1

github.com/nextras/orm - 55032a75fd3b669188490a070f372563e995d9aa authored about 6 years ago
Merge branch 'remove_updates'

github.com/nextras/orm - 48434c899d7ed7f3b49aaeb0cca60960eb990588 authored about 6 years ago
repository: fixed return types of persist() & persistAndFlush()

github.com/nextras/orm - 0389493a29d567453e53ee7157657b3fac5ef7c3 authored about 6 years ago
repository: remove() accepts only already fetched entity (BC break!) [closes #283]

github.com/nextras/orm - a6458da4e0e5f1023afd91c92070dae4569cf10a authored about 6 years ago
Merge branch 'php71'

github.com/nextras/orm - 7c1fc40406c5e4db66adce50bda9055bf896b7d3 authored about 6 years ago
php7.1: added nullable types & void type (BC break!)

github.com/nextras/orm - d72667c82a1593fbae64b687d2f3f6c28067f319 authored about 6 years ago
php7.1: added constant visibility modifier

github.com/nextras/orm - 9bba418db80b4140b5d61d7ad82dd79af9a5dab8 authored about 6 years ago
php7.1: array deconstruction operator

github.com/nextras/orm - fe1d52f19169f53095d5f22a300465a8298fa4ce authored about 6 years ago
doc: updated missing exception name

github.com/nextras/orm - 26c957a262026de7637bceb33da058f28b872ec1 authored about 6 years ago
phpstan: updated for latest 0.10.4 PhpStan

github.com/nextras/orm - 58035dff5a69c56c594f91674a26e9a9757b7cad authored about 6 years ago
loading annotation from traits too

Test for loading trait annotation - created column

github.com/nextras/orm - 8fbdb0a37b49eec08c2c90c948fe9a39553d0f3d authored about 6 years ago
Merge pull request #317 from pryznar/patch-7

doc/typo: Model::refreshAll() method name

github.com/nextras/orm - 7c5ecd9fa0634eabff747dc3a9787cea78982dc3 authored about 6 years ago
doc/typo: Model::refreshAll() method name

github.com/nextras/orm - b4720bd3440ba94acbc83877ca6081be38628469 authored about 6 years ago
entity: make value in ImmutableValuePropertyContainer to allow override nullable behaviour

github.com/nextras/orm - 58d1ed3276c379752b994d1de0496b189d49f818 authored over 6 years ago
Merge pull request #313 from nextras/fetchpairs-traversing

collection: implemented support for fetchPairs traversing [closes #147]

github.com/nextras/orm - 467a87c2bc538476087c3e9b408e4c16640e9720 authored over 6 years ago
collection: implemented support for fetchPairs traversing [closes #147]

github.com/nextras/orm - 0d55317a782ca135ad5618eb5b4ad3282fd1e708 authored over 6 years ago
relationships: prefix columns with table name [closes #312]

github.com/nextras/orm - 0a6f7ca4ae537a3bdb3207247584abb5c5482d63 authored over 6 years ago
Merge pull request #311 from pavelmlejnek/master

Fixed some typos I came across the documentation

github.com/nextras/orm - 267820936d63ce0cb301492320972590ce49c674 authored over 6 years ago
Fixed some typos across the documentation

github.com/nextras/orm - f3e1c80477c0c9494953e13373bc21bb2f032d03 authored over 6 years ago
doc: updated missing namespace

github.com/nextras/orm - 5709e2e33ce2e332d93d5ee2a77485e345d76c18 authored over 6 years ago
doc: updated mapper filtering

github.com/nextras/orm - 20074b297835c253236313864256da64e8e00d4b authored over 6 years ago
export-ignore .github directory

github.com/nextras/orm - 8c6761f283312a74e6e6cd6ed6f23a4bcf904b48 authored over 6 years ago
added issue templates

github.com/nextras/orm - 4699ef30cd73417bfd0376a981a4064986df7294 authored over 6 years ago
drop support for PHP 7.0

github.com/nextras/orm - a9cccdd76b4f68f61ac3895a247e400b84f9495b authored over 6 years ago
phpstan: updated to 0.10

github.com/nextras/orm - f9623c204bf1741cfb2ab4bcd4bf052fefe3b5d5 authored over 6 years ago
Merge branch 'cache_property_metadata'

github.com/nextras/orm - 2a574792a2c0ba7e33ba47c3c3ce5f48cc806f6b authored over 6 years ago
MetadataParser: Cache property metadata to avoid duplicate parse of STI metadata

github.com/nextras/orm - 431f74be83b08a991edf3c63b5edbc5ef6b816d1 authored over 6 years ago
Merge pull request #307 from nextras/enum

Collection argument conversion for IProperty

github.com/nextras/orm - 450280df30a21f5b0ac04968a54fe9d1bf5b23f3 authored over 6 years ago
tests: make ids correctly nullable

github.com/nextras/orm - 304fa965ce8a9f30f28f6ed0497db1dbe202819b authored over 6 years ago
collection: added tests for fixed array collection DateTime filtering when argument passed as array

github.com/nextras/orm - 13d19aa361b393e1125ce361c3020ac22966dd0f authored over 6 years ago
entity: implemented full support for property container filtering (BC break!)

- IProperty has new convertToRawValue() method
- removed support for Converting IEntity to id fo...

github.com/nextras/orm - 4d1a2dce2cbeb7d20aae3d8ea577db5bac436af4 authored over 6 years ago
entity: introduce IEntityAwareProperty (BC break!)

github.com/nextras/orm - 0c46be1d0c422a433ec112f94e5e69d36247386d authored over 6 years ago
composer: opened 3.1 branch

github.com/nextras/orm - 496f0564cae1b89ae44393162657c1aed3b50906 authored over 6 years ago
Merge pull request #299 from KuceraMartin/master

typo

github.com/nextras/orm - afb50e6a4a262f6427754e0beac66d7461a886dd authored over 6 years ago
mapper: correctly map entity primary value to columns in db table

github.com/nextras/orm - bad39470bcf690627e4179f9f29d8b67475bca32 authored over 6 years ago
Merge pull request #295 from KuceraMartin/pr/removal-helper-check-count

RemovalHelper::setNulls() - check if any changes are needed

github.com/nextras/orm - 5f731f0f3a95598ad8ad94f084168023803a7167 authored over 6 years ago
RemovalHelper::setNulls() - check if any changes are needed

github.com/nextras/orm - 96e83bc11dd5d627f09ce1bd5915fe305d34a4fb authored over 6 years ago
appveyor: fixed PHP's zip url

github.com/nextras/orm - 3377b1b4bdf9bb4e0bb1dff1ea5c6e26828e05a9 authored over 6 years ago
Merge pull request #294 from KuceraMartin/pr/mm-fetchCounts-tableName

m:m mapper count - use table name, not only column name

github.com/nextras/orm - 9ba748d3e58c76a11fd57cb6991ad7eb8606d2cc authored over 6 years ago
RelationshipMapperManyHasMany::fetchCounts() - use target table name to avoid conflicts

github.com/nextras/orm - 7ad43110b2dc813766ac7655c4d74558edcb0a2b authored over 6 years ago
Merge branch 'appveyor_php72'

github.com/nextras/orm - a5a88b59920671997773b04dbbc6315589efacbd authored over 6 years ago
appveyor: run tests on PHP 7.2

github.com/nextras/orm - c21979a25f358857001b9b3a4bd3897f330acdca authored over 6 years ago
Merge branch 'composite_pk_get_by_id'

github.com/nextras/orm - 64ed252c30cef247519803dd7131db264aaf6fa2 authored over 6 years ago
collection: added checks for getById with associative value [refs #290]

github.com/nextras/orm - a0883a294a78303c30dc9978685a1f1180674d9a authored over 6 years ago
Fixed relationship mapper bug (#292)

github.com/nextras/orm - 644f806dad109ec72ab18a5b0ec8512a6f0d13e5 authored almost 7 years ago
Merge branch 'relationship_distinct'

github.com/nextras/orm - 1632ea7888b3037c0a35ffd3fd189b2e24094843 authored almost 7 years ago
relationships: remove auto-distinct if any join is present

This fixes bug introduced in 3.0 release when you couldn't filter
and order in relationship by h...

github.com/nextras/orm - faa709bc5d6973ca19023f5ffda5417a07785125 authored almost 7 years ago
storage reflection: cast column name as string [closes #287]

github.com/nextras/orm - 7d0dbcfc48d8128fb582a02eae5d5c694de05468 authored almost 7 years ago
repository: inherit doc on doRefreshAll() to contain internal info

github.com/nextras/orm - db289e9a04887b324e69b893c465119e21a3016f authored almost 7 years ago
readme: updated tips

github.com/nextras/orm - 1cf7f91c59c2049d10d1b383c9ff0afff2768604 authored almost 7 years ago
Merge pull request #284 from nextras/dbal_make_select_overrideable

mapper: implicit QueryBuilder select clause is set in DbalMapper (BC break!)

github.com/nextras/orm - 8d9106fa0eaeb1a50098230f95fb3655a715e512 authored almost 7 years ago
doc: relationships small typos & fixes

github.com/nextras/orm - a95640814d806ef8cfd16a21ea7c87b23c9556bb authored almost 7 years ago
mapper: implicit QueryBuilder select clause is set in DbalMapper (BC break!)

github.com/nextras/orm - 56ada85de7e73a006e36def7bd93d7df283a64b6 authored almost 7 years ago
composer: depend on stable nextras dbal

github.com/nextras/orm - 4e0fe4964475bd3c38f37ba11f746cd61a52af36 authored almost 7 years ago
tests: fixed test for table name with schema name

github.com/nextras/orm - 3efdf0517fa783a5aaf0d1c4494d3afb3c60adf4 authored almost 7 years ago
repository: fixed return value of removeAndFlush() to return entity

github.com/nextras/orm - a8494932eae9d31fbe529376c18fb08193857832 authored almost 7 years ago
Merge pull request #282 from nextras/datetimeimmutable_normalization

DateTimeImmutable normalization & support for Dbal's subtype [closes #281]

github.com/nextras/orm - a5a9219ac145d1e30bef06f1c5d68cab484813eb authored almost 7 years ago
doc: date time typos

github.com/nextras/orm - ae75f572cefa7de9618e3557f052c9b160cbaaa9 authored almost 7 years ago
entity creator: fixed support for datetime immutable

github.com/nextras/orm - 88c4b690040fb583e12462debb6726f34564ace1 authored almost 7 years ago
entity: added back support for Nextras\Dbal\DateTimeImmutable type

github.com/nextras/orm - a11f6aaa914df773366eb37a9164e473e733d915 authored almost 7 years ago
entity: added experimental ImmutableValuePropertyContainer

github.com/nextras/orm - dfca60dee64a0cf345a6e1a4962749d397f74bf5 authored almost 7 years ago
doc: typos

github.com/nextras/orm - b77612b383325f47997ce4a4cdc462a7f316f65c authored almost 7 years ago
doc: documented unique constraint handling [closes #242]

github.com/nextras/orm - cab2c166f5821f7d325c45b8a81b8a646193953b authored almost 7 years ago
tests: moved unique constraint tests to oneHasMany tests

github.com/nextras/orm - f56be8710b6472c5e4e9c4a78d700a50ad8c46c1 authored almost 7 years ago
Merge pull request #279 from nextras/datetime_primary

Datetime primary

github.com/nextras/orm - 44e56ced39a2e166cc54f0f61560a9a1a9c13343 authored almost 7 years ago
entity: fixed support for DateTimeImmutable as composite PK [closes #272]

github.com/nextras/orm - 00a79de424e5e4a461b11322cc33de1a0cd13718 authored almost 7 years ago
entity: disallow subclasses of DateTimeImmutable as expected property type (BC break!)

github.com/nextras/orm - 15e24e1d3840526ca0c1011da357ffdb42a25dd3 authored almost 7 years ago
doc/model-definition: updated metadataParser, added dependency provider config info [closes #271]

github.com/nextras/orm - 6a8ce697f159c82cb6e019ef846311d1417e8c46 authored almost 7 years ago
mapper: fix joining same table in a different path (#275)

github.com/nextras/orm - 54a25babc924c94f8e43c7713e24ac9c901e47f9 authored almost 7 years ago
model: add support for multiple IModel instances to MetadataStorage (#273)

github.com/nextras/orm - 28f5a41022dddadf799ad5a52222ac34e541d6d0 authored about 7 years ago
doc: updated collection functions doc (spelling, wording)

github.com/nextras/orm - 97337e9cb52d3a14a906a70df010781aa3aa1c18 authored about 7 years ago
Merge branch 'dic-dbal'

github.com/nextras/orm - 442601564ab9b100729d2b896c2b8f733c860e33 authored about 7 years ago
bridges/nette-di: try to init dbal mapper coordinator in beforeCompile when Dbal extension is registered later [closes #270]

github.com/nextras/orm - 26bee4b814b71e5deae783da0c77e5314a954665 authored about 7 years ago
test: renamed BridgeNetteDI DIC finder test

github.com/nextras/orm - c789ff5f7d73c7ec7533e2cf5f29e9e55b07ace0 authored about 7 years ago
upgraded the 3.0 migration guide

github.com/nextras/orm - 5420c20d06a46e9d3cdd5e5d321a1ed3db87df68 authored about 7 years ago
Merge branch 'iconnection'

github.com/nextras/orm - b9cbf3183d32049cbe44df5a90c5d94a8cfe2aa9 authored about 7 years ago
dbal: replace Connection with IConnection interface

github.com/nextras/orm - 091d67193e535e75b5b2a898de75e0cf65a23e0a authored about 7 years ago
relationship/hasOne: fixed change detection for multi-column PK

github.com/nextras/orm - 90c6fa26ce1bbc94a270a3fedbb5eeb696bb850f authored about 7 years ago
Merge pull request #263 from repli2dev/docfix

Fix example of usage SimpleModelFactory

github.com/nextras/orm - 24057fd219c0a143b3f2d0783c290cb94c1302aa authored about 7 years ago
Merge branch 'ci'

github.com/nextras/orm - 701a001711115452b17ecd70355606c4813c1bb1 authored about 7 years ago
composer: upgraded nette tester to 2.0

github.com/nextras/orm - 686cec668d07999faf85c42b799ae7f6beed9e4c authored about 7 years ago
travis: test some additional things on 7.2

github.com/nextras/orm - 0341c041809bdee5654e1b31469c7128264a4583 authored about 7 years ago
Merge branch 'phpstan9'

github.com/nextras/orm - d37fc3b60a2b3bb9c8f1b982188251fe9da72077 authored about 7 years ago
phpstan: enable nette extension

github.com/nextras/orm - 7b850fceff64d6f314f4057fc42a253bed628bea authored about 7 years ago
phpstan: upgraded to 0.9

github.com/nextras/orm - 1e1b63c4c07a574ddbf8700bc3401fef6f7e3aba authored about 7 years ago
entity/modifier parser: renamed variable

github.com/nextras/orm - 873854b349658e942a40ef3161567c7e81c209fe authored about 7 years ago