Skip to content

Commit 8be737a

Browse files
authored
Update CHANGELOG.md
1 parent 19fc383 commit 8be737a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8787
prepared API (notably Postgres and MySQL send data back in TEXT mode as opposed to in BINARY mode).
8888

8989
```rust
90+
use sqlx::Executor;
91+
9092
// Set the time zone parameter
9193
conn.execute("SET TIME ZONE LOCAL;").await
9294

0 commit comments

Comments
 (0)