Commit 5974d74
authored
Don't use print in pairs example (#78)
In some cases when user explores how does `crud.pairs` work
`print` doesn't work as expected (when connected to running
instance console, message is printed to instance log,
see tarantool/tarantool#1986)
The better way is to collect data fetched by `pairs` to a
table.1 parent c5fc183 commit 5974d74
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
| 325 | + | |
325 | 326 | | |
326 | | - | |
| 327 | + | |
| 328 | + | |
327 | 329 | | |
328 | 330 | | |
| 331 | + | |
329 | 332 | | |
330 | | - | |
| 333 | + | |
| 334 | + | |
331 | 335 | | |
332 | 336 | | |
333 | 337 | | |
| |||
0 commit comments