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

Proxy command: skip tables #142

Closed
boehsermoe opened this issue May 30, 2018 · 1 comment · Fixed by #143
Closed

Proxy command: skip tables #142

boehsermoe opened this issue May 30, 2018 · 1 comment · Fixed by #143
Assignees

Comments

@boehsermoe
Copy link
Member

Examples for --table option:

  • cms_* include only cms_* tables
  • cms_*,admin_* include only cms_* and admin_* tables
  • !cms_* exclude all cms_* tables
  • !cms_*,!admin_* exclude all cms_*and admin_* tables
  • cms_*,!admin_* include all cms_* tables but exclude all admin_* tables

The first match counts:

  • cms_*,!admin_*,admin_* include all cms_* tables but exclude all admin_* tables (last match has no effect)
  • cms_*,admin_*,!admin_* include all cms_* and admin_* tables (last match has no effect)
boehsermoe added a commit to boehsermoe/luya-module-admin that referenced this issue May 30, 2018
@nadar
Copy link
Member

nadar commented May 30, 2018

Sounds good to me!

boehsermoe added a commit to boehsermoe/luya-module-admin that referenced this issue May 30, 2018
@boehsermoe boehsermoe reopened this May 31, 2018
boehsermoe added a commit to boehsermoe/luya-module-admin that referenced this issue May 31, 2018
nadar pushed a commit that referenced this issue May 31, 2018
* Proxy command: skip tables #142

* Proxy command: skip tables #142

* Unit test for ClientBuild #142
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants