Skip to content

Commit

Permalink
Fix CustomContent format in note (#11601) (#11608)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot committed Dec 13, 2022
1 parent 51890c3 commit 868d0f3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions develop/dev-guide-choose-driver-or-orm.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ summary: Learn how to choose a driver or ORM framework to connect to TiDB.
> - **Full**: indicates that using this driver or ORM does not have any known issues.
> - **Verified**: indicates that using this driver or ORM might get errors because of compatibility differences between TiDB and MySQL.
>
> <CustomContent platform="tidb">
>
> For more information, refer to [Third-Party Tools Supported by TiDB](/develop/dev-guide-third-party-support.md).
>
> </CustomContent>
TiDB is highly compatible with the MySQL protocol but some features are incompatible with MySQL.

Expand Down Expand Up @@ -109,11 +105,7 @@ implementation group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.67
>
> - Currently, Hibernate does [not support nested transactions](https://stackoverflow.com/questions/37927208/nested-transaction-in-spring-app-with-jpa-postgres).
>
> <CustomContent platform="tidb">
>
> - Since v6.2.0, TiDB supports [savepoint](https://docs.pingcap.com/tidb/v6.2/sql-statement-savepoint). To use the `Propagation.NESTED` transaction propagation option in `@Transactional`, that is, to set `@Transactional(propagation = Propagation.NESTED)`, make sure that your TiDB is v6.2.0 or later.
>
> </CustomContent>
<SimpleTab>
<div label="Hibernate">
Expand Down

0 comments on commit 868d0f3

Please sign in to comment.