-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on PostgreSQL 9.3 REVERSE ENGINEERING tables #466
Conversation
"Table xxxxx_xxxxx has no primary key. Doctrine does not support reverse engineering from tables that don't have a primary key." This tables was on PUBLIC schema and with a PK composed by 3 fields.
Hello, thank you for creating this pull request. I have automatically opened an issue http://www.doctrine-project.org/jira/browse/DBAL-733 We use Jira to track the state of pull requests and the versions they got |
This Pull-Request breaks the PostgreSQL tests, see https://travis-ci.org/doctrine/dbal/jobs/16026906 |
The test was executed on PostgreSQL version 9.3? Att, 2013/12/29 Benjamin Eberlei notifications@github.com
|
No I think Travis uses 9.1 as default. Can you please explain a bit more what your patch does and why it is necessary? Looks rather weird why this should work on 9.3 but not below. |
I have a table with 3 fields composing a primary key and when I tried to do the result was: and when I changed to: the result was: In other words, the "public" schema was to maching the realname the table Att, 2013/12/29 Steve Müller notifications@github.com
|
@pellicano Can you please confirm whether this is a duplicate of PR #492? |
Yup, Steve. Em sábado, 4 de janeiro de 2014, Steve Müller escreveu:
Att, |
Closing this in favour of PR #492 |
"Table xxxxx_xxxxx has no primary key. Doctrine does not support reverse engineering from tables that don't have a primary key."
This table was on PUBLIC schema and with a PK composed by 3 fields.