Commit 2be18aa
committed
fix(tsql): carry the bucket-width floor into child printer contexts
createChildContext forwarded every other context-carried option, including
fillGaps, but not minBucketSeconds, so a nested query part would have computed
an unfloored bucket interval. No caller reaches this today, so it is latent
rather than broken, but it is the same omission that would have been a live bug
for fillGaps.1 parent 461cebf commit 2be18aa
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
| 244 | + | |
| 245 | + | |
245 | 246 | | |
246 | 247 | | |
247 | 248 | | |
| |||
0 commit comments