GitNexus/gitnexus/test
wuhongteng e5d4f10a51 feat(orm): MyBatis XML mapper scanning
Adds MyBatis XML mapper support to the ORM phase. Scans <mapper> XML
files, extracts table names from SQL, and creates QUERIES edges from
Mapper methods to table nodes. No schema changes needed.

Key behaviors:
- Namespace to Java file path resolution (dot-to-slash)
- Table extraction handles FROM/INTO/UPDATE/JOIN, CDATA, XML comments
- Method-level edges via pre-built index; strips #N overload suffix
- Inherited methods (e.g. MybatisBaseMapper) fall back to file-level
- XML-only orphan statements skipped (no edge)

Tests: test/integration/orm-dataflow.test.ts, 6 pass.
2026-05-15 10:55:44 +08:00
..
fixtures feat(orm): MyBatis XML mapper scanning 2026-05-15 10:55:44 +08:00
helpers fix(windows): 32767-char tree-sitter crash + VECTOR extension SIGSEGV (#1433) 2026-05-10 16:00:36 +01:00
integration feat(orm): MyBatis XML mapper scanning 2026-05-15 10:55:44 +08:00
unit feat(cpp): migrate C++ to scope-based resolution model (#938) (#1520) 2026-05-14 09:30:52 +01:00
utils ci: add macOS to cross-platform test matrix (#208) 2026-03-07 10:38:32 +00:00