Re: SQLite + float vs MySQL + Decimal

2007-08-09 Thread Russell Keith-Magee
On 8/9/07, Vincent Foley <[EMAIL PROTECTED]> wrote: > > Hello, > > I found a curious problem in my application when I put it into > production this week: when a models.FloatField is "extracted" from the > database, its type changes depending on the database. With SQLite in > development, I got ba

SQLite + float vs MySQL + Decimal

2007-08-09 Thread Vincent Foley
Hello, I found a curious problem in my application when I put it into production this week: when a models.FloatField is "extracted" from the database, its type changes depending on the database. With SQLite in development, I got back floats, while on MySQL in production I have decimals. As ment