-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: JavaScript
-
None
-
Environment:Mongo.exe and importutility are being run on windows 64.
Mongod is version 2.6.0 on linux
-
ALL
-
I cant access/delete a collection through the client (mongo.exe).
The collection was created using the import utility.
(Probably the reason is the collection name starts with a number)
I can see the collection when doing 'show collections'.
When I try to drop it i get an error:
> show collections
2000_ABC
2000_Capped1G
2001_ABC
Col_2000_1G
system.indexes
system.profile
> db.2001_ABC.drop
2014-04-30T15:16:37.261+0300 SyntaxError: Unexpected token ILLEGAL
>
- is duplicated by
-
SERVER-29953 Numeric collection name
- Closed