Skip to content

Commit

Permalink
Previously disabled UUID test enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
denizzzka committed Mar 19, 2023
1 parent d2bd835 commit 71edb6f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/dpq2/conv/to_bson.d
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,8 @@ public void _integration_test( string connParam )
)),
"bytea", r"E'\\x44 20 72 75 6c 65 73 00 21'"); // "D rules\x00!" (ASCII)

//See: https://github.com/vibe-d/vibe.d/issues/2161
// C(Bson(UUID("8b9ab33a-96e9-499b-9c36-aad1fe86d640")),
// "uuid", "'8b9ab33a-96e9-499b-9c36-aad1fe86d640'");
C(Bson(UUID("8b9ab33a-96e9-499b-9c36-aad1fe86d640")),
"uuid", "'8b9ab33a-96e9-499b-9c36-aad1fe86d640'");
C(serializeToBson(UUID("8b9ab33a-96e9-499b-9c36-aad1fe86d640")),
"uuid", "'8b9ab33a-96e9-499b-9c36-aad1fe86d640'");

Expand Down

0 comments on commit 71edb6f

Please sign in to comment.