agents-v0.2.105
Hmbown/Codewhaleagents-v0.2.105Sep 8, 2026by dbx-bot[bot]
AI Summary
Contains bug fixes for database agents (cache, db2, h2, iris) to improve data reading and version detection capabilities.
Key Highlights
- Fixed reading out-of-range integers via BigDecimal in Intersystems
- Fixed reading view source from SYSCAT.VIEWS in DB2
- Fixed remote server version detection in H2
Full Release Notes
## 更新内容 ### cache (0.1.0 → 0.1.1) - fix(intersystems): read out-of-range integers via BigDecimal ### db2 (0.1.56 → 0.1.57) - fix(db2): read view source from SYSCAT.VIEWS ### h2 (0.1.56 → 0.1.57) - fix(h2): detect remote server version via H2VERSION() ### iris (0.1.49 → 0.1.50) - fix(intersystems): read out-of-range integers via BigDecimal