Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: MongoDB replacing an array

by Mr. Muskrat (Canon)
on Aug 26, 2012 at 17:38 UTC ( [id://989854]=note: print w/replies, xml ) Need Help??


in reply to MongoDB replacing an array

I don't use MongoDB so bear with me. Has this sort of update worked before? I ask because it looks like you update timestamps with a DateTime object, not an array, as shown in the MongoDB module's DataTypes documentation section on Dates.

Replies are listed 'Best First'.
Re^2: MongoDB replacing an array
by neilwatson (Priest) on Aug 26, 2012 at 17:43 UTC

    Timestamp is name of an array in a JSON inside a MongoDB database. I want to replace that entire array with a new one. My backup plan is to empty the array in MongoDB and then insert a new one.

    Neil Watson
    watson-wilson.ca

      And you're sure that @new is not empty at the point of the insert? Have you tried printing out its contents to be sure?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://989854]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (7)
As of 2024-04-19 15:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found