[sqlalchemy] Efficiency of adding to M:M relations

2010-06-30 Thread Paul Johnston
Hi, I hope everyone's well here. It's been some time since I posted. Great to see it up to 0.6, and even more progress on MS-SQL (although I'm now unlikely to be using that). As always, I'm using SQLAlchemy as part of a web app. I have a set of checkboxes, which I'm saving into an M:M relation.

Re: [sqlalchemy] Efficiency of adding to M:M relations

2010-06-30 Thread Michael Bayer
On Jun 30, 2010, at 4:32 AM, Paul Johnston wrote: Hi, I hope everyone's well here. It's been some time since I posted. Great to see it up to 0.6, and even more progress on MS-SQL (although I'm now unlikely to be using that). As always, I'm using SQLAlchemy as part of a web app. I have a

Re: [sqlalchemy] Efficiency of adding to M:M relations

2010-06-30 Thread Conor
On 06/30/2010 03:32 AM, Paul Johnston wrote: Hi, I hope everyone's well here. It's been some time since I posted. Great to see it up to 0.6, and even more progress on MS-SQL (although I'm now unlikely to be using that). As always, I'm using SQLAlchemy as part of a web app. I have a set of

Re: [sqlalchemy] Efficiency of adding to M:M relations

2010-06-30 Thread Conor
On 06/30/2010 02:10 PM, Conor wrote: On 06/30/2010 03:32 AM, Paul Johnston wrote: Hi, I hope everyone's well here. It's been some time since I posted. Great to see it up to 0.6, and even more progress on MS-SQL (although I'm now unlikely to be using that). As always, I'm using SQLAlchemy

Re: [sqlalchemy] Efficiency of adding to M:M relations

2010-06-30 Thread Conor
On 06/30/2010 02:15 PM, Conor wrote: On 06/30/2010 02:10 PM, Conor wrote: On 06/30/2010 03:32 AM, Paul Johnston wrote: Hi, I hope everyone's well here. It's been some time since I posted. Great to see it up to 0.6, and even more progress on MS-SQL (although I'm now unlikely to be using