Hi,

I'm using SQLite in tests and there is a problem when using
decimal.Decimal with sqlalchemy's Numeric type:

SQLError: (InterfaceError) Error binding parameter 5 - probably
unsupported type.

This is not a new issue, a similar one was posted in
http://groups.google.com/group/sqlalchemy/browse_thread/thread/300b757014c7d375/ad024f5365ab2eea

It looks like a bug in sqlalchemy, but I'd rather discuss it here
before creating a ticket. What I'd really like is that the Numeric
field could work with decimal.Decimal in SQLite as it does with
postgres, without any other external hack.

Regards,

André


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to