Skip to content

Fix Update RunInfo in db while run ongoing

Matteo Ferrari requested to merge wip-fix-runinfo-update into master

This MR fix a bug when trying to update a run (via RunInfo) while the run is ongoing. SQL syntax was bad and we had this in the logs:

ntofapp-2 EACS[25243]: 2021-06-18 15:19:52,923 DEBUG [default] Updating runInfo for: 211570
ntofapp-2 EACS[25243]: 2021-06-18 15:19:52,925 ERROR [default] ORA-01747: invalid user.table.column, table.column, or column

Fixed and unittest added in order to cover this case-

Edited by Matteo Ferrari

Merge request reports