Commit Graph

404 Commits (182956b1ce0241030fd9e011805a1b7ea9f7745c)

Author SHA1 Message Date
Leandro Ferrari Thomaz bbc1ff6eb7 New operator and extended dot operator document search 11 years ago
lf250055 d6eeb00d95 New operator and extended dot operator document search 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 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 af426c5141 Can now use with any nedb query 11 years ago
Louis Chatriot 04dd0d3a9c Put logical operators where they belong, in match 11 years ago
Louis Chatriot 46da2f0a5f Put logical operators where they belong, in match 11 years ago
Jakub Szwacz d834b9c3a7 Added support for $pull operator 11 years ago
Louis Chatriot f45526d7b1 Fixed small bug 11 years ago
Louis Chatriot d3328d98c7 Comment 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
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