-
Hi! I am trying to set up an entity:
```
/**
* Class Test
* @package App\CommerceBundle\Entity
* @author mirkl
*
* @ORM\Entity()
*/
class Test
{
/**
* @ORM\Id()
* @O…
-
**Describe the bug**
A migration doesn't provide the `name` property of Enum if `sqlalchemy.Enum` is augmented with `sqlalchemy.types.Decorator`. Even if the `name` property is explicitly given.
*…
-
The documentation in examles allow to used named placeholders in where clause like this:
```
// bind 'zim_val' to the :zim placeholder
->where('zim = :zim', ['zim' => 'zim_val'])
```
But this…
-
## Feature description
I would love to be able to generate a subset of trade/customer in my `db:dump --strip="@development"` for a subset of users, i.e. those with emails like `@company.com` or tho…
-
```
1. Enable SQL-99, by setting the following:
SET GLOBAL TRANSACTION ISOLATION LEVEL SERIALIZABLE;
SET GLOBAL sql_mode = 'ANSI'
or in my.cnf:
[mysqld]
sql_mode = ANSI
transac…
-
Hi,
Tested branch dev-symfony3 on symfony 3.1.4-DEV.
Followed readme.
$ php bin/console doctrine:schema:update --dump-sql
$ Nothing to update - your database is already in sync with the current entit…
-
Hi @itsvikramagr
I'm using qubole connector for reading from amazonkinesis streams in spark structured streaming mode.
If i change the log level from INFO to DEBUG in log4j.properties, i see the …
-
Salut Ziliev, on a repris ton code avec Mythik.
J'ai relu rapidement ton code :)
A quel moment tu créé tes tables dans la base Rica ?
Nous n'avons pas trouvé le dump sql non plus
+++
-
Currently database seeds won't insert for the dev site. This is because the `mikro-orm`-based fixtures library that we use requires introspection of the database entities, but this information is not …
-
It would be really nice if I could specify a .sql file as a starting point for deployment. for example If I want to move an existing site over to ruckusing I would like to be able to do a database dum…