Hi David, > "doctrine/orm": "~2.2,>=2.2.3", > "doctrine/doctrine-bundle": "~1.2",
This doesn't show the version that's actually used. Please try `composer.phar show --installed` Any change you could set up a minimal symfony-standard project to reproduce this problem (and share it on github)? The @Version field is also a regular @Column, so it should behave like any other field when querying for objects. Could be a bug, but we need to reproduce it in order to report it :) -- Jasper N. Brouwer (@jaspernbrouwer) On 11 Jan 2014, at 22:01, [email protected] wrote: > Hi guys thanks for your quick answers. > > Actually in database the version field is int(11). > > According to the Symfony 2 declaration i'm using this as version : > > "doctrine/orm": "~2.2,>=2.2.3", > "doctrine/doctrine-bundle": "~1.2", > > About the fix it's a query saying explicitly userUnit.version where ... and i > get it correctly. > > Have you some ideas ? > > Thanks ;) -- You received this message because you are subscribed to the Google Groups "doctrine-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/doctrine-user. For more options, visit https://groups.google.com/groups/opt_out.
