[sqlalchemy] ColumnProperty object has no attribute key

2008-05-31 Thread sniffer
hi all, first of all thank u guys for all ur help on my previous posts. This time around i again have a table in an mssql db, the table has just 2 fields one int field(PK) and the other a varchar field. the table object for the table in question is auto generated, the problem is that when i save

[sqlalchemy] Re: ColumnProperty object has no attribute key

2008-05-31 Thread sniffer
return True when u say smaller script how small do you mean and as always any pointers are highly appreciated TIA On May 31, 6:36 pm, Michael Bayer [EMAIL PROTECTED] wrote: On May 31, 2008, at 4:09 AM, sniffer wrote: hi all, first of all thank u guys for all ur help on my previous

[sqlalchemy] help required urgent

2008-04-25 Thread sniffer
hi all this time i am in big trouble , i recently changed my job and on the new job was handed over project involving SA, i am a newbie as far as SA is concerned but have had little prior experience with it.my problem is as follows the project i have been handed was coded by someone before me it

[sqlalchemy] updating relate table data in a foreign session

2008-04-01 Thread sniffer
hi all, first of all thanks for the replies to my last question,now i have a different problem although not entirely different i again have a two host model where the query objects from 1 host are sent to the other host and added to the database there in.this works fine with individual tables

[sqlalchemy] using persisted objects in a new session

2008-03-25 Thread sniffer
hi all, I am a newbie with sqlalchemy so bear with me,this is what i am trying to do my app has a client and server part on the client i am retreiving data using sqlalchemy and transfering the query objects on to the server this goes fine but when i try to open a new session on the server and