Commit Graph

314 Commits (a4cd69f5c65d000a1570d2192e589e394c6f462a)

Author SHA1 Message Date
Louis Chatriot 34a3ba2046 Made treatRawData tests pass 11 years ago
Louis Chatriot 099584d30e Wrote failing test for persistingIndex 11 years ago
Louis Chatriot 59b34264bf Updated README 11 years ago
Louis Chatriot f9be4e5744 All tests pass 11 years ago
Louis Chatriot 8040655c6e All tests except persistence pass 11 years ago
Louis Chatriot abc2a43d5e Detect array-specific comparison functions 11 years ago
Louis Chatriot 5c2e44ea69 Renames queryOperatorArray 11 years ago
Louis Chatriot f3df032887 Can access specifc field in arrays of documents 11 years ago
Louis Chatriot 34352b5b20 Dot notation is now able to go inside arrays and array indexes 11 years ago
Louis Chatriot 9c26c41ef6 Dot notation is now able to go inside arrays and array indexes 11 years ago
Louis Chatriot 74ac0bae62 Dot notation is now able to go inside arrays and array indexes 11 years ago
Louis Chatriot 4ff94fa1bf Stashing tests on 11 years ago
Louis Chatriot aadbb8190a Added final comprehensive test 11 years ago
Louis Chatriot f442b69b60 Better test naming 11 years ago
Louis Chatriot 403fb6a50e Persistence well tested 11 years ago
Louis Chatriot 9f32b1eb72 Test for good behavior with newlines 11 years ago
Louis Chatriot 4776c988ec Use a more robust persistence scheme, thanks spolu and szawcz 11 years ago
Louis Chatriot 35b46c286b All tests including the crash one pass 11 years ago
Louis Chatriot ff71988c8e All tests pass 11 years ago
Louis Chatriot 2b1310b82c persistCachedDatabase is tested and works as before in the non crash case 11 years ago
Louis Chatriot d5ec5185eb Basic test for persistCachgedDatabase 11 years ago
Louis Chatriot 2a4f55504d loadDatabase now uses ensureDatafileIntegroty 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 9ee4c8abf9 No crash for a bad filename if in memory only 11 years ago
Louis Chatriot f3001d9ba1 Better name for test db 11 years ago
Louis Chatriot a725b962b6 Created the test for the load and crash bug 11 years ago
Leandro Ferrari Thomaz 6e41c82dfd New operator and extended dot operator subdocument search 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 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 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