Import Error: Insertion into DB String Handling

Issue #26 resolved
Paul Stasiuk repo owner created an issue

Strange string handling for insertions into the database:

See the error below:

There was an error in getting the insert_into_samples insert or update on table "cacw_samples" violates foreign key constraint "samples_parameters_fkey"
DETAIL:  Key (parameterid)=(0) is not present in table "cacw_parameters".

There was an error in getting the check_altname param id as follows: unterminated quoted string at or near "'"
LINE 1: ...terid from cacw_source_parameters where altname='DDE, p,p'-'

Comments (2)

  1. Log in to comment