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

Commits on Sep 3, 2012

  1. Fixes phalcon#50 PostgreSQL describeColumns on table which has multip…

    …le columns as primary key will throw exception bug.
    
    Added listTables / describeColumns / describeIndexes support schema .
    
    Signed-off-by: Rack Lin <[email protected]>
    racklin committed Sep 3, 2012
    Configuration menu
    Copy the full SHA
    12567c2 View commit details
    Browse the repository at this point in the history
  2. Fixed listTables not order by table_name bugs.

    Signed-off-by: Rack Lin <[email protected]>
    racklin committed Sep 3, 2012
    Configuration menu
    Copy the full SHA
    0246832 View commit details
    Browse the repository at this point in the history
  3. Fixed testDbPostgresql unit test to support schema.

    Signed-off-by: Rack Lin <[email protected]>
    racklin committed Sep 3, 2012
    Configuration menu
    Copy the full SHA
    5c9e628 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2012

  1. Fixed PostgreSQL describeColumns column size issues and describeIndex…

    …es bugs.
    
    Signed-off-by: Rack Lin <[email protected]>
    racklin committed Sep 4, 2012
    Configuration menu
    Copy the full SHA
    5b3e354 View commit details
    Browse the repository at this point in the history