Port the previous PostgreSQL improvements to SQLite3.
[quassel.git] / src / core / SQL / SQLite / 21 / update_buffer_lastmsgid.sql
1 UPDATE buffer
2 SET lastmsgid = :lastmsgid
3 WHERE bufferid = :bufferid