[SQLite Dialect] Properly translate .ignore() #916
Labels
api
Related to library's API
breaking change
Includes breaking changes
enhancement
New feature or request
good first issue
Good for newcomers
greenlit
Ready for implementation
mysql
Related to MySQL
sqlite
Related to sqlite
Currently
.ignore()
using the SQLite dialect gets translated intoINSERT IGNORE INTO ....
Which doesn't match the SQLite expected
INSERT OR IGNORE INTO
(see here)The text was updated successfully, but these errors were encountered: