From 2e8928daeaba2063c68acce0d0e35d3ca28d7e35 Mon Sep 17 00:00:00 2001 From: Grachev Mikhail Date: Wed, 9 Mar 2022 20:51:35 +0300 Subject: [PATCH] Fix typo in `TSTZRANGE` --- sqlx-core/src/postgres/types/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlx-core/src/postgres/types/mod.rs b/sqlx-core/src/postgres/types/mod.rs index e0a542fdc0..68a20cc31a 100644 --- a/sqlx-core/src/postgres/types/mod.rs +++ b/sqlx-core/src/postgres/types/mod.rs @@ -14,7 +14,7 @@ //! | `&str`, [`String`] | VARCHAR, CHAR(N), TEXT, NAME | //! | `&[u8]`, `Vec` | BYTEA | //! | [`PgInterval`] | INTERVAL | -//! | [`PgRange`](PgRange) | INT8RANGE, INT4RANGE, TSRANGE, TSTZTRANGE, DATERANGE, NUMRANGE | +//! | [`PgRange`](PgRange) | INT8RANGE, INT4RANGE, TSRANGE, TSTZRANGE, DATERANGE, NUMRANGE | //! | [`PgMoney`] | MONEY | //! //!