Fixing issues with SQLite backend not properly storing some boolean values.
[quassel.git] / src / core / SQL / SQLite / 14 / select_authuser.sql
diff --git a/src/core/SQL/SQLite/14/select_authuser.sql b/src/core/SQL/SQLite/14/select_authuser.sql
deleted file mode 100644 (file)
index f11bf18..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-SELECT userid
-FROM quasseluser
-WHERE username = :username AND password = :password