• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

stephenafamo / scan / 29708370034

Builds Branch Commit Type Ran Committer Via Coverage
29708370034 refs/tags/v0.9.0 Merge pull request #13 from sandonemaki/scan-rowskip feat: add `WithRowSkip` to skip decoding already-known rows push 19 Jul 2026 11:43PM UTC web-flow github
90.82
29708067679 main Merge pull request #13 from sandonemaki/scan-rowskip feat: add `WithRowSkip` to skip decoding already-known rows push 19 Jul 2026 11:32PM UTC web-flow github
90.82
29708049788 main Merge pull request #12 from sandonemaki/scan-plan-once perf: build the struct mapping plan once per query, not once per row push 19 Jul 2026 11:31PM UTC web-flow github
90.29
29675347711 scan-rowskip feat: add WithRowSkip to skip decoding already-known rows Preload-style queries deliver the same related row once per parent row. A caller that shares one instance per distinct key (bob's Preload does this since stephenafamo/bob#736) still pays t... Pull #13 19 Jul 2026 05:46AM UTC sandonemaki github
90.82
29675134524 scan-plan-once perf: reuse the per-query link and destination buffers across rows scanOneRow calls before/scan/after strictly in sequence for each row, and the mapper factory runs once per query, so per-query closures can carry buffers that are reused across ro... Pull #12 19 Jul 2026 05:37AM UTC sandonemaki github
90.29
29637219693 refs/tags/v0.8.0 Add Scan methods to scan by index push 18 Jul 2026 08:18AM UTC stephenafamo github
89.48
29637173881 main Merge pull request #11 from dmakushin/fix/each-rows-err-check fix: check rows.Err() after iteration in Each to surface mid-stream e… push 18 Jul 2026 08:16AM UTC web-flow github
89.6
29624055136 fix/close-rows-in-fromrows fix: check rows.Err() after iteration in Each to surface mid-stream errors Unlike OneFromRows and AllFromRows, Each never consulted rows.Err() after its for rows.Next() loop exited. If Next() returns false due to a database error (network disconn... Pull #10 18 Jul 2026 08:11AM UTC Dima Makushin github
89.75
29623871699 fix/each-rows-err-check fix: check rows.Err() after iteration in Each to surface mid-stream errors Unlike OneFromRows and AllFromRows, Each never consulted rows.Err() after its for rows.Next() loop exited. If Next() returns false due to a database error (network disconn... Pull #11 18 Jul 2026 08:11AM UTC Dima Makushin github
89.75
29637028351 main Merge pull request #10 from dmakushin/fix/close-rows-in-fromrows fix: close rows in OneFromRows, AllFromRows and CursorFromRows to pre… push 18 Jul 2026 08:11AM UTC web-flow github
89.86
29624104139 fix/close-rows-in-fromrows fix: close rows in OneFromRows, AllFromRows and CursorFromRows to prevent connection leak OneFromRows and AllFromRows now use defer rows.Close() to ensure the underlying rows are always released back to the pool. Previously callers were responsib... Pull #10 18 Jul 2026 01:38AM UTC Dima Makushin github
89.86
28979968442 main Merge pull request #9 from sandonemaki/perf/reuse-row-scan-buffers perf: reuse per-row scan buffers in Row push 08 Jul 2026 10:25PM UTC web-flow github
90.02
28873360656 perf/reuse-row-scan-buffers perf: reuse per-row scan buffers in Row The per-row scan path (scanCurrentRow, run once per row for every mapper type and every query) allocated two slices on each row: - scanDestinations was reallocated with make() purely to reset state, even... Pull #9 07 Jul 2026 02:19PM UTC sandonemaki github
90.02
28859538099 main Merge pull request #8 from sandonemaki/perf/schedule-scan-by-index StructMapper: schedule scans by column index (O(C²) → O(C)) push 07 Jul 2026 10:30AM UTC web-flow github
89.97
28846362005 perf/schedule-scan-by-index bench: add wide-struct scan benchmarks Pull #8 07 Jul 2026 09:38AM UTC sandonemaki github
89.97
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc