dotweblabs / twirl

Yet Another Google App Engine (GAE) Datastore ORM with a twist!
18 stars 8 forks source link

Fixed parent key during unmarshalling, added safeGet methods #52

Closed UltimaPhoenix closed 9 years ago

UltimaPhoenix commented 9 years ago

Working on luceneappengine twist migration I found an error during the unmarshalling of child entities that are built without parent ref. This commit will fix it but I'm not completely sure of the fix. Please double check it. This commit will fix one error in the tests on LAE-twist fork. If my commit is semantically correct we should build a test to evidence this error in the twist framework just to avoid regression.

UltimaPhoenix commented 9 years ago

I added some utility methods useful to fix luceneappengine twist. I want to send two different pull request but it seems impossible..