daspecster / ziptastic

This is a Python API for getting zipcodes
http://daspecster.github.com/ziptastic/
127 stars 17 forks source link

zipcode held as integer #26

Closed jufemaiz closed 12 years ago

jufemaiz commented 12 years ago

For global support the zipcode needs to be kept as a string.

See this discussion on zipcodes/post codes/postal codes: http://stackoverflow.com/questions/747802/integer-vs-string-in-database

daspecster commented 12 years ago

Fixed.