This change is not right. MySQL doesn't work that way.
LoadFixtures failed after retries: Error 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ALTER TABLE `issue` AUTO_INCREMENT = 10000;ALTER TABLE `release` AUTO_INCREMENT ' at line 1
This change is not right. MySQL doesn't work that way.
_Originally posted by @wxiaoguang in https://github.com/go-testfixtures/testfixtures/pull/208#discussion_r1823778648_
Well ... see the REAMDE:
?multiStatements=true
but it is not a good approach. It makes the tests different from the production config.The
testfixtures
should use the same connection parameters as production IMO