We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e2858 commit 679e95dCopy full SHA for 679e95d
store/postgres/src/transaction_receipt.rs
@@ -78,7 +78,7 @@ from (
78
select jsonb_array_elements(data -> 'transaction_receipts') as receipt
79
from"#,
80
);
81
- out.push_identifier(&self.blocks_table_name)?;
+ out.push_sql(&self.blocks_table_name);
82
out.push_sql(" where hash = ");
83
out.push_bind_param::<Binary, _>(&self.block_hash)?;
84
out.push_sql(") as temp;");
0 commit comments