Skip to content

Latest commit

 

History

History
99 lines (49 loc) · 5.35 KB

File metadata and controls

99 lines (49 loc) · 5.35 KB

Changelog

0.3.0 (2026-06-08)

Features

  • restructure queries config into include/exclude lists (697f49e)

0.2.4 (2026-06-08)

Bug Fixes

  • flake: refresh vendorHash after gomod bumps (96299d5)

0.2.3 (2026-05-05)

Bug Fixes

  • flake: refresh vendorHash after gomod bump (1c9bf3c)
  • github: correct action versions in update.yml (2fdbdaa)

0.2.2 (2026-04-24)

Bug Fixes

  • clarify list query comment markers and add stability notes (17dc9c9)

0.2.1 (2026-04-24)

Bug Fixes

  • rename limit/offset narg args to take/skip (bc21237)

0.2.0 (2026-04-24)

Features

  • rewrite list queries with comment-marker placeholders (4026f85)

0.1.0 (2026-04-16)

Features

  • distinguish foreign key indexes from other non-unique indexes (00775d5)

0.0.5 (2026-04-16)

Bug Fixes

  • update nix vendorHash for changed go dependencies (0efbf12)

0.0.4 (2026-04-16)

Features

  • make list queries included by default (d7104a8)

Bug Fixes

  • use full git history in build job for octocov to push coverage files (4a64ffe)

0.0.3 (2026-03-17)

Bug Fixes

  • squeeze consecutive blank lines in generated output (be78ef4)

0.0.2 (2026-03-13)

Features

  • add SQL query template generation with CRUD operations (de0b1d8)
  • config: support multiple config file locations (4328412)
  • implement CLI application with config and catalog loading (12e573f)
  • inflect: add singular and plural forms for "quota" (3259507)
  • rework config to use queries allowlist instead of skip_queries blocklist (0b29e6a)
  • sqlc: add GetNonPrimaryKeyColumns method to filter primary keys from updates (fdb05fd)
  • sqlc: add skip_queries configuration for selective query generation (8879fd7)

Bug Fixes

  • ci: add report.path so octocov tracks generated files for push (13968fe)
  • ci: reorganize octocov output into .github/octocov/ directory (929ce65)
  • ci: restore octocov badge config and lower coverage threshold to 80% (c041571)
  • template: add blank line separators between generated query blocks (feb407b)
  • test: add missing config_test_exclude.yaml fixture (#17) (2579c1e)