Closed timsehn closed 3 days ago
A user has a dump that uses:
/*!40101 SET SQL_MODE='NO_AUTO_VALUE_ON_ZERO,'*/
This fails with:
Failed to execute statement: value was not found in the set (1105)
I think it is an unsupported value. But I'm also not sure if the trailing comma messes us up.
A user has a dump that uses:
This fails with:
I think it is an unsupported value. But I'm also not sure if the trailing comma messes us up.