Re: [SQLObject] "type checking" in SQLObject
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
|
From: CLIFFORD I. <cli...@di...> - 2004-06-22 15:25:54
|
At 05:18 PM 21/06/2004 +0200, Ivo van der Wijk wrote: >Hi, > >I regularly run into weird problems because I'm trying to pass the wrong >type of object to, for example, a foreign key. > >How hard would it be to make SQLObject warn in such cases? [snip] Hi Ivo, I just read about PyProtocols <http://peak.telecommunity.com/PyProtocols.html> in the FormEncode <http://www.formencode.org> documentation. It is supposed to help with this issue, amongst others. Regards, Clifford Ilkay Dinamis Corporation 3266 Yonge Street, Suite 1419 Toronto, Ontario Canada M4N 3P6 Tel: 416-410-3326 |