Skip to content

Commit

Permalink
Added comment [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Mar 19, 2024
1 parent 3e30b67 commit 233ee49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/blazer/adapters/sql_adapter.rb
Expand Up @@ -30,6 +30,8 @@ def run_statement(statement, comment, bind_params = [])

columns = result.columns
rows = result.rows

# cast values
if result.column_types.any?
types = columns.map { |c| result.column_types[c] }
rows =
Expand Down

0 comments on commit 233ee49

Please sign in to comment.