bobthecow / genghis

The single-file MongoDB admin app
http://genghisapp.com
MIT License
1.45k stars 166 forks source link

Unable to input longs #142

Closed ghost closed 7 years ago

ghost commented 10 years ago

Modifying a document specifying, for instance, NumberLong(123) as value, fails.

bobthecow commented 10 years ago

Yeah, it looks like Genghis doesn't have 64 bit integer support built yet.

Are you using the PHP or Ruby backend?

bobthecow commented 10 years ago

Cool. I'll work on this when I get a minute, but that could take a week or two.

bobthecow commented 10 years ago

@partycoder Are you using 32 or 64 bit ruby?

bobthecow commented 10 years ago

Fair enough. It should now be fixed for both, regardless :)