Commit Graph

332 Commits (v2.1.0-test.actions.0)

Author SHA1 Message Date
Louis Chatriot eefe3a5d94 Added modifier 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 9e71dbd9e5 Expose db.persistence.compactDatafile 12 years ago
Louis Chatriot ab9c9c68d2 Added way to autocompact, still undocumented 12 years ago
Louis Chatriot 438156bdd0 Browser-specific persistence module 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 4ae6b55816 Externalized persistence of the cached db and of new state 12 years ago
Louis Chatriot 1917bffb9e Created operator 12 years ago
Louis Chatriot f1b7c96686 Now with support for regular expressions 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 7469b0d442 All operations use the executor 12 years ago
Louis Chatriot f260b8a854 Fixed strange executor bug when not passing callback 12 years ago
Louis Chatriot ccc766ca2a Use only null for err if no error 12 years ago
Louis Chatriot f54872641e Fixed bug in the executor preventing usage of update and remove without callback 12 years ago
Louis Chatriot 2f2b9ab58f Implemented comparator 12 years ago
Louis Chatriot 7a89cc8203 Can use with 12 years ago
Louis Chatriot 05d9ad9e5f modifier works with 12 years ago
Louis Chatriot e30cc58e5e Use deep equality to know whether we can addToSet or not 12 years ago
Louis Chatriot f0a8dcb708 Use util.isDate everywhere 12 years ago
Louis Chatriot d768da2ff9 Fix strange array bug in node webkit 12 years ago
Louis Chatriot 17b2fdf60c New option to store data relative to NW working dir, still in testing 12 years ago
vladikoff 59dda99e57 Style fixes 12 years ago
Louis Chatriot 0b27dd8a1b Added the modifier 12 years ago
Louis Chatriot 0a0a597a8b Some error handling 12 years ago
Louis Chatriot f6b764da5c New modifier 12 years ago
Louis Chatriot d5b990e776 Factorization of the modifiers 12 years ago
Louis Chatriot 671539a614 Implemented modifier 12 years ago
Louis Chatriot 753035c0ef Implemented modifier 12 years ago
Louis Chatriot 50dffefaae Remove useless pointer keeping 12 years ago
Louis Chatriot 8b7831acef Use module mkdirp instead of native unix command that doesn't work on Windows 12 years ago
Louis Chatriot 1dccdf0497 Fixed bug that raised an error for a null value 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 8f82ab39a3 New parameters for all benchamrsk 12 years ago
Louis Chatriot e172c2a7f6 Pipeling works, needs testing 12 years ago
Louis Chatriot e7294a98e4 Ready to use pipeline option 12 years ago
Louis Chatriot 728cdc7ce3 More comments 12 years ago
Louis Chatriot 578b72c4e3 Sparse indexes dont register document with an undefined fieldName 12 years ago
Louis Chatriot afe3bfa6d4 If no filename is specified, an in-memory only datastore is created 12 years ago
Louis Chatriot c9cba88a80 Bump version 12 years ago
Louis Chatriot ba03cb24e6 Benchmark for removes works 12 years ago
Louis Chatriot c314e4f403 Update benchmark works again 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