Releases: SecJS/Database
Releases · SecJS/Database
1.1.5
- 1d45295 fix: remove modifiedCount from MongoDriver
1.1.4
- 206af5c fix: verify all data in insert/update methods and transform where is a valid ObjectID
1.1.3
- 2f6de9b fix: verify all data in where clauses and transform where is a valid ObjectID
1.1.2
- bd1cd2e fix: clean where and pipeline when consumed in MongoDriver
1.1.1
- 8a84300 fix: adjust import of exception in MongoDriver
1.1.0
- 6a3da5a feat: implement Schema support in MongoDriver buildTable
1.0.9
- 015893f fix: if _id is string, trasform to ObjectID
1.0.8
- dfa88e5 feat: add timestamp property to table builder
1.0.7
- 3379ae3 Merge pull request #11 from SecJS/refactor/len-primary-key-insert-update
- 30a223a feat: add timestamps property to table builder
1.0.6
- c710562 Merge pull request #10 from SecJS/refactor/len-primary-key-insert-update
- 6324056 refactor: add the returnKey for insert and update operations