-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit 3348e57
joe-mannBrigitte Lamarchejulienschmidtjeffcharlesjmhodges
authoredImplement zlib compression (#1487)
Implemented the SQL compression protocol. This new feature is enabled by:
* Adding `compress=true` in DSN.
* `cfg.Apply(Compress(True))`
Co-authored-by: Brigitte Lamarche <brigitte.lamarche@mongodb.com>
Co-authored-by: Julien Schmidt <julienschmidt@users.noreply.github.com>
Co-authored-by: Jeffrey Charles <jeffreycharles@gmail.com>
Co-authored-by: Jeff Hodges <jeff@somethingsimilar.com>
Co-authored-by: Daniel Montoya <dsmontoyam@gmail.com>
Co-authored-by: Justin Li <jli.justinli@gmail.com>
Co-authored-by: Dave Stubbs <dave@randomjunk.co.uk>
Co-authored-by: Linh Tran Tuan <linxGnu@users.noreply.github.com>
Co-authored-by: Robert R. Russell <robert@rrbrussell.com>
Co-authored-by: INADA Naoki <methane@users.noreply.github.com>
Co-authored-by: Kieron Woodhouse <kieron.woodhouse@yahoo.co.uk>
Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>
Co-authored-by: Reed Allman <rdallman10@gmail.com>
Co-authored-by: Joe Mann <joe.mann@showpad.com>1 parent c9f41c0 commit 3348e57
File tree
17 files changed
+581
-109
lines changed- .github/workflows
17 files changed
+581
-109
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | - | ||
86 | + | ||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | + | ||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
66 | + | ||
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | + | ||
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
267 | 268 | | |
268 | 269 | | |
269 | 270 | | |
271 | + | ||
272 | + | ||
273 | + | ||
274 | + | ||
275 | + | ||
276 | + | ||
277 | + | ||
278 | + | ||
279 | + | ||
280 | + | ||
270 | 281 | | |
271 | 282 | | |
272 | 283 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | - | ||
49 | + | ||
50 | 50 | | |
51 | - | ||
51 | + | ||
52 | + | ||
53 | + | ||
54 | + | ||
55 | + | ||
52 | 56 | | |
53 | 57 | | |
54 | 58 | | |
| |||
60 | 64 | | |
61 | 65 | | |
62 | 66 | | |
67 | + | ||
68 | + | ||
69 | + | ||
70 | + | ||
71 | + | ||
72 | + | ||
73 | + | ||
74 | + | ||
63 | 75 | | |
64 | 76 | | |
65 | 77 | | |
66 | - | ||
78 | + | ||
67 | 79 | | |
68 | 80 | | |
69 | 81 | | |
| |||
222 | 234 | | |
223 | 235 | | |
224 | 236 | | |
225 | - | ||
237 | + | ||
226 | 238 | | |
227 | 239 | | |
228 | 240 | | |
| |||
269 | 281 | | |
270 | 282 | | |
271 | 283 | | |
272 | - | ||
284 | + | ||
273 | 285 | | |
274 | 286 | | |
275 | 287 | | |
| |||
305 | 317 | | |
306 | 318 | | |
307 | 319 | | |
308 | - | ||
320 | + | ||
309 | 321 | | |
310 | 322 | | |
311 | 323 | | |
| |||
323 | 335 | | |
324 | 336 | | |
325 | 337 | | |
326 | - | ||
338 | + | ||
327 | 339 | | |
328 | 340 | | |
329 | 341 | | |
| |||
376 | 388 | | |
377 | 389 | | |
378 | 390 | | |
379 | - | ||
391 | + | ||
380 | 392 | | |
381 | 393 | | |
382 | 394 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | - | ||
14 | - | ||
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| |||
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
28 | - | ||
29 | - | ||
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | - | ||
34 | + | ||
34 | 35 | | |
35 | 36 | | |
36 | - | ||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | - | ||
46 | + | ||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | - | ||
68 | - | ||
69 | - | ||
70 | - | ||
71 | - | ||
72 | - | ||
73 | - | ||
67 | + | ||
74 | 68 | | |
75 | 69 | | |
76 | 70 | | |
| |||
92 | 86 | | |
93 | 87 | | |
94 | 88 | | |
95 | - | ||
89 | + | ||
96 | 90 | | |
97 | 91 | | |
98 | - | ||
92 | + | ||
99 | 93 | | |
100 | 94 | | |
101 | 95 | | |
| |||
0 commit comments