File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -379,6 +379,9 @@ impl AsyncPgConnection {
379
379
380
380
let mut metadata_lookup = PgAsyncMetadataLookup :: new ( & bind_collector_0. metadata ) ;
381
381
let collect_bind_result = query. collect_binds ( & mut bind_collector, & mut metadata_lookup, & Pg ) ;
382
+ dbg ! ( & bind_collector. binds) ;
383
+ dbg ! ( & bind_collector_0. binds) ;
384
+ dbg ! ( & bind_collector_1. binds) ;
382
385
383
386
let fake_oid_locations = std:: iter:: zip ( bind_collector_0. binds , bind_collector_1. binds )
384
387
. enumerate ( )
@@ -389,6 +392,7 @@ impl AsyncPgConnection {
389
392
} )
390
393
// Avoid storing the bind collectors in the returned Future
391
394
. collect :: < Vec < _ > > ( ) ;
395
+ dbg ! ( & fake_oid_locations) ;
392
396
393
397
let raw_connection = self . conn . clone ( ) ;
394
398
let stmt_cache = self . stmt_cache . clone ( ) ;
You can’t perform that action at this time.
0 commit comments