Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Incorrect parameters should throw error #9

Description

@brainartdev

I had problem with FOSUserBundle not respecting type hinting for cross reference tables. Probably same applies to FK tables too. I must point out, db was Postgres.

Turned out that referenced tables should be written with schema:

<parameter name="public.fos_group" value="FOS\UserBundle\Model\GroupInterface" />

Pretty logical. But model building should raise error when it encounters invalid properties. Right now it ignores them silently. See also #5.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions