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

Make it possible to test repreparing statements on the fly #93

Open
joao-r-reis opened this issue Dec 18, 2019 · 0 comments
Open

Make it possible to test repreparing statements on the fly #93

joao-r-reis opened this issue Dec 18, 2019 · 0 comments
Milestone

Comments

@joao-r-reis
Copy link
Contributor

joao-r-reis commented Dec 18, 2019

DataStax Drivers reprepare a statement when an UNPREPARED response is received. Currently there's a way to prime a request to return UNPREPARED but there's no id parameter (which is used by the driver to know which statement needs to be reprepared).

Even if we add this parameter we still need to implement other changes so that simulacron only returns UNPREPARED until a PREPARE request comes for that query (maybe another parameter?)

@adutra adutra added this to the 0.11.0 milestone Jul 13, 2020
@adutra adutra modified the milestones: 0.11.0, 0.12.0 Feb 11, 2021
@weideng1 weideng1 modified the milestones: 0.12.0, 0.13.0 Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants