Steve Müller

Results 18 comments of Steve Müller

There might be another approach using https://github.com/codete/FormGeneratorBundle and https://github.com/Roave/StrictPhp The former allows to define the command corresponding form via property annotations and the latter allows for immutability of public porperties....

Being a member of the Doctrine team I would like to add my 2 cents on this topic. Personally I don't like very much the bloated API that Doctrine repositories...

I'm afraid this solution is much too specific and should be fixed with a more general approach. Other platforms have this problem, too and need a solution for it just...

@ddeboer other vendors DO have the same limitation: **Oracle** _You cannot truncate the parent table of an enabled foreign key constraint. You must disable the constraint before truncating the table....

@ddeboer I don't know how the other vendors behave for empty tables but IMHO that does not really matter because you cannot rely on empty tables when using data fixtures...

@ddeboer Ah I didn't know that. So this issue might really only relate to that specific MySQL version and it looks more like a bug in MySQL because why shouldn't...

Sorry for being picky here but I still don't think this issue should be solved in a way it is proposed by this PR. We already have a lot of...

@infinit89 as far as I can see the schema support for SQLite is incomplete and not working for your case. The schema comparator simply can't compare namespaced database objects because...

We would need some kind of reserved characters for identifiers in ORM to have a separator that we can use for this purpose. But that is not possible in `2.x`...

We need something to replicate the issue otherwise it is nearly impossible to tell what's going wrong. Also more information about your setup is necessary. DBAL version, database vendor and...