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

Consider search_path when looking up type OIDs in TypeInfoCache #52

Merged
merged 4 commits into from
Jun 10, 2013
Merged

Consider search_path when looking up type OIDs in TypeInfoCache #52

merged 4 commits into from
Jun 10, 2013

Commits on Apr 12, 2013

  1. Consider search_path when resolving type names to OIDs

    In case when types with the same name existed in several schemas,
    TypeInfoCache did not consider the current search_path and was choosing
    an OID of a type not deterministically. These change will make
    the type from the current schema to be chosen. Also this change remains
    backwards compatible with the previous implementation, still being anble
    to find a type, that is not included into the current search_path.
    
    Provided test fails now, as it does not TypeInfoCache
    directly. So more work is to be done to make this test work.
    valgog committed Apr 12, 2013
    Configuration menu
    Copy the full SHA
    b383f6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3beba29 View commit details
    Browse the repository at this point in the history
  3. search_path support should be working correctly even for complex cases

    Valentine Gogichashvili committed Apr 12, 2013
    Configuration menu
    Copy the full SHA
    818b84d View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2013

  1. Configuration menu
    Copy the full SHA
    a7d8075 View commit details
    Browse the repository at this point in the history