forked fromrust-postgres/rust-postgres
- Notifications
You must be signed in to change notification settings - Fork0
Commit18a4e05
authored
Merge pull requestrust-postgres#856 from malobre/feature/box_str_sql
Implement `ToSql` & `FromSql` for `Box<str>`1 file changed
+24
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
584 | 584 |
| |
585 | 585 |
| |
586 | 586 |
| |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
587 | 599 |
| |
588 | 600 |
| |
589 | 601 |
| |
| |||
933 | 945 |
| |
934 | 946 |
| |
935 | 947 |
| |
| 948 | + | |
| 949 | + | |
| 950 | + | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
| 955 | + | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
| 959 | + | |
936 | 960 |
| |
937 | 961 |
| |
938 | 962 |
| |
|
0 commit comments
Comments
(0)