Releases: SecJS/Database
Releases · SecJS/Database
1.1.5
21 Mar 12:54
Compare
Sorry, something went wrong.
No results found
1d45295 fix: remove modifiedCount from MongoDriver
1.1.4
20 Mar 18:39
Compare
Sorry, something went wrong.
No results found
206af5c fix: verify all data in insert/update methods and transform where is a valid ObjectID
1.1.3
20 Mar 18:20
Compare
Sorry, something went wrong.
No results found
2f6de9b fix: verify all data in where clauses and transform where is a valid ObjectID
1.1.2
20 Mar 17:37
Compare
Sorry, something went wrong.
No results found
bd1cd2e fix: clean where and pipeline when consumed in MongoDriver
1.1.1
20 Mar 13:52
Compare
Sorry, something went wrong.
No results found
8a84300 fix: adjust import of exception in MongoDriver
1.1.0
20 Mar 13:28
Compare
Sorry, something went wrong.
No results found
6a3da5a feat: implement Schema support in MongoDriver buildTable
1.0.9
18 Mar 16:43
Compare
Sorry, something went wrong.
No results found
015893f fix: if _id is string, trasform to ObjectID
1.0.8
18 Mar 13:01
Compare
Sorry, something went wrong.
No results found
dfa88e5 feat: add timestamp property to table builder
1.0.7
18 Mar 12:49
Compare
Sorry, something went wrong.
No results found
3379ae3 Merge pull request #11 from SecJS/refactor/len-primary-key-insert-update
30a223a feat: add timestamps property to table builder
1.0.6
17 Mar 18:37
Compare
Sorry, something went wrong.
No results found
c710562 Merge pull request #10 from SecJS/refactor/len-primary-key-insert-update
6324056 refactor: add the returnKey for insert and update operations