Re: [SQLObject] foreignkey constraint not set (Firebird)
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ph...> - 2009-08-22 17:20:08
|
On Sat, Aug 22, 2009 at 06:55:30PM +0200, Petr Jake?? wrote: > I am just wondering why the foreignkey constraint is not created Because SQLObject hasn't got an FK implementation for Firebird. FOREIGN KEYs require different dialects. See col.py, class SOForeignKey. Add a method _firebirdType(). Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |