Skip to content

Commit 86f6fae

Browse files
committed
Update README for Range move
1 parent deeb704 commit 86f6fae

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -222,18 +222,6 @@ types. The driver currently supports the following conversions:
222222
</td>
223223
<td>UUID</td>
224224
</tr>
225-
<tr>
226-
<td>types::range::Range&lt;i32&gt;</td>
227-
<td>INT4RANGE</td>
228-
</tr>
229-
<tr>
230-
<td>types::range::Range&lt;i64&gt;</td>
231-
<td>INT8RANGE</td>
232-
</tr>
233-
<tr>
234-
<td>types::range::Range&lt;Timespec&gt;</td>
235-
<td>TSRANGE, TSTZRANGE</td>
236-
</tr>
237225
<tr>
238226
<td>std::collections::HashMap&lt;String, Option&lt;String&gt;&gt;</td>
239227
<td>HSTORE</td>
@@ -247,6 +235,9 @@ traits.
247235
Support for Postgres arrays is located in the
248236
[postgres-array](https://github.com/sfackler/rust-postgres-array) crate.
249237

238+
Support for Postgres ranges is located in the
239+
[postgres-range](https://github.com/sfackler/rust-postgres-range) crate.
240+
250241
## Optional features
251242

252243
### UUID type

0 commit comments

Comments
 (0)