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

Feature: support shadow type match regex (#365) #405

Merged
merged 2 commits into from
Sep 12, 2022
Merged

Feature: support shadow type match regex (#365) #405

merged 2 commits into from
Sep 12, 2022

Commits on Sep 6, 2022

  1. Feature: support shadow type match regex #365:

    1. create shadow tables in init.sql & sharding.sql
    2. hide shadow tables for "show tables" command
    3. impl shadow match hint rule (only select)
    4. support shadow type match regex (only select)
    csynineyang committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    f7d5ca4 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Feature: support shadow type match regex #365:

    add integration test for shadow tables
    csynineyang committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    e6d0157 View commit details
    Browse the repository at this point in the history