Re: [SQLObject] Dealing With PostgreSQL Constraints
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
|
From: Ian B. <ia...@co...> - 2004-02-20 20:29:19
|
CLIFFORD ILKAY wrote: > How does SQLObject deal with constraint violations? Does it intercept > the error and present some meaningful interface via Python? No, it just passes the errors through. Ian |