mongodb - Is it possible to define an int32 value in javascript console? -


do understand right impossible define , store int32 value in mongodb javascript console? if want have no choice write program in java or other language well-typed driver interface?

the more or less clear explanation find bug #854 in mongodb's jira. can't believe such simple , vital feature avoided.

it's worse that, if retrieve data in js console , write db, convert interegers floats.

afaik new feature fix still not implemented. new feature implemented in 1.9.1:

var intvalue = numberint(3); 

Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -