Bugs item #2744934, was opened at 2009-04-08 15:18
Message generated for change (Comment added) made by alejolp
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=540672&aid=2744934&group_id=74338
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: General
Group: SQLObject from repository
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Alejandro Santos (alejolp)
Assigned to: Nobody/Anonymous (nobody)
Summary: Missing classmethod in InheritableSQLMeta
Initial Comment:
In the SVN Revisión: 3846 the following error is raised when the getColumns method is called:
>>> SomeTable.sqlmeta.getColumns()
TypeError: unbound method getColumns() must be called with sqlmeta instance as first argument (got nothing instead)
The class InheritableSQLMeta lacks the getColumns and getAllColumns classmethod declararations. The attached file contains the svn diff output for the patch.
----------------------------------------------------------------------
>Comment By: Alejandro Santos (alejolp)
Date: 2009-04-08 16:08
Message:
Update:
the sqlmeta class in main.py also misses the classmethod call for the
getColumns method.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=540672&aid=2744934&group_id=74338
|