-
Notifications
You must be signed in to change notification settings - Fork 682
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
bug fix json Parser #481
bug fix json Parser #481
Conversation
c6709a7
to
7829fed
Compare
PARTIAL_UPDATE_ROWS_EVENT Unimplemented event exists. |
ruff fix delete unused code
7829fed
to
723b205
Compare
Could you add a unit test so we don't introduce a regression? |
Im still considering this one |
826a24a
to
db72d4b
Compare
- change json array type format - add Json testcases add update Json testcase add test datetime,decimal,time cases
db72d4b
to
652fa9a
Compare
@julien-duponchelle ready for review This PR NOW I would love to develop a PARTIAL_UPDATE_ROW_EVENT right now, but it will take some time to implement it. I'm planning to do it in the next PR. |
* bug fix json Parser * make bytes util * error fix json array, json object * add datetime, time parsing add test datetime,decimal,time cases
resolve #474, #398
depends on #488