kayak / pypika

PyPika is a python SQL query builder that exposes the full richness of the SQL language using a syntax that reflects the resulting query. PyPika excels at all sorts of SQL queries but is especially useful for data analysis.
http://pypika.readthedocs.io/en/latest/
Apache License 2.0
2.43k stars 292 forks source link

Use correct "insert ignore" syntax for Sqlite. #788

Open mchaput opened 5 months ago

mchaput commented 5 months ago

This is a simple patch to fix issue #628.

wd60622 commented 5 months ago

Would you be able to test the change?