134135136137138139140141142143144
} } else { // alias is null, delete so we inherit DBConnection connection = db.getConnection(); try { connection.deleteById(AuthDB.DELETE_REALM_USER_ALIAS, id); } finally { db.release(connection); } } }