Re: [sqlite] Float, numeric and query (Continued)

2008-07-02 Thread Igor Tandetnik
Dom Dom [EMAIL PROTECTED] wrote: Igor Tandetnik [EMAIL PROTECTED] writes: Would it be possible to get SQLAlchemy to cast to REAL, FLOAT or DOUBLE rather than NUMERIC? Hello Igor, Thanks for answering. Casting to NUMERIC leaves integers as integers; basically, it's a no-op in your query.

Re: [sqlite] Float, numeric and query (Continued)

2008-07-02 Thread Dominique
Igor Tandetnik [EMAIL PROTECTED] writes: Dom Dom [EMAIL PROTECTED] wrote: Igor Tandetnik [EMAIL PROTECTED] writes: Would it be possible to get SQLAlchemy to cast to REAL, FLOAT or DOUBLE rather than NUMERIC? Hi Igor, Thanks for answering. Seems SQLAlchemy had a different numeric