Commit Graph

164 Commits (45aee76fea6ecad52da3034faa1c9d5b8241d66b)

Author SHA1 Message Date
Louis Chatriot 0a1d4cac78 Created function to remove an index 11 years ago
Louis Chatriot 8c8cc8fea4 Tested that index options are also persisted 11 years ago
Louis Chatriot 878082f38d Remember an index upon any reload 11 years ago
Louis Chatriot 34a3ba2046 Made treatRawData tests pass 11 years ago
Louis Chatriot 099584d30e Wrote failing test for persistingIndex 11 years ago
Louis Chatriot 70c4daf920 Typo 11 years ago
Louis Chatriot 69f31fe3e5 Test that we cant transform a user error in a NeDB error 11 years ago
Louis Chatriot 33f7f18a23 Updated readme 11 years ago
Louis Chatriot fb640b308e Also tested that the datafile isnt modified if a bulk insert fails 11 years ago
Louis Chatriot e5b57799e9 Bulk inserts work as expected 11 years ago
Louis Chatriot c0baaede1a Bulk inserts work as expected 11 years ago
Louis Chatriot 6fb4a61688 Bulk insert works when no constraint is violated 11 years ago
Louis Chatriot e122f69756 Check that no index was modified instead of using db.find 11 years ago
Louis Chatriot 9f77a1d1a5 If an index contraint is violated in a multi update, the changes should be rolled back 11 years ago
Louis Chatriot 7816a11807 If a multi update fails on one docs, the others shouldnt be changed 11 years ago
Louis Chatriot 313098a63c Tests actually written 11 years ago
Louis Chatriot 8852e93974 Just discovered a bug, tests written on it 11 years ago
Louis Chatriot 6ff7709bc2 Remove without options arg tested 11 years ago
Louis Chatriot 44459fa38d Update without options arg tested 11 years ago
Louis Chatriot 01230b6f42 Update without options arg tested 11 years ago
Louis Chatriot 05cd3e888b Whitespace 11 years ago
Antti Saarinen b0bbf86e6d added Datastore.count with documentation and tests 11 years ago
Louis Chatriot c552e37772 Removed all references to the useless datafileSize 12 years ago
Louis Chatriot 829441becb Put datafileSize in the persistence module where it belongs 12 years ago
Louis Chatriot 4058b23ddb treatRawData removed from Datastore 12 years ago
Louis Chatriot 46c4723fc5 fs and path are both required only in the persistence module 12 years ago
Louis Chatriot dcb1e16b92 Only the persistence module requires fs now, better separation of tasks 12 years ago
Louis Chatriot 99fb91d700 Updated readme and bumped version 12 years ago
Louis Chatriot 90da65eeaf Buffer all operations before load and no more pipelining 12 years ago
Louis Chatriot ccc766ca2a Use only null for err if no error 12 years ago
Louis Chatriot 122cea581d Tested that db is not modified if a modifier throws 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 ae0c0dd05a typo 12 years ago
Louis Chatriot 4dad94f971 Pipelining tested 12 years ago
Louis Chatriot 9f8d599628 Inserts are correctly pipelined 12 years ago
Louis Chatriot bf0b879626 Inserts are correctly pipelined 12 years ago
Louis Chatriot fa2ffeb8de Sparse indexes work 12 years ago
Louis Chatriot 0c86d08bf8 Complete index behaviour tested 12 years ago
Louis Chatriot 123ef7e8db Database loading keeps datafile and inner data consistent 12 years ago
Louis Chatriot 32f568d063 Update now completely works with indexing, only remove needs to be tested 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 a427fb3664 After an update, the same pointers are shared 12 years ago
Louis Chatriot 17f02e0381 Test on previous update behaviour corrected 12 years ago
Louis Chatriot 9feeb26c4f Can batch-update an index, no change if an error was thrown 12 years ago
Louis Chatriot 82e4be9b1a Insertion still works as before 12 years ago
Louis Chatriot 8bb07ad840 All queries work 12 years ago
Louis Chatriot b67232400c Update works with indexing 12 years ago
Louis Chatriot 6007248d84 Loading the database-type tests pas 12 years ago
Louis Chatriot 1b7366abd3 Ready to roll out new architecture 12 years ago