openva / crump

A parser for the Virginia State Corporation Commission's business registration records.
https://vabusinesses.org/
MIT License
20 stars 3 forks source link

2_corporate total_shares exceeds int range #100

Closed waldoj closed 9 years ago

waldoj commented 9 years ago

The total_shares_ field in2_corporate` can have a value that exceeds the range of int:

MapperParsingException[failed to parse [total_shares]]; nested: JsonParseException[Numeric value (13250000000) out of range of int

I suspect that we just need to move the mapping from int to long.