Prevent the settings dialogs from crashing when OK is pressed without changes made.
[quassel.git] / src / core / SQL / SQLite / 4 / update_userpassword.sql
1 UPDATE quasseluser
2 SET password = :password
3 WHERE userid = :userid