Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.2-BETA2
-
Fix Version/s: 2.2
-
Component/s: None
-
Security Level: All
-
Labels:None
Description
if you are on db "foo" and compare table "bar" to "foo.bar". it shouldnt drop one and create the other one. They are the same!
Fixed.
This includes facilities to filter schema assets when creating from a SchemaManager:
$connection->getConfiguration()->setFilterSchemaAssetsExpression("foo\.bar");Additionally in the ORM now when using a database vendor that does not support schemas the "namespaced" assets are removed.
Say you are connected to database "foo" and you have an entity defined as @Table("bar.baz"), then all SQL generated for that entity will be removed.