Skip to content
Snippets Groups Projects
Commit 56da698e authored by epaule's avatar epaule
Browse files

* fixed the UniProt version parsing

* reenabled text SQL error messages, as error codes make it impossible to find out which error happened in which statement
parent a6a7816b
No related branches found
No related tags found
No related merge requests found
......@@ -435,8 +435,9 @@ sub upload_xref_object_graphs {
# disable error handling here as we'll do it ourselves
$xref_sth->{RaiseError} = 0;
$xref_sth->{PrintError} = 0;
# reenabled it, as errorcodes are really unhelpful
$xref_sth->{RaiseError} = 1;
$xref_sth->{PrintError} = 1;
#################################################################################
# End of sql needed to add xrefs, primary_xrefs, synonym, dependent_xrefs etc..
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment