[codex] add JSON support to query sssql refresh#699
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe changes add JSON payload support to the Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What changed
--jsonsupport toztd query sssql refreshso it matches the scaffold command's machine-readable option style.Why
--jsonentrypoint as scaffold.Impact
ztd query sssql refreshthrough JSON payloads in the same way asscaffold.--jsonis not used.Checks
pnpm test -- packages/core/tests/transformers/SSSQLFilterBuilder.test.tspnpm --filter @rawsql-ts/ztd-cli exec vitest run --config vitest.config.ts tests/cliCommands.test.ts -t "query sssql"Summary by CodeRabbit
New Features
query sssql refreshcommand now accepts a--jsonoption with a JSON payload for specifying output destination and format.Tests
query sssql refreshcommand.