mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-04-05 18:03:51 +00:00
postgres: change types in macros
Co-authored-by: Oliver Bøving <oliverboving@gmail.com>
This commit is contained in:
@@ -56,7 +56,7 @@ where
|
||||
let el_len_index = self.buf.len();
|
||||
self.buf.put_i32::<BE>(0);
|
||||
|
||||
// Allocate the element it self
|
||||
// Allocate and encode the element it self
|
||||
let el_start = self.buf.len();
|
||||
|
||||
if let IsNull::Yes = Encode::<Postgres>::encode_nullable(&item, self.buf) {
|
||||
|
||||
Reference in New Issue
Block a user