David Buchmann

Results 243 issues of David Buchmann

a couple of tests fail when running jackalope-doctrine-dbal with sqlite instead of postgres / mysql the problem is with ChildTranslationStrategy::alterQueryForTranslation that does a QueryObjectModelConstantsInterface::JCR_JOIN_TYPE_RIGHT_OUTER to join a node with its...

follow up of #703 @steffenbrem lets continue the discussion here, and keep #703 for the bug you found. when we built the phpcr-odm multilanguage system, the main goal was that...

@petforsberg reported originally in https://github.com/doctrine/DoctrinePHPCRBundle/issues/179 Within my app, when I create an Article, app auto-generates a News for it. Both (Article and News) have their own children-nodes attached (always). The...

Implement the Query->iterate method which will return an IteratableResultSet as per the ORM.

feature
query

The autoname id strategy could use some tweaks: - [ ] A way to specify an optional nameHint for addNodeAutoNamed - [ ] The strategy should check if there is...

feature
id

in #446 i add validation on the Child mapping so that you can't misuse that field to persist a document that is not attached to that field. we could do...

sanity checks

By now there are a lot of exception messages spread all over the code. They should be moved to factory methods of the respective exception classes, and cleaned to be...

sanity checks
Easy Pick

see also #358 which is about improving the autoname id strategy. see for example https://github.com/doctrine/doctrine2/pull/206 note that "id" for phpcr-odm is the phpcr path. so this is not the same...

feature
id

as discussed in https://github.com/doctrine/phpcr-odm/pull/268 we should implement UnitOfWork::isScheduledDocument and isScheduledFor\* other than isScheduledForInsert.

Easy Pick
feature

follow-up of https://github.com/doctrine/phpcr-odm/pull/549/files#r16331850 , can only be done once https://github.com/jackalope/jackalope/issues/239 is fixed.

performance