File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -228,15 +228,15 @@ types. The driver currently supports the following conversions:
228228 <td>BYTEA</td>
229229 </tr>
230230 <tr>
231- <td>extra ::json::Json</td>
231+ <td>serialize ::json::Json</td>
232232 <td>JSON</td>
233233 </tr>
234234 <tr>
235- <td>extra:: uuid::Uuid</td>
235+ <td>uuid::Uuid</td>
236236 <td>UUID</td>
237237 </tr>
238238 <tr>
239- <td>extra:: time::Timespec</td>
239+ <td>time::Timespec</td>
240240 <td>TIMESTAMP, TIMESTAMP WITH TIME ZONE</td>
241241 </tr>
242242 <tr>
@@ -312,7 +312,7 @@ types. The driver currently supports the following conversions:
312312 <td>INT8RANGE[], INT8RANGE[][], ...</td>
313313 </tr>
314314 <tr>
315- <td>std::hashmap ::HashMap<String, Option<String>></td>
315+ <td>std::collections ::HashMap<String, Option<String>></td>
316316 <td>HSTORE</td>
317317 </tr>
318318 </tbody>
You can’t perform that action at this time.
0 commit comments