Christian Beikov
Christian Beikov
Superseded by https://github.com/hibernate/hibernate-orm/pull/10596
This was just an experiment to see if databases support casting our "supported" strings to booleans, but it looks like not all of them do. Given that H2, DB2 and...
I think we should IMO fail a query like `cast` would do if one tries to cast an unsupported string value to a boolean, so I crafted a special query...
Superseded by https://github.com/hibernate/hibernate-orm/pull/8812
I'm getting test errors quite consistently. I didn't have a single success of the v6 test so far: ``` java.lang.AssertionError: Expecting actual: "1ef7be82-786f-69e5-8000-5b0eb9699e10" to be greater than: "1ef7be82-786f-69e5-bfff-e4cda4de4e50" at org.hibernate.orm.test.id.uuid.rfc9562.UUidV6V7GenetartorTest.testMonotonicity(UUidV6V7GenetartorTest.java:43)...
I just ran into another (unrelated but possibly similar) error, which is related to the fact that on Windows, the time source has a precision of 7 digits after the...
Hi and sorry it took so long for me to respond. This looks like a bug, but to be able to look into it more deeply, I'd need a reproducer....
This looks correct to me. Do you think you could provide a reproducer for this?
Glad it worked out for you!