canonical / dqlite

Embeddable, replicated and fault-tolerant SQL engine.
https://dqlite.io
Other
3.83k stars 216 forks source link

conn: Fix handling of request.words #468

Closed cole-miller closed 1 year ago

cole-miller commented 1 year ago

Closes #465

Signed-off-by: Cole Miller cole.miller@canonical.com

codecov[bot] commented 1 year ago

Codecov Report

Merging #468 (a44757a) into master (86ac733) will increase coverage by 0.23%. The diff coverage is 25.00%.

@@            Coverage Diff             @@
##           master     #468      +/-   ##
==========================================
+ Coverage   74.32%   74.55%   +0.23%     
==========================================
  Files          32       33       +1     
  Lines        5382     5467      +85     
  Branches     1682     1709      +27     
==========================================
+ Hits         4000     4076      +76     
- Misses        823      827       +4     
- Partials      559      564       +5     
Impacted Files Coverage Δ
src/conn.c 72.41% <25.00%> (-0.96%) :arrow_down:
src/leader.c 69.31% <0.00%> (-0.77%) :arrow_down:
src/id.c 100.00% <0.00%> (ø)
src/fsm.c 75.04% <0.00%> (+0.04%) :arrow_up:
src/vfs.c 84.12% <0.00%> (+0.14%) :arrow_up:
src/gateway.c 60.79% <0.00%> (+0.38%) :arrow_up:
src/server.c 68.60% <0.00%> (+0.41%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.