Re: [symfony-users] Re: Help with display of doctrine float numbers

2009-12-18 Thread Alexandre Salomé
Try this : value: { type: float(8), scale: 4, notnull: true } 2009/12/18 PhiKapJames > I have for this table: >value: > type: float() > fixed: false > unsigned: false > primary: false > notnull: true > autoincrement: false > > In the data I have .4123, but wh

[symfony-users] Re: Help with display of doctrine float numbers

2009-12-17 Thread PhiKapJames
I have for this table: value: type: float() fixed: false unsigned: false primary: false notnull: true autoincrement: false In the data I have .4123, but when called / displayed in symfony, I only see .41. With sql call (or phpmyadmin), I see .4123. I'm not