Protein Feature patch
Created by: epaule
this time on the master
Merge request reports
Activity
Created by: epaule
I had a quick look at the mysql driver and RaiseError is set to 1, so it should die in error cases and my print statement for the error case never happen.
as far as the documentation goes, the states for $sth->err should be
undef for no messages '' for info messages 0 for warnings
0 for errors
On 27 January 2017 at 17:03, Kieron Taylor notifications@github.com wrote:
Broadly ok, but are you/should you try to absorb all possible SQL errors e.g. server gone away. I presume the state of RaiseError is true at this point, so you might have to do: local $dbh->{RaiseError} for your print statements to fire. What states have you tried?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Ensembl/ensembl/pull/181#issuecomment-275717030, or mute the thread https://github.com/notifications/unsubscribe-auth/AABQKyGUJbpG9mecls_Ls8PL4yuESSfwks5rWiN9gaJpZM4Lv-VS .
Created by: magaliruffier
you will need to patch the test databases to include the change, documentation on this can be found here: https://www.ebi.ac.uk/seqdb/confluence/display/ENSCORE/Patching+test+databases