Skip to content

Commit

Permalink
Update src/avram/queryable.cr
Browse files Browse the repository at this point in the history
  • Loading branch information
grepsedawk authored Jan 9, 2022
1 parent ad6f592 commit 87d5662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/avram/queryable.cr
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ module Avram::Queryable(T)
end

# Remove when PG::PGValue matches rs.read possibilities
alias PGValue = Bool | Float32 | Float64 | Int32 | Int64 | PG::Numeric | String | Time | UUID | Nil
alias PGValue = Bool | Float32 | Float64 | Int16 | Int32 | Int64 | PG::Numeric | String | Time | UUID | Nil

def group_count : Hash(Array(PGValue), Int64)
database.query_all(
Expand Down

0 comments on commit 87d5662

Please sign in to comment.