Skip to content

Commit

Permalink
Merge pull request #241 from AlexisTM/develop
Browse files Browse the repository at this point in the history
Map uint64 to long, see issue #240
  • Loading branch information
T045T committed Oct 26, 2016
2 parents 9be60b6 + 7ac869f commit 7dc9ccd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"float": ["float32", "float64"],
"str": ["string"],
"unicode": ["string"],
"long": ["uint64"]
"long": ["int64", "uint64"]
}
primitive_types = [bool, int, long, float]
string_types = [str, unicode]
Expand Down

0 comments on commit 7dc9ccd

Please sign in to comment.