Skip to content

Releases: SecJS/Database

1.1.5

Choose a tag to compare

@github-actions github-actions released this 21 Mar 12:54
  • 1d45295 fix: remove modifiedCount from MongoDriver

1.1.4

Choose a tag to compare

@github-actions github-actions released this 20 Mar 18:39
  • 206af5c fix: verify all data in insert/update methods and transform where is a valid ObjectID

1.1.3

Choose a tag to compare

@github-actions github-actions released this 20 Mar 18:20
  • 2f6de9b fix: verify all data in where clauses and transform where is a valid ObjectID

1.1.2

Choose a tag to compare

@github-actions github-actions released this 20 Mar 17:37
  • bd1cd2e fix: clean where and pipeline when consumed in MongoDriver

1.1.1

Choose a tag to compare

@github-actions github-actions released this 20 Mar 13:52
  • 8a84300 fix: adjust import of exception in MongoDriver

1.1.0

Choose a tag to compare

@github-actions github-actions released this 20 Mar 13:28
  • 6a3da5a feat: implement Schema support in MongoDriver buildTable

1.0.9

Choose a tag to compare

@github-actions github-actions released this 18 Mar 16:43
  • 015893f fix: if _id is string, trasform to ObjectID

1.0.8

Choose a tag to compare

@github-actions github-actions released this 18 Mar 13:01
  • dfa88e5 feat: add timestamp property to table builder

1.0.7

Choose a tag to compare

@github-actions github-actions released this 18 Mar 12:49
3379ae3
  • 3379ae3 Merge pull request #11 from SecJS/refactor/len-primary-key-insert-update
  • 30a223a feat: add timestamps property to table builder

1.0.6

Choose a tag to compare

@github-actions github-actions released this 17 Mar 18:37
c710562
  • c710562 Merge pull request #10 from SecJS/refactor/len-primary-key-insert-update
  • 6324056 refactor: add the returnKey for insert and update operations