Skip to content

Commit

Permalink
Do not bind value to UUID field (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 authored Feb 19, 2024
1 parent 012bb99 commit 18642e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_future.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ def test_await
boolean: true,
text: 'hello',
timestamp: Time.now,
uuid: SecureRandom.uuid
# FIXME: uuid cause a SEGV in cpp driver
uuid: nil # SecureRandom.uuid
}
)
result_future = Ilios::Cassandra.session.execute_async(statement)
Expand Down

0 comments on commit 18642e8

Please sign in to comment.