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
Post a Comment