Re: Fixture with 'Double' Datatype

2011-12-12 Thread euromark
as far as I know cake handles all non-integer numeric types as float internally same with decimal - unfortunately :) On 12 Dez., 17:08, flosky wrote: > Hi everyone, > > I have a database table row with the datatype 'double'. > When I create the Fixture with cake bake it sets the 'type' to float.

Fixture with 'Double' Datatype

2011-12-12 Thread flosky
Hi everyone, I have a database table row with the datatype 'double'. When I create the Fixture with cake bake it sets the 'type' to float. Manually entering 'double' results in an error. Is there a way to test double values in model test cases?? Using cake 2.0.2 by the way. Thanks -flosky --