Closed jordi-domingo closed 6 years ago
I confirm this behaviour. It is not a matter of wrong escaping. An internal reset of a variable was just missing.
It is fixed with 4f465942c4b532900cd86c4db858b2b14eb9a360.
Great, it works! Thanks for the quick fix.
Hi all,
I'm experiencing what seems a bug when using single quotes in the earthquake name (or any EventDescription), specifically when the single quote is at the beginning.
i.e: if I put the string 'test as earthquake name in scolv, it is saved in the database as 'test'test
Seems to be a problem with escaping these single quotes when storing to the database (SQL).
It even gets worse if you try it more times without restarting SC3, because it stores the string repeated >2 times (and also with other strings previously tried!).