Closed GoogleCodeExporter closed 9 years ago
can this be generalized to missing support for sqlalchemy.types.Numeric?
Using FloatFieldRenderer seems reasonable for rendering. I wonder how the
deserializing should work, though.
Original comment by monkeylo...@gmail.com
on 28 Dec 2008 at 6:25
this patch adds support for sqlalchemy.types.Numeric and some tests for that
support.
Numerics are deserialized as either Decimal or float depending on the way the
underlying Numeric is configured. There's a test for deserializing to Decimal,
but I
haven't added the test for deserializing to float.
hopefully this is helpful.
Original comment by monkeylo...@gmail.com
on 29 Dec 2008 at 4:08
Attachments:
Thanks, monkey! Great patch. Applied in r620.
Original comment by jbel...@gmail.com
on 29 Dec 2008 at 4:54
Original issue reported on code.google.com by
foxp...@gmail.com
on 23 Dec 2008 at 4:38Attachments: