Re: [SQLObject] two beginner's questions
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Luke O. <lu...@me...> - 2003-04-29 04:57:02
|
Nick - See my most recent reply to the list, triggered by your comment "can't subclass a class that inherits from SQLObject". I do this all the time for setting up common _connection's, so I figured I'd try it with columns, what this whole thread was about... and found that it worked! (caveats: only worked with 0.3 release, not tonight's CVS, only tested with DBMConnection, and you'll still need a real table for every concrete class you instantiate.) So I'm still not seeing what late-binding gets you (since the addX/removeX functions allow late re-definition), and anyways, we all ought to be happy subclassing works. :) Or something. Now, to track down what's wrong in CVS, and get a start on that python-based Transaction plan I started talking about... - Luke |