rki-mf1 / covsonar

A database-driven system for handling genomic sequences of SARS-CoV-2 and screening genomic profiles.
GNU General Public License v3.0
6 stars 0 forks source link

Special case for properties starting in '.', lstrip() them. #89

Closed matthuska closed 1 year ago

matthuska commented 1 year ago

Resolves the problem of sonar match ... commands always causing a crash. This was caused by the .IMPORTED property, which because of its '.' causes problems in SQL (it seems). The '.' was already begin stripped off in some places, but not others. Added an extra lstrip() seems to fix the problem.