Commit 49d4ac1
Fix non-exhaustive pattern match in normalizeExpression for PostgreSQL 17
Add missing InArrayExpression case to normalizeExpression function.
PostgreSQL 17's pg_dump produces tuple literals like ('a', 'b') more
frequently, causing the migration generator to crash with
"Non-exhaustive patterns in function normalizeExpression".
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent cbef0b2 commit 49d4ac1
File tree
2 files changed
+20
-0
lines changed- ihp-ide
- IHP/IDE/CodeGen
- Test/IDE/CodeGeneration
2 files changed
+20
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
519 | 519 | | |
520 | 520 | | |
521 | 521 | | |
| 522 | + | |
522 | 523 | | |
523 | 524 | | |
524 | 525 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1429 | 1429 | | |
1430 | 1430 | | |
1431 | 1431 | | |
| 1432 | + | |
| 1433 | + | |
| 1434 | + | |
| 1435 | + | |
| 1436 | + | |
| 1437 | + | |
| 1438 | + | |
| 1439 | + | |
| 1440 | + | |
| 1441 | + | |
| 1442 | + | |
| 1443 | + | |
| 1444 | + | |
| 1445 | + | |
| 1446 | + | |
| 1447 | + | |
| 1448 | + | |
| 1449 | + | |
| 1450 | + | |
1432 | 1451 | | |
1433 | 1452 | | |
1434 | 1453 | | |
| |||
0 commit comments