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

Improve SHOW commands #35

Merged
merged 7 commits into from
May 23, 2023
Merged

Improve SHOW commands #35

merged 7 commits into from
May 23, 2023

Conversation

taewhi
Copy link
Member

@taewhi taewhi commented May 18, 2023

Now you can specify simple filter conditions with 'LIKE' and '=' operators.
For example,

SHOW MODELTYPES WHERE category = 'SYNOPSIS';
SHOW MODELS WHERE model_name LIKE '%gan%';

Other features will be added upon request.

@taewhi taewhi linked an issue May 18, 2023 that may be closed by this pull request
@taewhi taewhi requested a review from hagia76 May 18, 2023 10:16
@taewhi taewhi merged commit 55c8c02 into main May 23, 2023
@taewhi taewhi deleted the dev/issue-34 branch May 23, 2023 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve SHOW commands
1 participant