Commit Graph

859 Commits (43ae3b402c467d15df4ab9f0652f7e1a34696d5b)
 

Author SHA1 Message Date
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 4519a5f0dd Can test the code multiple times 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 ae0937520b Can get an array of all pointers in an index 12 years ago
Louis Chatriot 1b7366abd3 Ready to roll out new architecture 12 years ago
Louis Chatriot 14b4c245bf Insertion still works as before with indexing 12 years ago
Louis Chatriot 08804dde82 Still some problems to solve with indexing 12 years ago
Louis Chatriot 5b62825e8f Finished correcting typos 12 years ago
Louis Chatriot 7c7489124f moar typos 12 years ago
Louis Chatriot c6c646ccd1 Typos 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 9c42221f95 Database loading doens't work if a unique constraint is violated 12 years ago
Louis Chatriot 1f0d19ac18 No side effect when using multiple indexes 12 years ago
Louis Chatriot 6cb3bcc003 If one unique constraint is violated, the data doesn't change 12 years ago
Louis Chatriot bcfe90518c Bump version 12 years ago
Louis Chatriot 11a864b1a3 Merge branch 'master' of github.com:louischatriot/nedb 12 years ago
Louis Chatriot b1315c97f6 More doc on the _id collision probability 12 years ago
Louis Chatriot 2375b5acd2 Update README.md 12 years ago
Louis Chatriot a87d89f277 Always use an automatic _id, which is guaranteed to be a string 12 years ago
Louis Chatriot ddb7ffc74e Tested that we can insert document in an index automatically 12 years ago
Louis Chatriot 8db119479d ensureIndex can be called whenever 12 years ago
Louis Chatriot c5e5bbbeea Able to cleanly reset an index 12 years ago
Louis Chatriot 54f0dbfe4b ensureIndex called after any insert, update or remove works 12 years ago
Louis Chatriot da4d011f51 Merge branch 'master' of github.com:louischatriot/nedb 12 years ago
Louis Chatriot 363f947c92 Can also use ensureIndex after some inserts (so also works aftre updates and removes) 12 years ago
Louis Chatriot b941485450 ensureIndex init works right after a database load 12 years ago
Louis Chatriot b7c07fa884 Update README.md 12 years ago
Louis Chatriot a67cd4601e Update README.md 12 years ago
Louis Chatriot 4d7a3823bd Benchmark for update done 12 years ago
Louis Chatriot 77b95ce7dc More honest benchmark for insert 12 years ago
Louis Chatriot bae0de018f Benchmark for findOne usable with indexing 12 years ago
Louis Chatriot 62cbbe2b48 Find and his benchmark work with indexing 12 years ago
Louis Chatriot 411aa853fb Can now use the insert benchmark with an index 12 years ago
Louis Chatriot bd9fec16db Finished doc insertion load and find with index 12 years ago
Louis Chatriot 76f093f86d Added dependency to bst 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
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