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

[CBRD-24609] When loading objects files online, if the schema name is not specified, the schema name of the current session must be used. (#4026) #4043

Merged
merged 6 commits into from
Jan 17, 2023

Commits on Jan 13, 2023

  1. When loading objects files online, if the schema name is not specifie…

    …d, the schema name of the current session must be used.
    youngjinj committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    a8beed0 View commit details
    Browse the repository at this point in the history
  2. Update src/loaddb/load_server_loader.cpp

    Co-authored-by: ctshim <78332782+ctshim@users.noreply.github.com>
    youngjinj and ctshim committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    e852c50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7b22ee View commit details
    Browse the repository at this point in the history
  4. code-style

    youngjinj committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    9ef6a16 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Change memchr() to strchr(). Because when it is shorter than DB_MAX_S…

    …CHEMA_LENGTH, it can be found in the garbage value.
    youngjinj committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    486da75 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

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