Skip to content

Commit

Permalink
Update serverless-driver.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang0 authored Feb 22, 2024
1 parent 10de044 commit 520b2a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tidb-cloud/serverless-driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ conn.execute(`select ...`, [], {
> **Note:**
>
> TiDB Cloud serverless driver configuration changes:
>
> - _v0.0.7_: add the SQL level option`isolation`.
> - _v0.0.10_: add the connection level configuration `decoders` and the SQL level option `decoders`.
Expand Down Expand Up @@ -314,6 +315,7 @@ The type mapping between TiDB Serverless and Javascript is as follows:
> **Note:**
>
> TiDB Cloud serverless driver data type mapping changes:
>
> - _v0.1.0_: The `BINARY``VARBINARY``TINYBLOB``BLOB``MEDIUMBLOB``LONGBLOB` and `BIT` types are now returned as a `Uint8Array` instead of a `string`.
### ORM integrations
Expand Down

0 comments on commit 520b2a7

Please sign in to comment.