-
Jira issue originally created by user amo__:
http://trac.symfony-project.org/ticket/9272
assuming i've this model :
class TaskList {
/****
*@Id
*@Column(type="integer")
*@GeneratedValue(strategy="…
-
Jira issue originally created by user @beberlei:
This issue is created automatically through a Github pull request on behalf of VladanStef:
Url: https://github.com/doctrine/dbal/pull/198
Message:…
-
hi,
Steps to reproduce:
- Create an entity with make:entity
- Run make:crud for the entity.
- Create new entity //new
- Delete this entity using the delete button.
![image](https://user-images…
-
Hi all,
I'm using multiple doctrine dbal connections, and slaves connection.
Here is my standard configuration (using symfony2) :
```yaml
# Doctrine Configuration
doctrine:
dbal:
…
-
Jira issue originally created by user mnapoli:
It seems that when setting `PDO::ATTR*EMULATE*PREPARES` to false some queries are not executed.
I'm seeing this in Doctrine ORM, but reporting it in DB…
-
Something happened between b67b34c43c6e937b70fcf87cc324936ef117093b (works fine) and 2c83fbe9af2ac07806e973ed6baa34582fb70f4e (newer one but doesn't work fine) that breaks my PSR-2 indentation.
```…
-
Jira issue originally created by user peetersdiet:
For php-scripts that run for a long time (a.o. daemons) persistent connections will almost always be dropped by the MySQL-server after a set timeout…
-
Jira issue originally created by user png-tech:
Can not set charset options for table creation.
Now I am fix thix problem in patch.
File: doctrine-dbal/lib/Doctrine/DBAL/Schema/Schema.php
# !/usr…
-
Hi, I'm having a problem with an error on missing translation key when I specify the domain in trans filter.
`{{ 'loading_table', 'loading.table.sales'|trans([], 'messages') }}`
The key exists i…
-
### Apache NetBeans version
Apache NetBeans 18
### What happened
Every time I try to use Net Beans 18 I get one or more Unexpected Exception errors.
I started with JDK 18,Then Tried JDK 20 and ri…