Michael Watkins wrote:
> I have been toying around with SQLObject for a couple days - I've used
> other Python ORM's fairly extensively (Object Relational Membrane; and
> also a little known tool called Cucumber by Titus Brown) and while I
> like bits and pieces of all of them, I must say I am in love with the
> table generation from SQLObject classes. What a pleasure not to have to
> maintain (mostly) seperate schema definitions.
>
> Anyway... I miss support for longs so I hacked up Converters.py and
> Constraints.py to add Long support, which seems to work ok, but wonder
> if there was a reason not to include long support in the first place or
> just an oversight?
You mean like Python long integers? Yeah, just an oversight -- I hadn't
encountered them in any of my code, so I never noticed.
Ian
|