[sqlalchemy] Re: declarative autoloading table class with composite foreign/primary key

2010-08-04 Thread jgs9000
Michael thanks very much for your helpful advice - the problem seems to actually involve the autoloading of the table in question. The table structure is as follows: CREATE TABLE wcs ( image_id INTEGER NOT NULL, amp INTEGER

Re: [sqlalchemy] Re: declarative autoloading table class with composite foreign/primary key

2010-08-04 Thread Michael Bayer
On Aug 4, 2010, at 9:05 PM, jgs9000 wrote: Michael thanks very much for your helpful advice - the problem seems to actually involve the autoloading of the table in question. so there's a small bug that is easy to fix, that is ticket #1865 and it is fixed in r742bd985b4e0, latest tip, so