[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

[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

[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