There was an error while loading. Please reload this page.
1 parent 19fc383 commit 8be737aCopy full SHA for 8be737a
CHANGELOG.md
@@ -87,6 +87,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
87
prepared API (notably Postgres and MySQL send data back in TEXT mode as opposed to in BINARY mode).
88
89
```rust
90
+ use sqlx::Executor;
91
+
92
// Set the time zone parameter
93
conn.execute("SET TIME ZONE LOCAL;").await
94
0 commit comments