Commit 61854ed
Fix MAP type test expectations in cursor and pandas tests
- Update test_complex to expect MAP values as converted dictionaries instead of strings
- Update pandas test_as_pandas with same MAP expectations
- Fix DBAPI type assertions for MAP columns
- All CI failing tests now pass locally
MAP type converter now properly converts {1=2, 3=4} → {'1': 2, '3': 4}
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 4cf6910 commit 61854ed
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
517 | 517 | | |
518 | 518 | | |
519 | 519 | | |
520 | | - | |
| 520 | + | |
521 | 521 | | |
522 | 522 | | |
523 | 523 | | |
| |||
0 commit comments