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

feat: support nullable embedded entities #10829

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Apr 14, 2024

  1. feat: support nullable embedded entities

    Support nullable embedded fields such that embedded documents in MongoDB can correctly be returned as null for a subdocument that is explicitly nullable.
    
    Closes: typeorm#3913
    test137E29B committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    2b6aeb2 View commit details
    Browse the repository at this point in the history
  2. fix: run formatter against the new changes

    This commit formats the new changes to ensure they follow the standards for contributing to the project.
    test137E29B committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    c620118 View commit details
    Browse the repository at this point in the history
  3. docs: add documentation for nullable embedded entities

    This commit adds the documentation required for usage of the nullable embedded entities, plus the example code.
    test137E29B committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    ceb3416 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e565c76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7fbda5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4db72f6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e48eb6b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    524c249 View commit details
    Browse the repository at this point in the history