Alexander Rakushin
Alexander Rakushin
Closes #11
Closes https://github.com/doctrine-extensions/DoctrineExtensions/issues/2613 and https://github.com/doctrine-extensions/DoctrineExtensions/issues/2318 To set up separate mapping of Gedmo/Doctrine See details here: https://github.com/doctrine-extensions/DoctrineExtensions/pull/2657
Closes #2613 and #2318 ### 1. Mapping Driver: Configure usage separately with Doctrine `.orm.xml` -> `.gedmo.xml` files Thanks to this option, we can transfer options related to setting up Gedmo...
Closes https://github.com/doctrine-extensions/DoctrineExtensions/issues/2613 and https://github.com/doctrine-extensions/DoctrineExtensions/issues/2318 Added "forceUseAttributeReader" option to force use of the attribute reader for Gedmo attributes. Even if the project for Entity is in different NS, the XML driver...
When reading a file with indexed column names: 0, 1, 2, ... Get error: ``` In ParquetRowGroupReader.php line 100: '' does not exist in this file ``` The error occurs...
When use latest composer.phar ( Download from: https://getcomposer.org/composer.phar ), patches fail to apply due to a new exception being thrown by Composer. ``` In FilesystemRepository.php line 121: [ArgumentCountError] Too few...