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

Add support for complex queries #67

Open
mostafa opened this issue Nov 23, 2023 · 0 comments
Open

Add support for complex queries #67

mostafa opened this issue Nov 23, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@mostafa
Copy link
Member

mostafa commented Nov 23, 2023

The current implementation of the query detection is rather naive, and doesn't consider complex queries, like UPDATE...SELECT queries and other nested queries. It would be very beneficial if the parse tree (AST) is retrieved and walked to decide which cached responses to invalidate and which not.

@mostafa mostafa added the enhancement New feature or request label Nov 23, 2023
@mostafa mostafa added this to the v0.2.x milestone Nov 23, 2023
@mostafa mostafa self-assigned this Nov 23, 2023
@mostafa mostafa removed their assignment Dec 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant