cakephp / elastic-search

Elastic search datasource for CakePHP
Other
88 stars 53 forks source link

Add the two new methods dealing with foreign key constraints #64

Closed HavokInspiration closed 9 years ago

HavokInspiration commented 9 years ago

This methods are called by the FixtureManager in order to add / drop foreign key constraints to the tables. Since Elasticsearch does not use the concept of foreign key constraints, these methods are no-op

To be merged when /if the refs PR https://github.com/cakephp/cakephp/pull/7503 is merged

markstory commented 9 years ago

I am not sure why the tests are failing but it is not likely to be these changes.

HavokInspiration commented 9 years ago

I think it is because the TestFixture from the elasticsearch plugin is not bound to the FixtureInterface and thus is missing some methods.

I'll take care of it.

markstory commented 9 years ago

Thanks @HavokInspiration