mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
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