Re: [sqlalchemy] orm and raw sql inserts customization

2016-09-05 Thread Mike Bayer
On 09/03/2016 01:25 AM, Rafał Rajko-Nenow wrote: I'm struggling trying to "INSERT IGNORE" into mysql database. I am using ORM. All info I've found is about prefixing queries, found nothing about possibility of prefixing inserts... the prefix_with() method accomplishes this: http://docs.sql

[sqlalchemy] orm and raw sql inserts customization

2016-09-02 Thread Rafał Rajko-Nenow
I'm struggling trying to "INSERT IGNORE" into mysql database. I am using ORM. All info I've found is about prefixing queries, found nothing about possibility of prefixing inserts... any help? -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. T