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

Fixed PostgreSQL describeColumns bug and describe* with schema support. #51

Merged
merged 4 commits into from
Sep 4, 2012

Conversation

racklin
Copy link
Contributor

@racklin racklin commented Sep 3, 2012

PostgreSQL describeColumns on table which has multiple columns as primary key will throw exception bug.
Added listTables / describeColumns / describeIndexes support schema .

Fixes #50

Signed-off-by: Rack Lin [email protected]

…le columns as primary key will throw exception bug.

Added listTables / describeColumns / describeIndexes support schema .

Signed-off-by: Rack Lin <[email protected]>
@travisbot
Copy link

This pull request fails (merged c8bfb649 into 0d5ff4e).

@travisbot
Copy link

This pull request fails (merged 12567c2 into 0d5ff4e).

@travisbot
Copy link

This pull request fails (merged 0246832 into 0d5ff4e).

@travisbot
Copy link

This pull request fails (merged 5c9e628 into 0d5ff4e).

@travisbot
Copy link

This pull request fails (merged 5b3e354 into 0d5ff4e).

@racklin
Copy link
Contributor Author

racklin commented Sep 4, 2012

I have fixed describe issues and all unit tests passed .

But travis-ci fails with "Executing your before_install (tar -xzf apc-3.1.9.tgz) took longer than 15 minutes and was terminated"....

haha.... I can't fixed it. :(

phalcon pushed a commit that referenced this pull request Sep 4, 2012
Fixed PostgreSQL describeColumns bug and describe* with schema support.
@phalcon phalcon merged commit a03deab into phalcon:master Sep 4, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PostgreSQL adaptor describeColumns will throw exception and some issues
4 participants