jdbc datalist action
Confluence User - 07 Jun, 2023
im using a jdbc action binder im trying to perform a delete on rows of the datalist the problem is that when i use this query "DELETE FROM dir_user WHERE id={id} " nothing happen the page just reload with no delete ,
in fact when i use this querry "DELETE FROM dir_user WHERE id='respect' " the user with an id "respect" get deleted
datalists;plugins;forms;user;jdbcbinder


