Bump submodule versions
This commit is contained in:
parent
c5abe8c0d7
commit
b8874f25a8
@ -121,7 +121,7 @@ In addition, `PostgresConnection` has a utility `execute` method which is useful
|
||||
if a statement is only going to be executed once:
|
||||
```rust
|
||||
let updates = conn.execute("UPDATE foo SET bar = $1 WHERE baz = $2",
|
||||
[&1i32 as &ToSql, & &"biz" as &ToSql]);
|
||||
[&1i32 as &ToSql, & &"biz" as &ToSql]);
|
||||
println!("{} rows were updated", updates);
|
||||
```
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 49678805041cc2824ce54c9a0a8cf9fb5447838e
|
||||
Subproject commit a881f7d0081b66ed0545231de0ab7a67114893bf
|
@ -1 +1 @@
|
||||
Subproject commit 34da3b9a2704f129ff426eed66431340fee98112
|
||||
Subproject commit 6af5440935a2b3dc97882d7d6043f1a0957b97d0
|
Loading…
Reference in New Issue
Block a user