v0.1.0
What's Changed
- Phase 0: native Go rewriter — engine + harness + fidelity spike by @axiom147 in #1
- Phase 1: native Go SELECT rewriter (name resolution, options, CTE, GLOBAL) by @axiom147 in #2
- Phase 2: writes handler (create/drop/alter/insert/update/delete/rename/views + reject guards) by @axiom147 in #3
- chore: gofmt pre-existing files by @axiom147 in #4
- Phase 3: db-level handlers (USE / SHOW TABLES / SHOW DATABASES / CREATE-DB / DROP-DB) by @axiom147 in #5
- Phase 4: EXISTS / SHOW CREATE / GRANT+REVOKE (single-target + privilege deltas) by @axiom147 in #6
- Phase 5: RewriteErrorMessage reverse-mapping + preprocess decision + fuzz hardening by @axiom147 in #7
- Oracle parity closure: differential green vs live C++ rewriter-grpc + CI wiring by @axiom147 in #8
- Vendor polyglot as a git submodule (v0.5.1); drop oracle CI lane and external references by @axiom147 in #9
- ci: weekly auto-bump PR for the polyglot submodule by @axiom147 in #10
- ci: manual release workflow with day-based X.Y.Z versioning by @axiom147 in #11
New Contributors
Full Changelog: https://github.com/housegate/rewriter-go/commits/v0.1.0