Commit e451de00 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Fixed database statement.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@4497 b35dd754-fafc-0310-a699-88a17e54d16e
parent 64b91f4d
...@@ -35,7 +35,7 @@ import java.sql.*; ...@@ -35,7 +35,7 @@ import java.sql.*;
public class Registration { public class Registration {
private static final String INSERT_REGISTRATION = private static final String INSERT_REGISTRATION =
"INSERT INTO entConversation(registrationID, jid, gatewayType, " + "INSERT INTO gatewayRegistration(registrationID, jid, gatewayType, " +
"username, password, registrationDate) VALUES (?,?,?,?,?,?)"; "username, password, registrationDate) VALUES (?,?,?,?,?,?)";
private static final String LOAD_REGISTRATION = private static final String LOAD_REGISTRATION =
"SELECT jid, gatewayType, username, password, registrationDate, lastLogin " + "SELECT jid, gatewayType, username, password, registrationDate, lastLogin " +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment