Re: [SQLObject] _fromDatabase for Postgres
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: David M. C. <da...@da...> - 2003-04-18 08:46:09
|
On Fri, Apr 18, 2003 at 01:37:58AM -0700, David M. Cook wrote: > FOREIGN KEY (recording_id) REFERENCES recording(id) ON UPDATE NO ACTION ON > DELETE CASCADE Left out a crucial word: This can be *parsed* with the regular expression: \((.+)\) REFERENCES (.+)\( Dave |