David Maicher

Results 23 issues of David Maicher

As mentioned in https://github.com/doctrine/DoctrineBundle/pull/1513#discussion_r859096142 the [proxy commands](https://github.com/doctrine/DoctrineBundle/tree/2.6.x/Command/Proxy) would just change the command name and description once we remove the deprecated helper approach of providing the entity manager in 3.0. So...

Improvement
Ready to work on

I think we can leverage https://github.com/doctrine/DoctrineBundle/pull/1676 and simplify [registering](https://github.com/dmaicher/doctrine-test-bundle/blob/master/src/DAMA/DoctrineTestBundle/DependencyInjection/DoctrineTestCompilerPass.php#L81) our middleware.

enhancement

First of all thanks for maintaining this nice library :+1: I'm using it on my Symfony app in `strict` mode (which uses `NoRFCWarningsValidation`). I noticed from time to time my...

bug

With the latest [recipe changes ](https://github.com/symfony/recipes/pull/1290) we are always explicitly enabling savepoints. However on DBAL 4 this leads to > 44x: Doctrine\DBAL\Connection::setNestTransactionsWithSavepoints is deprecated and will be removed in 5.0...

Version 11 has been [released](https://phpunit.de/announcements/phpunit-11.html) so we should add compatibility. Possibly its as easy as just allowing `^11.0` without any further changes? :thinking: I can take a look.

## Feature Request See https://github.com/sonata-project/SonataDoctrineORMAdminBundle/issues/1774

feature
keep

Fixes https://github.com/dmaicher/doctrine-test-bundle/issues/289

enhancement
WIP

See https://ai.google.dev/gemini-api/docs/api-overview#json Seems currently there is no way for me to pass arbitrary/custom data for `GenerationConfig`

Just a suggestion: maybe it would make sense to allow passing a custom string as model name. I wanted to test `models/gemini-1.5-pro-latest` but its not part of the `ModelName` enum....

enhancement