Fixed Sq'irks

This commit is contained in:
ceikry
2021-07-26 11:11:24 -05:00
parent b1fbac4507
commit 11b4f9f28f
4 changed files with 1406 additions and 1326 deletions
@@ -55,7 +55,7 @@ public class DatabaseManager {
return statement.executeQuery(query);
} catch (SQLException e) {
System.out.println(e);
e.printStackTrace();
}
return null;
@@ -75,7 +75,7 @@ public class DatabaseManager {
return statement.executeUpdate(query);
} catch (SQLException e) {
System.out.println(e);
e.printStackTrace();
}
return -1;