test: Add build system support and a main function for unit tests
[quassel.git] / src / core / SQL / SQLite / update_core_state.sql
1 UPDATE core_state
2 SET value = :value
3 WHERE key = :key