items PERSIST work.

This commit is contained in:
2024-03-02 09:55:30 -05:00
parent fa440e2885
commit ec90ef6174
10 changed files with 19 additions and 41 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ public class dbItemHandler extends dbHandlerBase {
return ret;
}
public Item ADD_ITEM(Item toAdd) {
public Item PERSIST(Item toAdd) {
try (Connection connection = DbManager.getConnection();
PreparedStatement preparedStatement = connection.prepareStatement("CALL `item_CREATE`(?, ?, ?, ?, ?, ?, ?, ?, ?,?);")) {