Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix indexing of waveform files with duplicated traces
before, indexing failed if a file contained at least one duplicated trace, i.e. two traces with exactly the same NSLC and start/endtime. this happens sometimes in real life during data retrieval glitches (e.g. two slarchive threads running at same time by mistake). the database layout has to be changed, so that the Trace's position in the indexed file (field "pos") is included in the unique constraint of the waveform trace table.
- Loading branch information