Commit Graph

172 Commits (db2da8a1e064ffa5513f4f924b6b79edcfd20679)

Author SHA1 Message Date
Paolo Scanferla 26d6ec2bfd Added support for custom _id-s 11 years ago
Louis Chatriot da1e4dfe13 Fixed this bug 11 years ago
Louis Chatriot c4b29f789d Error code works as expected 11 years ago
Louis Chatriot 407a7c1bac Use cursor for counting documents 11 years ago
Louis Chatriot 1625e79ec9 find and findOne take care of deep copying the returned docs 11 years ago
Louis Chatriot 905a520e0a Ability to get a cursor from a findOne 11 years ago
Louis Chatriot e050dcac23 Multiple consecutive sorts are handled 11 years ago
Louis Chatriot b04a1d23fe Able to use sync or async API with cursor 11 years ago
Louis Chatriot b8f641e0fe Returning cursor conflicts with the executor 11 years ago
Louis Chatriot 83c5b63265 Tested sort with dates, strings and nested fields 11 years ago
Louis Chatriot 14f4b375ec Added the sort option, first test done 11 years ago
Louis Chatriot a981aa3675 Use cursor to find documents 11 years ago
Jason Rhodes b3c69f67aa Made upsert return reference to created document 11 years ago
Louis Chatriot 3a2db5f56e Handle errors in autoload 11 years ago
Louis Chatriot e6cc5242f4 Fixed EXDEV issue in NW apps 11 years ago
Louis Chatriot 0a1d4cac78 Created function to remove an index 11 years ago
Louis Chatriot 34a3ba2046 Made treatRawData tests pass 11 years ago
Louis Chatriot 35b46c286b All tests including the crash one pass 11 years ago
Louis Chatriot e609be27de ensureDatafileIntegrity completely tested 11 years ago
Louis Chatriot adea00478c Created function ensuring datafile integrity 11 years ago
Louis Chatriot 69f31fe3e5 Test that we cant transform a user error in a NeDB error 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 542acbcbe7 All tests pass 11 years ago
Louis Chatriot b9e9e4cc38 In progress 11 years ago
Louis Chatriot bf0a0c8547 If a multi update fails on one docs, the others shouldnt be changed 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 0e7fde88d2 Failing test case for indexes and array fields 11 years ago
Antti Saarinen b0bbf86e6d added Datastore.count with documentation and tests 11 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 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 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 e30cc58e5e Use deep equality to know whether we can addToSet or not 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 0a0a597a8b Some error handling 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 8f82ab39a3 New parameters for all benchamrsk 12 years ago
Louis Chatriot e172c2a7f6 Pipeling works, needs testing 12 years ago