diff options
author | Aaron <aaron@10gen.com> | 2010-03-08 16:53:45 -0800 |
---|---|---|
committer | Aaron <aaron@10gen.com> | 2010-03-08 16:53:45 -0800 |
commit | 6d095cf3574b7791155b22c5c9f4f13c464df9c8 (patch) | |
tree | c6476d9475cdb3fc45d27098717d00ac7beccd30 /mongo.xcodeproj | |
parent | 53235fdc3667ebd7785788749ca3ec564d6486c6 (diff) | |
download | mongo-6d095cf3574b7791155b22c5c9f4f13c464df9c8.tar.gz |
SERVER-322 implement $in with regex
Diffstat (limited to 'mongo.xcodeproj')
-rw-r--r-- | mongo.xcodeproj/project.pbxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mongo.xcodeproj/project.pbxproj b/mongo.xcodeproj/project.pbxproj index a4cc3228ae7..f50a16f8e4a 100644 --- a/mongo.xcodeproj/project.pbxproj +++ b/mongo.xcodeproj/project.pbxproj @@ -497,6 +497,7 @@ 93BFA0E311330A8C0045D084 /* not2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = not2.js; sourceTree = "<group>"; }; 93C38E940FA66622007D6E4A /* basictests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = basictests.cpp; sourceTree = "<group>"; }; 93C8E6FE11457D9000F28017 /* master1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = master1.js; sourceTree = "<group>"; }; + 93C8E81C1145BCCA00F28017 /* regex7.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = regex7.js; sourceTree = "<group>"; }; 93CC40C2113C407A00734218 /* insert1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = insert1.js; sourceTree = "<group>"; }; 93CC441A113DE6BA00734218 /* indexg.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = indexg.js; sourceTree = "<group>"; }; 93CC4484113E602400734218 /* in3.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = in3.js; sourceTree = "<group>"; }; @@ -748,6 +749,7 @@ 934BEB9A10DFFA9600178102 /* jstests */ = { isa = PBXGroup; children = ( + 93C8E81C1145BCCA00F28017 /* regex7.js */, 93CC4484113E602400734218 /* in3.js */, 93CC441A113DE6BA00734218 /* indexg.js */, 93CC40C2113C407A00734218 /* insert1.js */, |