boilsquid / application

0 stars 2 forks source link

user delete #5

Open suzannecon opened 9 years ago

suzannecon commented 9 years ago

I cant get delete user method to work. id has been gotten rid of from the fields.

return jdbc.update("delete from Users where id=:id", params) == 1;

boilsquid commented 9 years ago

Id added into users table.

10