[sqlalchemy] Re: INSERT IGNORE

2007-10-03 Thread Michael Bayer

ive added ticket #804 for this.

On Oct 1, 2007, at 5:35 PM, Jim Musil wrote:


 I'm not seeing the ability to use the INSERT IGNORE ... syntax.

 Is this available anywhere?

 Jim Musil


 


--~--~-~--~~~---~--~~
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: INSERT IGNORE

2007-10-03 Thread Michael Bayer

we could potentially support a mysql_ignore keyword argument to the  
Insert() construct in order to achieve this (we've been adding a few  
postgres flags as of late).  In the interim you'd have to use textual  
clauses for this.

On Oct 1, 2007, at 5:35 PM, Jim Musil wrote:


 I'm not seeing the ability to use the INSERT IGNORE ... syntax.

 Is this available anywhere?

 Jim Musil


 


--~--~-~--~~~---~--~~
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: INSERT IGNORE

2007-10-03 Thread Jim Musil

Thanks!

On Oct 3, 9:13 am, Michael Bayer [EMAIL PROTECTED] wrote:
 ive added ticket #804 for this.

 On Oct 1, 2007, at 5:35 PM, Jim Musil wrote:



  I'm not seeing the ability to use the INSERT IGNORE ... syntax.

  Is this available anywhere?

  Jim Musil


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---