Re: [SQLObject] Strange ForeignKey behavior...
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ph...> - 2015-12-23 22:11:10
|
On Wed, Dec 23, 2015 at 11:09:35PM +0100, Oleg Broytman <ph...@ph...> wrote: > 1. Postgres. Until now SQLObject used to create ForeignKeys of type > idType of the current table, i.e. usually INT. I fixed that (by adding a > lookup of idType of the referenced table), but that a big > backward-incompatible change and I don't want to apply it to bugfix > releases. So I think the patches will go to 2.2.0b2 and 3.0.0a2. BTW, see the patches (attached). > > > Cheers! > > > > > > - n > > > > > > -- > > > Dr. Nathan Edwards nj...@ge... > > > Department of Biochemistry and Molecular & Cellular Biology > > > Georgetown University Medical Center > > > Room 1217, Harris Building, > > > 3300 Whitehaven St, NW, Washington DC 20007 > > > Phone: 202-687-7042, Fax: 202-687-0057 Oleg. -- Oleg Broytman http://phdru.name/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |