We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In lib/granite/src/granite/columns.cr:146:58 146 | def read_attribute(attribute_name : Symbol | String) : DB::Any ^------ Error: method must return (Bool | Float32 | Float64 | Int32 | Int64 | Slice(UInt8) | String | Time | Nil) but it is returning (Array(Int32) | Array(Int64) | Bool | Int32 | Int64 | String | Time | Nil)
The text was updated successfully, but these errors were encountered:
Probably just need to update
granite/src/granite/columns.cr
Line 146 in 55f11af
Type
DB::Any
Sorry, something went wrong.
Fix read_attribute, see amberframework#396
8246710
e7c6fcc
7fc0cfb
Fix read_attribute, see #396 (#397)
1daaa35
* Fix read_attribute, see #396 * Fix typo Co-authored-by: George Dietrich <george@dietrich.app>
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: