Commit 451621b
fix: Remove Map from Cayenne unsupported types list
Map types are supported by Cayenne (Vortex). The source code in
schema.rs only lists Interval, Duration, and FixedSizeBinary as
unsupported types. A test (test_transform_schema_for_vortex_preserves_http_response_headers_map)
explicitly verifies that Map types pass through correctly.
This fix removes Map from the unsupported types list and adds it
to the fully supported types list in vNext, 1.11.x, and 1.10.x docs.1 parent 971ac27 commit 451621b
3 files changed
Lines changed: 5 additions & 5 deletions
File tree
- website
- docs/components/data-accelerators/cayenne
- versioned_docs
- version-1.10.x/components/data-accelerators
- version-1.11.x/components/data-accelerators
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
| 421 | + | |
421 | 422 | | |
422 | 423 | | |
423 | 424 | | |
| |||
433 | 434 | | |
434 | 435 | | |
435 | 436 | | |
436 | | - | |
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
| |||
504 | 504 | | |
505 | 505 | | |
506 | 506 | | |
507 | | - | |
| 507 | + | |
508 | 508 | | |
509 | 509 | | |
510 | 510 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
420 | 420 | | |
421 | 421 | | |
422 | 422 | | |
| 423 | + | |
423 | 424 | | |
424 | 425 | | |
425 | 426 | | |
| |||
435 | 436 | | |
436 | 437 | | |
437 | 438 | | |
438 | | - | |
439 | 439 | | |
440 | 440 | | |
441 | 441 | | |
| |||
507 | 507 | | |
508 | 508 | | |
509 | 509 | | |
510 | | - | |
| 510 | + | |
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
| |||
0 commit comments