File tree
Expand file treeCollapse file tree
5 files changed
+65
-41
lines changedFilter options
- postgresql_embedded
- src
- tests
Expand file treeCollapse file tree
5 files changed
+65
-41
lines changed+34-25Lines changed: 34 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
postgresql_embedded/src/postgresql.rs
Copy file name to clipboardExpand all lines: postgresql_embedded/src/postgresql.rs+7-13Lines changed: 7 additions & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| ||
222 | 222 |
|
223 | 223 |
|
224 | 224 |
|
| 225 | + |
225 | 226 |
|
226 | 227 |
|
227 | 228 |
|
| ||
310 | 311 |
|
311 | 312 |
|
312 | 313 |
|
313 |
| - |
314 |
| - |
315 |
| - |
| 314 | + |
| 315 | + |
316 | 316 |
|
317 | 317 |
|
318 | 318 |
|
| ||
337 | 337 |
|
338 | 338 |
|
339 | 339 |
|
340 |
| - |
| 340 | + |
341 | 341 |
|
342 | 342 |
|
343 | 343 |
|
344 | 344 |
|
345 | 345 |
|
346 |
| - |
347 |
| - |
348 |
| - |
349 |
| - |
| 346 | + |
350 | 347 |
|
351 |
| - |
352 | 348 |
|
353 | 349 |
|
354 | 350 |
|
| ||
379 | 375 |
|
380 | 376 |
|
381 | 377 |
|
382 |
| - |
383 |
| - |
384 |
| - |
| 378 | + |
385 | 379 |
|
386 | 380 |
|
387 | 381 |
|
|
postgresql_embedded/src/settings.rs
Copy file name to clipboardExpand all lines: postgresql_embedded/src/settings.rs+6-3Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
| 16 | + |
14 | 17 |
|
15 | 18 |
|
16 | 19 |
|
| ||
72 | 75 |
|
73 | 76 |
|
74 | 77 |
|
75 |
| - |
| 78 | + |
76 | 79 |
|
77 | 80 |
|
78 | 81 |
|
| ||
203 | 206 |
|
204 | 207 |
|
205 | 208 |
|
206 |
| - |
| 209 | + |
207 | 210 |
|
208 | 211 |
|
209 | 212 |
|
| ||
229 | 232 |
|
230 | 233 |
|
231 | 234 |
|
232 |
| - |
| 235 | + |
233 | 236 |
|
234 | 237 |
|
235 | 238 |
|
|
postgresql_embedded/tests/commands.rs renamed to postgresql_embedded/tests/dump_command.rs
Copy file name to clipboardFile renamed without changes.
postgresql_embedded/tests/postgresql.rs
Copy file name to clipboardExpand all lines: postgresql_embedded/tests/postgresql.rs+18Lines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
143 | 143 |
|
144 | 144 |
|
145 | 145 |
|
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
0 commit comments