[sqlalchemy] Re: SA 0.4.1 and MS-SQL problem at create time

2007-12-06 Thread Paul Johnston

Hi,

It seems that the mssql backend use a 'foreign_key' attribute on
Column which does not exist anymore.
  

Yes, it's now foreign_keys. This is fixed in the svn trunk.

I still need to sort out a way to have MSSQL unit tests run 
periodically, so we can pick up this kind of issue before releases.

Paul

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~--~~~~--~~--~--~---



[sqlalchemy] Re: SA 0.4.1 and MS-SQL problem at create time

2007-12-06 Thread Rick Morrison
column.foreign_key is now a list: foreign_keys[]. Trunk looks correct and
should work. Works here.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~--~~~~--~~--~--~---



[sqlalchemy] Re: SA 0.4.1 and MS-SQL problem at create time

2007-12-06 Thread Rick Morrison
 I still need to sort out a way to have MSSQL unit test periodically

I'm still planning on hosting a buildbot as I promised some months (how
embarassing) ago. The first one will be Linux + pymssql, but once I get the
new VMware host provisioned out here, I can put up a Windows + pyodbc host
too.

If there are any buildbot wiz kids out there, I could use some setup
help/tips.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~--~~~~--~~--~--~---



[sqlalchemy] Re: SA 0.4.1 and MS-SQL problem at create time

2007-12-06 Thread Christophe de Vienne

Hi Paul,

On 6 déc, 19:31, Paul Johnston [EMAIL PROTECTED] wrote:
 Hi,

 It seems that the mssql backend use a 'foreign_key' attribute on
 Column which does not exist anymore.

 Yes, it's now foreign_keys. This is fixed in the svn trunk.

Thanks !


 I still need to sort out a way to have MSSQL unit tests run
 periodically, so we can pick up this kind of issue before releases.

I may be able to help, I'm sending you a mail privately.

Regards,

Christophe
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~--~~~~--~~--~--~---