File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -204,7 +204,10 @@ types. The driver currently supports the following conversions:
204204 <td>JSON</td>
205205 </tr>
206206 <tr>
207- <td>time::Timespec</td>
207+ <td>
208+ <a href="https://github.com/rust-lang/time">time::Timespec</a>
209+ (<a href="#optional-features">optional</a>)
210+ </td>
208211 <td>TIMESTAMP, TIMESTAMP WITH TIME ZONE</td>
209212 </tr>
210213 <tr>
@@ -223,7 +226,10 @@ types. The driver currently supports the following conversions:
223226 <td>INT8RANGE</td>
224227 </tr>
225228 <tr>
226- <td>types::range::Range<Timespec></td>
229+ <td>
230+ <a href="https://github.com/rust-lang/time">types::range::Range<Timespec></a>
231+ (<a href="#optional-features">optional</a>)
232+ </td>
227233 <td>TSRANGE, TSTZRANGE</td>
228234 </tr>
229235 <tr>
@@ -259,7 +265,10 @@ types. The driver currently supports the following conversions:
259265 <td>INT8[], INT8[][], ...</td>
260266 </tr>
261267 <tr>
262- <td>types::array::ArrayBase<Option<Timespec>></td>
268+ <td>
269+ <a href="https://github.com/rust-lang/time">types::array::ArrayBase<Option<Timespec>></a>
270+ (<a href="#optional-features">optional</a>)
271+ </td>
263272 <td>TIMESTAMP[], TIMESTAMPTZ[], TIMESTAMP[][], ...</td>
264273 </tr>
265274 <tr>
You can’t perform that action at this time.
0 commit comments