Commit Graph

137 Commits (5afa535c0ee37aceb087b7b3514955ff262f14ca)

Author SHA1 Message Date
Louis Chatriot 5afa535c0e Add timestamp if required during document insertion 9 years ago
Louis Chatriot 7b3f3c2868 Fixed side effect bug 9 years ago
Louis Chatriot ef8905adf0 createdAt timestamp 9 years ago
Louis Chatriot 72387fdabc Fixed problem 9 years ago
Louis Chatriot 84365c7fe0 Fixed test 9 years ago
Louis Chatriot 20d4013f06 Fixed upsert issue with badly formatted update queries 10 years ago
Louis Chatriot 4197c3986b one more needed upsert test 10 years ago
Louis Chatriot 1e482a31b1 Fixed bad upsert behavior 10 years ago
Louis Chatriot 1bee5827bb Fixed bug in deepCopy thay didnt deep copy array contents 10 years ago
Louis Chatriot bfca0c4799 Can now have an _id which is 0 10 years ago
Louis Chatriot d65e89fb82 Fixed failing test 10 years ago
Louis Chatriot 2d33839d84 Projections fully tested 10 years ago
Louis Chatriot 547570e9cb Tested in find 10 years ago
Louis Chatriot 6cc64b10b9 One more test and recreate browser version 11 years ago
Paolo Scanferla 26d6ec2bfd Added support for custom _id-s 11 years ago
Louis Chatriot b449a10bed Added a test on modification of upserted document 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 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
Jason Rhodes 4346660187 Updated upsert tests to check if newDoc has been sent back successfully, modeled after other insert tests 11 years ago
Louis Chatriot 3a2db5f56e Handle errors in autoload 11 years ago
Louis Chatriot 3a3c861ea8 Can add, remove and persist indexes 11 years ago
Louis Chatriot 03f68398e6 Can remove an index 11 years ago
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