Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mongodb] implement semantic db conventions #187

Merged
merged 3 commits into from
Sep 1, 2020

Commits on Sep 1, 2020

  1. feat: implement semantic db conventions

    Signed-off-by: Naseem <[email protected]>
    Naseem committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    a4cd1c1 View commit details
    Browse the repository at this point in the history
  2. refactor: set db name and collection constants before their use in se…

    …tting attributes
    
    Signed-off-by: Naseem <[email protected]>
    Naseem committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    f3d95e3 View commit details
    Browse the repository at this point in the history
  3. fix: always coerce namespace to string

    It could be a string or an instance of MongoDBNamespace
    
    Signed-off-by: Naseem <[email protected]>
    Naseem committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    c902418 View commit details
    Browse the repository at this point in the history