Venca
Venca
Hi, I need to define both loaders (ODM and ORM) in same Symfony project, but configuration supports only one. Can you help me?
### Describe the bug When my macbook wakeup from sleep every time I have this issue with the database connection "An exception occurred in the driver: SQLSTATE[HY000]: General error: 7...
| Q | A |------------- | ----------- | Type | feature | Fixed issues | #### Summary Added support for function as default value, for example `id UUID NOT NULL...
| Q | A |------------- | ----------- | Type |feature | Fixed issues | #### Summary Added support for precision for PostgreSQL TIMESTAMP and TIME. It would be nice to...
#### Summary Pass options to FK because of \Doctrine\DBAL\Platforms\PostgreSQLPlatform::getAdvancedForeignKeyOptionsSQL #### How to use ``` #[ORM\JoinColumn(name: 'customer_id', options: ['deferrable' => true, 'deferred' => true])] ```