Bug 432: Allow for non-ASCII characters in scripts
This had been working for some databases, but not all.
Added failing tests
Fixed character set for MariaDb
Fixed SQL server, fixed ScriptRunErrors
Removed a lot of unused propertied in ISyntax
Fixed error ScriptRunErrorsTable -> ScripRunErrors in unit tests
Turned of parallelization of test runs in Sqlite tests - had some spurious issues there.
And, it's not a valid use case to run multiple migrations at once against new databases (I think)
Bug 432: Allow for non-ASCII characters in scripts
This had been working for some databases, but not all.