Matthias Wirtz
Matthias Wirtz
Thanks @othercorey - just checking the comment in the bug report - how is intended to be specified in the cakephp connection ? As of PHP 8.1.0, the following is...
@othercorey - i tried this with cakephp/[email protected] and a dsn configured in app_local.php like this 'url' => env('DATABASE_TEST_URL', 'sqlite:///:memory:?cache=shared'), sadly within the testsuite CakePHP still complaints that it can't describe...
After doing the following changes it is working, should i open pull requests on both projects for this / are additional changes needed besides these: https://github.com/cakephp/phinx/blob/master/src/Phinx/Db/Adapter/SQLiteAdapter.php#L156 ```php $options = $this->getOptions();...
ok - opened: https://github.com/cakephp/phinx/pull/2053/files https://github.com/cakephp/phinx/issues/2052
Yes, for ne it's working fine with the PR applied to the phinx Branch and Code mentioned Here in the comments
@MasterOdin any Chance to get this merged for 0.13? Would be great to have Support in cakephp/Migrations at some point. Thanks a Lot!
Thanks for your feedback As the URI scheme is only supported with PHP 8.1+ and usage only is needed when specifing `mode` or `cache` (for which users need to modify...
Would be great to have this reviewed / merged
There now is a Mr open at gitlab that makes it possible to query logged time via graphql directly speeding up the process a lot! https://gitlab.com/gitlab-org/gitlab/-/merge_requests/56633
yes, i support this 😄