Skip to content

refactor: In functions like ListOffChainData and GetMissingBatchKeys,…

8400052
Select commit
Loading
Failed to load commit list.
Open

refactor: In functions like ListOffChainData and GetMissingBatchKeys, although defer rows.Close() is used, if QueryxContext fails, rows will be nil. Calling defer rows.Close() in this case can trigger a panic. #125

refactor: In functions like ListOffChainData and GetMissingBatchKeys,…
8400052
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs