Commit Graph

52 Commits (45aee76fea6ecad52da3034faa1c9d5b8241d66b)

Author SHA1 Message Date
Timothée Rebours ecd8d11e10 fixed JSDoc, updated @seald-io/binary-search-tree & devDeps, fixed linting, regenerated docs 2 years ago
Timothée Rebours 0305223082 fix PR comments 2 years ago
Loïc Hermann fbe2c828e7 implement compound indexes 2 years ago
Timothée Rebours 32cff9b921 huge cleanup 3 years ago
Timothée Rebours 0e9e5c7f4d massive update of the JSDoc, rewrite of the model & storage modules to clarify 3 years ago
Timothée Rebours a2528ee45e jsdoc 3 years ago
mehdi d9c4619a87 jsdoc detail 3 years ago
Timothée Rebours f68464d5c4 switch back to an AVLTree instead of a BinarySearchTree like the original nedb & updated vulnerable dev dependency 3 years ago
Timothée Rebours de162b0b16 stop using util 4 years ago
Timothée Rebours e8cba5273a cleanup code 4 years ago
Timothée Rebours 5c6561307d remove underscore 4 years ago
Timothée Rebours a4cd69f5c6 re-make the build process with webpack, swicth to Karma for the browser tests, bumps all dependencies except , remove bower.json, remove browser build from repo (will be published on npm though) 4 years ago
Timothée Rebours 185ae680b8 standard everything except browser-version 4 years ago
Louis Chatriot 7c25401f16 TTL indexes tested 9 years ago
Louis Chatriot 645d87504d getCandidates is now async 9 years ago
Louis Chatriot f916e69717 Use my style in getMatching 9 years ago
Louis Chatriot 6ea34ee6ae Return updated docs tested 9 years ago
James M. Greene aefe40d0a5 Housekeeping! 9 years ago
Louis Chatriot 94f7caf0b8 Chmod 9 years ago
Louis Chatriot 72387fdabc Fixed problem 9 years ago
Louis Chatriot 856f214175 Roll back an insert if a unique is violated on a key array element 11 years ago
Louis Chatriot f48a1565bc Handles removes in the good cases 11 years ago
Louis Chatriot db1cc10202 Type-checking projection function 11 years ago
Louis Chatriot a86fe0cfb5 Inserts all elements of a key array in index, still need a good unique function 11 years ago
Louis Chatriot b9e9e4cc38 In progress 11 years ago
Louis Chatriot d3328d98c7 Comment 11 years ago
Louis Chatriot 8852e93974 Just discovered a bug, tests written on it 11 years ago
vladikoff 59dda99e57 Style fixes 12 years ago
Louis Chatriot 50dffefaae Remove useless pointer keeping 12 years ago
Louis Chatriot 5b29286e89 Can use indexes for comparison queries 12 years ago
Louis Chatriot fce60d19fa Able to use indexes for matches 12 years ago
Louis Chatriot e3e5b7951c Corrected small bug in index array update 12 years ago
Louis Chatriot 578b72c4e3 Sparse indexes dont register document with an undefined fieldName 12 years ago
Louis Chatriot 6178a94997 If a simple update violates a constraint, all changes are rolled back and an error thrown 12 years ago
Louis Chatriot 39050a45d4 Can revert updates, simple or batch 12 years ago
Louis Chatriot 9feeb26c4f Can batch-update an index, no change if an error was thrown 12 years ago
Louis Chatriot b67232400c Update works with indexing 12 years ago
Louis Chatriot ae0937520b Can get an array of all pointers in an index 12 years ago
Louis Chatriot a369d1b110 If ensureIndex cant create a new index because a unique constraint is not met, nothing done 12 years ago
Louis Chatriot d223e4733d When inserting multiple documents at once in an index, rollback all inserts if one fails 12 years ago
Louis Chatriot ddb7ffc74e Tested that we can insert document in an index automatically 12 years ago
Louis Chatriot c5e5bbbeea Able to cleanly reset an index 12 years ago
Louis Chatriot 775b7c0b78 Can insert and remove array of docs 12 years ago
Louis Chatriot af0e9fcccb Can insert an array of docs 12 years ago
Louis Chatriot 4c9113712f Can return all matching documents from the index 12 years ago
Louis Chatriot 1d246b6a94 Indexes work with dot notation 12 years ago
Louis Chatriot 16cf75b70d Can update documents in the index 12 years ago
Louis Chatriot abbaa1d308 Can remove documents from an index 12 years ago
Louis Chatriot df3b6cdf61 Can insert documents in the index 12 years ago
Louis Chatriot c6921e9042 Can insert documents in the indexc 12 years ago