Re: [SQLObject] SQLObject 0.6 (and 0.5.3)
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: David M. C. <da...@da...> - 2004-09-22 13:32:16
|
On Wed, Sep 22, 2004 at 01:05:00PM +0200, Marcin Wojdyr wrote (quoting the docs): > """ > Col constructors now support cascade: [...] The constraints > are only implemented in the DBMS, not in SQLObject (i.e., they will not > work in databases like MySQL and SQLite)." > """ I'm not sure I understand this. Cascading is only done in the DBM? What if I try to update a referenced SQLObject that has been deleted from the DBM? Also, will this complain if I try to use cascade with an SQLite connection, or just ignore it? Dave Cook |