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

vibe.data.bson.BsonTimestamp is inaccessible #2686

Open
nametoolong opened this issue Aug 26, 2022 · 1 comment
Open

vibe.data.bson.BsonTimestamp is inaccessible #2686

nametoolong opened this issue Aug 26, 2022 · 1 comment

Comments

@nametoolong
Copy link

vibe.data.bson.BsonTimestamp has only one private member m_time which cannot be accessed in user code. A public accessor has to be added for it to be usable.

@FeepingCreature
Copy link
Contributor

As a horrible, dirty, no good, very bad workaround: timestamp.toJson.get!ulong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants