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: add UUID helper functions for MongoDB BSON Binary #564

Open
wants to merge 3 commits into
base: 4.x
Choose a base branch
from

Commits on Aug 11, 2024

  1. feat: add UUID helper functions for MongoDB BSON Binary

    This commit adds the following helper functions:
    
    1. `mongodb_uuid($value)`: Converts a UUID string to a MongoDB BSON Binary object.
    2. `mongodb_uuid_to_string($uuid)`: Converts a MongoDB BSON Binary object representing a UUID to a string.
    3. `mongodb_uuid_generate()`: Generates a new UUID and returns it as a MongoDB BSON Binary object.
    
    These functions simplify the process of working with UUID data in a MongoDB database using the Ramsey/Uuid and MongoDB/BSON libraries.
    AngusDV committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    df3174f View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    1443a5d View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    b329e63 View commit details
    Browse the repository at this point in the history