Files
bugsink/issues
Klaas van Schelven 68f2e714d5 Fix resolve-from-list on MySQL
Mysteriously, "Truncated incorrect DOUBLE value". But we have no Double fields.
Answer: adding a value to a field (with "+") tries to convert to Double first
on MySQL. Using Concat solves it.

Showed up in all paths exept "resolved by next".

Fix #14
2024-11-22 17:32:20 +01:00
..
2024-07-18 15:13:08 +02:00
2024-11-22 17:32:20 +01:00
2024-07-19 11:03:08 +02:00
2024-09-26 16:18:29 +02:00