We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, if at the same time as this call:
PredRet/retdb/server/server_upload_tab_process_data.R
Line 156 in 53c62ee
somebody inserts a new system, then sys_name and sys_id can be out of sync. Very low priority, but keep in mind "what could possibly go wrong" :-)
sys_name
sys_id
The text was updated successfully, but these errors were encountered:
Actually, the line above could use name2sys_oid() from https://github.com/stanstrup/PredRet/blob/master/PredRetR/R/database_queries.R#L203 and there you'd fix the potential race condition.
name2sys_oid()
Sorry, something went wrong.
No branches or pull requests
Hi,
if at the same time as this call:
PredRet/retdb/server/server_upload_tab_process_data.R
Line 156 in 53c62ee
somebody inserts a new system, then
sys_name
andsys_id
can be out of sync.Very low priority, but keep in mind "what could possibly go wrong" :-)
The text was updated successfully, but these errors were encountered: