Skip to content

Commit

Permalink
add backsticks for COMPACT and EXTENDED texts
Browse files Browse the repository at this point in the history
  • Loading branch information
Emrehzl94 committed Oct 29, 2024
1 parent d690714 commit e3d9361
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/ROOT/pages/source/payload-mode.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ The `neo4j.payload-mode` configuration offers the following options:

[WARNING]
====
*Limitations of COMPACT Mode*
*Limitations of `COMPACT` Mode*
* **Property Type Changes**: COMPACT mode does not support changes in property types. If a property type changes in Neo4j (e.g., from integer to string), it can break the schema.
* **Protobuf Compatibility**: COMPACT mode is not supported with Protobuf. It does not support serialization of temporal types (e.g., `LocalDate`, `LocalDateTime`).
* **Property Type Changes**: `COMPACT` mode does not support changes in property types. If a property type changes in Neo4j (e.g., from integer to string), it can break the schema.
* **Protobuf Compatibility**: `COMPACT` mode is not supported with Protobuf. It does not support serialization of temporal types (e.g., `LocalDate`, `LocalDateTime`).
====


Expand Down

0 comments on commit e3d9361

Please sign in to comment.