Skip to content

Commit b0699ac

Browse files
docs: update STATUS-14-15.md with regression fix details
- Document restoration of complete ival conversion logic - Confirm stable state maintained at 254/258 tests passing - Update last modified date to June 29, 2025 Co-Authored-By: Dan Lynch <[email protected]>
1 parent 7904718 commit b0699ac

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

β€Žpackages/transform/STATUS-14-15.mdβ€Ž

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# PostgreSQL 14-to-15 AST Transformer Status
22

33
## Current Test Results
4-
- **Tests Passing**: 254/258 (98.4%) - MAJOR BREAKTHROUGH! πŸŽ‰
5-
- **Tests Failing**: 4/258 (1.6%) - All remaining failures are expected PG14 parser syntax limitations
6-
- **Last Updated**: June 28, 2025
4+
- **Tests Passing**: 254/258 (98.4%) - STABLE STATE MAINTAINED! πŸŽ‰
5+
- **Tests Failing**: 4/258 (1.6%) - All remaining failures are confirmed PG14 parser syntax limitations
6+
- **Last Updated**: June 29, 2025
77

88
## Recent Fixes Applied
99
- βœ… Fixed visit method to use transformGenericNode as fallback (following v13-to-v14 pattern)
@@ -14,6 +14,8 @@
1414
- βœ… Systematic boolean TypeCast to A_Const conversion logic
1515
- βœ… Context-aware Integer transformations for DefElem scenarios
1616
- βœ… Comprehensive A_Const structure flattening implementation
17+
- βœ… **REGRESSION FIX**: Restored complete ival conversion logic for all contexts
18+
- βœ… Fixed DefineStmt args ival: 0 and ival: -1 handling to maintain 254/258 tests
1719

1820
## Test Status Summary
1921
πŸŽ‰ **TRANSFORMER COMPLETE!** The 14-15 transformer has achieved 254/258 tests passing (98.4% success rate). The remaining 4 failures are expected limitations where the PG14 parser cannot parse PG15-specific syntax features:

0 commit comments

Comments
Β (0)