[Closed] Feedback from MongoDB ODM support

0 votes
asked Jun 17, 2015 in Solved by genedys (180 points)
recategorized Oct 13, 2015 by ludek.vodicka

Hi

I already use the ORM features and I started to use the new ODM features but I faced to some issues :

  • raw_type should be raw as specified in Raw annotation
  • Namespaces seems to not be handled for embedded documents. I tried to specify it on Document and Bundle options, but none works.
  • The bundle namespace is appended to collections name. However I would like to be able to specify the collection name without any \ like it's possible to specify a table name in ORM.
  • It's not possible to edit the label in link between collections and documents, so I get long labels I wish I could shorten like \Acme\DemoBundle\Document\MyDocument in acme_demo_my_document.

I'm still experimenting ODM features so maybe I do things in a wrong way...

commented Jun 17, 2015 by genedys (180 points)

Thanks a lot.

Can't wait to try it! :)

commented Jun 17, 2015 by ludek.vodicka Skipper developer (140,450 points)
commented Jun 17, 2015 by ludek.vodicka Skipper developer (140,450 points)

Ok, 2) is integrated with skipper and 1) is implement too.

These two updates together with another ones are available in new beta:

http://support.skipper18.com/402/downloads-skipper-beta

commented Jun 18, 2015 by genedys (180 points)

I tested this new version and it works like a charm!

Thanks for your responsiveness. :)

commented Jun 18, 2015 by ludek.vodicka Skipper developer (140,450 points)

Great! Thanks for testing.

1 Answer

0 votes
answered Jun 17, 2015 by ludek.vodicka Skipper developer (140,450 points)

Implemented and fixed in latest beta:

http://support.skipper18.com/402/downloads-skipper-beta

...