Skip to content
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

PostgreSQL adaptor describeColumns will throw exception and some issues #50

Closed
racklin opened this issue Sep 3, 2012 · 0 comments · Fixed by #51
Closed

PostgreSQL adaptor describeColumns will throw exception and some issues #50

racklin opened this issue Sep 3, 2012 · 0 comments · Fixed by #51
Labels
bug A bug report status: medium Medium

Comments

@racklin
Copy link
Contributor

racklin commented Sep 3, 2012

  1. When call describeColumns on table which has multiple columns as primary key will throw pdo exceptions.

example schema:

CREATE TABLE test1 (
  a character varying(50) NOT NULL,
  b character varying(50) NOT NULL,
  c bigint NOT NULL,
  CONSTRAINT test1_pkey PRIMARY KEY (a , b )
)
  1. listTables not support views and schema but tableExists supported and return true.
  2. describeIndexes not support schema .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug report status: medium Medium
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants