Commit Graph

305 Commits (41827a51e15c6bd508641ca39cf8b648e23e21fd)

Author SHA1 Message Date
Louis Chatriot 9c42221f95 Database loading doens't work if a unique constraint is violated 12 years ago
Louis Chatriot 1f0d19ac18 No side effect when using multiple indexes 12 years ago
Louis Chatriot 6cb3bcc003 If one unique constraint is violated, the data doesn't change 12 years ago
Louis Chatriot a87d89f277 Always use an automatic _id, which is guaranteed to be a string 12 years ago
Louis Chatriot ddb7ffc74e Tested that we can insert document in an index automatically 12 years ago
Louis Chatriot 8db119479d ensureIndex can be called whenever 12 years ago
Louis Chatriot c5e5bbbeea Able to cleanly reset an index 12 years ago
Louis Chatriot 54f0dbfe4b ensureIndex called after any insert, update or remove works 12 years ago
Louis Chatriot 363f947c92 Can also use ensureIndex after some inserts (so also works aftre updates and removes) 12 years ago
Louis Chatriot b941485450 ensureIndex init works right after a database load 12 years ago
Louis Chatriot 775b7c0b78 Can insert and remove array of docs 12 years ago
Louis Chatriot af0e9fcccb Can insert an array of docs 12 years ago
Louis Chatriot 4c9113712f Can return all matching documents from the index 12 years ago
Louis Chatriot 1d246b6a94 Indexes work with dot notation 12 years ago
Louis Chatriot 16cf75b70d Can update documents in the index 12 years ago
Louis Chatriot abbaa1d308 Can remove documents from an index 12 years ago
Louis Chatriot df3b6cdf61 Can insert documents in the index 12 years ago
Louis Chatriot c6921e9042 Can insert documents in the indexc 12 years ago
Louis Chatriot 8aa0753c02 Can compare all things 12 years ago
Louis Chatriot cb840dec66 Can compare arrays 12 years ago
Louis Chatriot 07ff9e2183 Can compare dates 12 years ago
Louis Chatriot fdc01721e0 Can compare booleans 12 years ago
Louis Chatriot b0eb3c9053 Can compare strings 12 years ago
Louis Chatriot 79ae8c737a Can compare null and numbers 12 years ago
Louis Chatriot 411f88c733 cant change an _id 12 years ago
Louis Chatriot 55993012b2 Corrected unlikely bug on database state pollution 12 years ago
Louis Chatriot 40ad547dc2 Keep an internal counter of the underlying datafile size to compact it when it grows too big 12 years ago
Louis Chatriot f694e7ce2a Loading the database compacts it right away 12 years ago
Louis Chatriot aae1743542 Tested that removes are persistent 12 years ago
Louis Chatriot a394a6c431 Append-only format used for updates 12 years ago
Louis Chatriot c716261271 Better testing of field name format 12 years ago
Louis Chatriot ab6962b1b8 Able to load an append-only formatted file 12 years ago
Louis Chatriot 83a2e592f4 If two lines concern the same doc, the last one prevails 12 years ago
Louis Chatriot 73a96e7f17 Docs without _id are not considered 12 years ago
Louis Chatriot 688c35b08b Database loading needs to be sequential too 12 years ago
Louis Chatriot 31e53b3007 Tested that garbage lines have no impact on data treatment 12 years ago
Louis Chatriot e8999e37b6 Tested database loading 12 years ago
Louis Chatriot e4f1af34c3 Read to test database loading 12 years ago
Louis Chatriot 3663b2b0b0 Tested that an error is thrown when we try to change a document's _id 12 years ago
Louis Chatriot 529ff0137a Date comparisons tested 12 years ago
Louis Chatriot f08d912c5c Implemented operator 12 years ago
Louis Chatriot 24827f5ab0 operator 12 years ago
Louis Chatriot a70f4babac Added operator 12 years ago
Louis Chatriot c4141ab945 Implemented logical operator 12 years ago
Louis Chatriot 3d506c24bd Tested that node errors are returned for badly formed queries 12 years ago
Louis Chatriot 357d83a2ba All four basic arithmetic operators 12 years ago
Louis Chatriot 342755aff2 Querying works even for arrays and arrays in subdocuments 12 years ago
Louis Chatriot a42842470b Able to mix logical operators and comparison operators 12 years ago
Louis Chatriot 4256632f72 Created operator 12 years ago
Louis Chatriot cd739492d3 Created operator 12 years ago