You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,11 +159,6 @@ db.exec query, args
159
159
Checks for required fields (non nillable) ```Result set is missing required field: foo```
160
160
Checks for correct data type: ```Invalid data type for field: foo```
161
161
162
-
## Known Issues
163
-
Wouldn't say it's an issue but when a class includes Objectify::Mappable, if said class also has an initialize method which requires 2 params it will cause a compilation issue.
164
-
This is due to the following: https://github.com/crystal-lang/crystal/issues/6405
165
-
To get round this simply use type restriction on the first param
0 commit comments