initial commit
[squeep-indie-auther] / src / db / sqlite / sql / authentication-get.sql
diff --git a/src/db/sqlite/sql/authentication-get.sql b/src/db/sqlite/sql/authentication-get.sql
new file mode 100644 (file)
index 0000000..687e54a
--- /dev/null
@@ -0,0 +1,8 @@
+--
+SELECT
+       created,
+       last_authentication,
+       identifier,
+       credential
+FROM authentication
+WHERE identifier = :identifier