Add a new CatalogFilterTest
Description
Activity
Show:
Vlad Mihalcea May 18, 2016 at 7:00 AM
This was fixed along with https://hibernate.atlassian.net/browse/HHH-10691#icft=HHH-10691 PR.
Fixed
Details
Details
Assignee
Vlad Mihalcea
Vlad MihalceaReporter
Vlad Mihalcea
Vlad MihalceaComponents
Fix versions
Priority
Created April 19, 2016 at 8:24 AM
Updated June 2, 2016 at 3:51 AM
Resolved May 18, 2016 at 7:00 AM
Just like
SchemaFilterTest
, we should have aCatalogFilterTest
that tests the same behavior for MySQL, where a catalog plays the role of a schema.For example,
SchemaFilterTest
fails when run against MySQL, and we should use the catalog instead of the schema for testing the underlying behavior.