darkain / pudl

PHP Universal Database Library - connects to and generates queries for SQL Servers
BSD 2-Clause "Simplified" License
28 stars 5 forks source link

SQLite UPSERT #3

Closed darkain closed 5 years ago

darkain commented 5 years ago

Right now, SQLite will run REPLACE for UPSERT style statements. This isn't desirable. It'll work in some situations, but not all.

Reference: https://www.sqlite.org/lang_UPSERT.html http://www.sqlitetutorial.net/sqlite-replace-statement/

darkain commented 5 years ago

This was already fixed! 💃