Commit Graph

51 Commits (48084e2ff5090a35d64da81cc4dd64ebb5adad51)

Author SHA1 Message Date
Louis Chatriot 7a89cc8203 Can use with 12 years ago
Louis Chatriot 05d9ad9e5f modifier works with 12 years ago
Louis Chatriot e30cc58e5e Use deep equality to know whether we can addToSet or not 12 years ago
Louis Chatriot f0a8dcb708 Use util.isDate everywhere 12 years ago
Louis Chatriot 0b27dd8a1b Added the modifier 12 years ago
Louis Chatriot f6b764da5c New modifier 12 years ago
Louis Chatriot d5b990e776 Factorization of the modifiers 12 years ago
Louis Chatriot 753035c0ef Implemented modifier 12 years ago
Louis Chatriot 1dccdf0497 Fixed bug that raised an error for a null value 12 years ago
Louis Chatriot c6921e9042 Can insert documents in the indexc 12 years ago
Louis Chatriot 8aa0753c02 Can compare all things 12 years ago
Louis Chatriot cb840dec66 Can compare arrays 12 years ago
Louis Chatriot 07ff9e2183 Can compare dates 12 years ago
Louis Chatriot fdc01721e0 Can compare booleans 12 years ago
Louis Chatriot b0eb3c9053 Can compare strings 12 years ago
Louis Chatriot 79ae8c737a Can compare null and numbers 12 years ago
Louis Chatriot c716261271 Better testing of field name format 12 years ago
Louis Chatriot 529ff0137a Date comparisons tested 12 years ago
Louis Chatriot f08d912c5c Implemented operator 12 years ago
Louis Chatriot 24827f5ab0 operator 12 years ago
Louis Chatriot a70f4babac Added operator 12 years ago
Louis Chatriot c4141ab945 Implemented logical operator 12 years ago
Louis Chatriot 357d83a2ba All four basic arithmetic operators 12 years ago
Louis Chatriot 342755aff2 Querying works even for arrays and arrays in subdocuments 12 years ago
Louis Chatriot a42842470b Able to mix logical operators and comparison operators 12 years ago
Louis Chatriot 4256632f72 Created operator 12 years ago
Louis Chatriot cd739492d3 Created operator 12 years ago
Louis Chatriot 12d92b63da Tests ready 12 years ago
Louis Chatriot bc626afed6 All calls to model.match are wrapped in a try catch now 12 years ago
Louis Chatriot 27352bc410 Nested matching works for array fields 12 years ago
Louis Chatriot 14e9484844 Cleaner matching separation 12 years ago
Louis Chatriot a454e3d4ac Test array behaviour at model level 12 years ago
Louis Chatriot f7e3916693 Specific function to get value by dot notation 12 years ago
Louis Chatriot ea0a25dee9 cannot find undefined 12 years ago
Louis Chatriot 2b79daa506 Undefined fields are removed 12 years ago
Louis Chatriot 8d0b4b03f6 Can find by date and objects 12 years ago
Louis Chatriot 973996fb8c Function to test thing equality cleanly 12 years ago
Louis Chatriot 0d2b30e656 Can use dot notation to query subfields 12 years ago
Louis Chatriot fd6bc22e56 Dont throw an error if updateQuery contains an _id that is the same as obj 12 years ago
Louis Chatriot 1a95ddb27a The modifier works as expected and is tested 12 years ago
Louis Chatriot ed48758dcd modifier works as expected and is tested 12 years ago
Louis Chatriot 56ee1227ab Modifiers arguments must be objects 12 years ago
Louis Chatriot 6586c7f81a Cannot mix behaviour and cannot use non registered modifiers 12 years ago
Louis Chatriot 8d4182067b Cant try to update an _id in a copy-type modif 12 years ago
Louis Chatriot cf09a75be3 Field names cannot contain a dot 12 years ago
Louis Chatriot 4045dd9e4a Function dedicated to checking an object has the right format 12 years ago
Louis Chatriot 6c111067d8 Cannot use field names beginning with the $ sign 12 years ago
Louis Chatriot 0854009b22 Use given _id if any, otherwise a uid 12 years ago
Louis Chatriot ae8b43aad4 Deep copy finished and tested 12 years ago
Louis Chatriot 283284947b serialization and deserializiton ok for arrays and objects 12 years ago