Commit Graph

27 Commits (28abf624f09ed7868912134a4e4b86c3a6a669fc)

Author SHA1 Message Date
Louis Chatriot 542acbcbe7 All tests pass 11 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 5b29286e89 Can use indexes for comparison queries 12 years ago
Louis Chatriot fce60d19fa Able to use indexes for matches 12 years ago
Louis Chatriot 2acace4227 Can index null values 12 years ago
Louis Chatriot fa2ffeb8de Sparse indexes work 12 years ago
Louis Chatriot 30eec9ff43 Sparse indexes are tested 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 17f02e0381 Test on previous update behaviour corrected 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 ae0937520b Can get an array of all pointers in an index 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 c5e5bbbeea Able to cleanly reset an index 12 years ago
Louis Chatriot b941485450 ensureIndex init works right after a database load 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