Re: [SQLObject] alternateMethodName and creating SQL
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Ian B. <ia...@co...> - 2003-03-13 04:15:16
|
On Wed, 2003-03-12 at 15:22, Luke Opperman wrote: > Col.alternateMethodName: apparently not implemented yet? I assume the > implementation will look something like this (in the metaclass, while evaluating > each Column object: I added it around line 195 in SQLObject.py): Yes, I had implemented this in a previous incarnation of SQLObject, but hadn't finished porting it to this version. It's now implemented in CVS. Ian |