Or maybe a different column type so that user can control what comes back. Course that wouldn't work with table reflection....

Rick


On 6/3/06, Michael Bayer <[EMAIL PROTECTED]> wrote:
for this one,  i would think "float" would be the default.  then what do we do for people who specifically want a Decimal ?  sounds like another flag-like situation like "convert_unicode".

On Jun 3, 2006, at 2:16 PM, Rick Morrison wrote:


On 6/3/06, Michael Bayer <[EMAIL PROTECTED]> wrote:

The Numeric types in SQLAlchemy dont modify the incoming or outgoing
return type of bind parameters at all.  

Maybe they should. Letting the DBAPI driver "do what it wants" for type conversion breaks the database independence that SA purports to provide, no?

Rick




_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to