Commit Graph

398 Commits (v3.0.0-9)

Author SHA1 Message Date
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 411f88c733 cant change an _id 12 years ago
Louis Chatriot 55993012b2 Corrected unlikely bug on database state pollution 12 years ago
Louis Chatriot 74f0d8914e One executor per datastore 12 years ago
Louis Chatriot 94e086dede Useful comment 12 years ago
Louis Chatriot 40ad547dc2 Keep an internal counter of the underlying datafile size to compact it when it grows too big 12 years ago
Louis Chatriot f694e7ce2a Loading the database compacts it right away 12 years ago
Louis Chatriot c816affc68 Removed useless persistWholeDatabase 12 years ago
Louis Chatriot 578c60ab79 Better way to update 12 years ago
Louis Chatriot 4b780922d6 Use append-only format for removes too 12 years ago
Louis Chatriot a394a6c431 Append-only format used for updates 12 years ago
Louis Chatriot ab6962b1b8 Able to load an append-only formatted file 12 years ago
Louis Chatriot 83a2e592f4 If two lines concern the same doc, the last one prevails 12 years ago
Louis Chatriot 73a96e7f17 Docs without _id are not considered 12 years ago
Louis Chatriot 688c35b08b Database loading needs to be sequential too 12 years ago
Louis Chatriot e4f1af34c3 Read to test database loading 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 e255cde1a2 Querying works even for arrays and arrays in subdocuments 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 bc626afed6 All calls to model.match are wrapped in a try catch now 12 years ago
Louis Chatriot 9713880d0f Nested matching works for array fields 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 5568b3d08e Better comments 12 years ago
Louis Chatriot 11e2510d9a Able to test array fields 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 4eb703449b Use an executor so that only one write operation happens every time 12 years ago
Louis Chatriot c57af28464 Use executor for db operations 12 years ago
Louis Chatriot f28313f1a3 Executor works with arguments 12 years ago
Louis Chatriot c88026cf86 Executor also works without callbakc 12 years ago
Louis Chatriot 0a2b642dfc Executor can enqueue tasks 12 years ago
Louis Chatriot 22af598418 Executor can enqueue tasks 12 years ago
Louis Chatriot a262d9d136 Bump version 12 years ago
Louis Chatriot 0d2b30e656 Can use dot notation to query subfields 12 years ago
Louis Chatriot c82a4600e3 Put matching in model.js, makes more sense 12 years ago
Louis Chatriot 2cf13b055d Better modifiers implementation 12 years ago
Louis Chatriot 4c3aa92a40 Use query as basis for upsertion 12 years ago