× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
rkshakya reported 2013-10-27T11:13:30Z  · JennyNishimura last modified 2014-10-28T23:52:44Z

Issue with the insertion of date data via ADS mongoshell


Dev
Jenny Nishimura
JennyNishimura
QA
Tariq Rahiman
tariqrahiman
Priority Minor
Complexity Unknown
Component MongoShell
Version 16.0


ADS : 14.0.1
Platform : Ubuntu 12.04 64 bit
MongoDB : 2.4.4 and 2.5.3

When we try to insert date data into a mongo collection via ADS mongoshell using following query:
db.pota.insert({age : 2, manudate : new Date("2013-09-25"), expDate : new Date("2014-09-25")})

The date data is not properly handled and is populated as :
..."manudate" : ISODate("1970-01-01T00:00:00Z"), "expDate" : ISODate("1970-01-01T00:00:00Z")
in the collection. (Pls refer to attached ads_mongoshell.png)

However when we repeat to enter the same data using real mongoshell, it is properly inserted as
..."manudate" : ISODate("2013-09-25T00:00:00Z"), "expDate" : ISODate("2014-09-25T00:00:00Z")
(Pls refer to attached real_mongoshell.png)

Could you please investigate this issue? Thanks

4 attachments

Issue #10601

Closed
Fixed
Resolved 2014-10-27T19:23:37Z
 
 
Completion
No due date
Fixed Build ADS 15.0.0-dev-38
No time estimate

About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017