kevin-xw / rock-php

Automatically exported from code.google.com/p/rock-php
0 stars 0 forks source link

Why RockMongo displays array as Map Options #168

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have array 

{ 
things: ["a", "b", "c"] 

} 

But rockmongo displys it as Map 

{ things: 
{ 
"0": "a", 
"1" : "b", 
"2": "c" 

} 
} 

Does anyone know why? 

posted on 
http://groups.google.com/group/mongodb-user/browse_thread/thread/58ec035fa178010
1?hl=en 

Original issue reported on code.google.com by xea...@gmail.com on 1 Nov 2011 at 9:25

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/rock-php/issues/detail?id=173
it seems this has something to do with it.

Original comment by ste...@wakka.de on 20 Dec 2011 at 12:20

GoogleCodeExporter commented 9 years ago
Well that linked problem is about Objects getting converted to arrays, this is 
the opposite, arrays being displayed as Objects.

I'm seeint the same behaviour, and it makes me loose confidence that rockmongo 
will not corrupt my DB.

Original comment by bgs...@gmail.com on 12 Feb 2013 at 3:09

GoogleCodeExporter commented 9 years ago
By the way - could we get an update on this? Medium priority and almost 1.5 
years without any kind of investigation?!

Original comment by bgs...@gmail.com on 12 Feb 2013 at 3:11