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

UniqueConstraintSnapshotGenerator - Add table name to OracleDB query #2139

Merged
merged 2 commits into from Jan 24, 2022

Commits on Oct 5, 2021

  1. Add table name to OracleDB query

    The query that is generated when retrieving all keys does not get a table name, while the code that creates the map for  the cache gets this name from the query result, which is always null. When reading the cache, the table name is used which  results in the cache always returning an empty result.
    wziebicki committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    6e11f95 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

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