Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit34c8dc9

Browse files
author
andrew
committed
Fixes
1 parentb09e9cc commit34c8dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎postgres-types/src/lib.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ impl<T: ToSql> ToSql for Box<[T]> {
10371037

10381038
impl<'a>ToSqlforCow<'a,[u8]>{
10391039
fnto_sql(&self,ty:&Type,w:&mutBytesMut) ->Result<IsNull,Box<dynError +Sync +Send>>{
1040-
<&strasToSql>::to_sql(&self.as_ref(), ty, w)
1040+
<&[u8]asToSql>::to_sql(&self.as_ref(), ty, w)
10411041
}
10421042

10431043
fnaccepts(ty:&Type) ->bool{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp