Hi there,
I've created a binding between two ugroups on my tuleap and it was properly cascaded to my connected gerrit instance.
While i tried to remove this binding, it fails. i found this trace in codendi_syslog:
2014-06-30T11:16:29+00:00 [info] executing -p 29419 -i /home/codendiadm/.ssh/id_rsa-gerrit codex_support@c2x2123.cr2.st.com gerrit gsql --format json -c "DELETE\ FROM\ account_group_includes\ I\ WHERE\ I.group_id=11"
2014-06-30T11:16:32+00:00 [debug] Result: array (
'exit_code' => 0,
'std_out' => '{"type":"error","message":"You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'WHERE I.group_id=11\' at line 1"}',
'std_err' => '',
)
it seems that there is a syntax error within gsql request, it worked properly when i removeed table alias from the delete SQL request in Git_Driver_GerritLegacy class at line 332