Tomas Norre Mikkelsen
Tomas Norre Mikkelsen
Will try it out. That would probably solve my `sql_mode` problem, but will still have the create db problem. Will stay on this topic. **Added:** If I have to do...
If updating https://github.com/Nimut/testing-framework/blob/main/src/TestingFramework/TestSystem/AbstractTestSystem.php#L672 to ```diff if ($databaseDriver === 'pdo_sqlite') { $originalConfigurationArray['DB']['Connections']['Default']['path'] = $this->systemPath . 'test.sqlite'; $originalConfigurationArray['DB']['Connections']['Default']['initCommands'] = ''; } + if ($databaseDriver === 'pdo_pgsql') { + $originalConfigurationArray['SYS']['setDBinit'] = ''; +...
Thanks for your PR. Which database and version are you on? I'm surprised this isn't caught by our tests. https://github.com/tomasnorre/crawler/runs/7731306818?check_suite_focus=true
Strange that the tests aren't failing for that version of MySQL in the CI. Will have to look into this.
The tests are failing in files that I haven't touched, due to incomplete tests. PHPStan is failing due to the latest update: - Upgrading phpstan/phpstan (1.8.2 => 1.8.5) This is...
Is finalized in following commit https://github.com/tomasnorre/crawler/commit/f71ba9dfaa1e6455788ee105fb46f026afd8f606
This would at least stop the scheduler from failing, but would still not make the crawler working on systems without `ps`. So we can add this for now, and still...
I don't know yet how much data i want, i'm right now working on a proof of concept where i have the runlist as xml. localhost:8002/xml i expect this to...
I'll give this one a spin too.
Something happened with this change, the https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/12.0/Breaking-97701-RemovedTsConfigOptionShowNewContentWizard.html is throwing an 404 Must be related to this change, https://github.com/TYPO3/typo3/commit/85c2b1d5172abfa9f663b9c23677d9cf2aaa5150 The correct URL is: https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.0/Breaking-97701-RemovedTsConfigOptionDisableNewContentElementWizard.html