From: CLIFFORD I. <cli...@di...> - 2004-02-20 19:46:21
Hi,
How does SQLObject deal with constraint violations? Does it intercept the
error and present some meaningful interface via Python?
Regards,
Clifford Ilkay
Dinamis Corporation
3266 Yonge Street, Suite 1419
Toronto, Ontario
Canada M4N 3P6
Tel: 416-410-3326
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