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
JaversException SQL_EXCEPTION: ORA-00920: invalid relational operator #801
Comments
This is duplicate to #796 Here are the facts:
If you, Oracle guys, have some hints for me, how to write integration test for Javers running on Oracle, please share. Otherwise, since only you have access to the holly Oracle, please contrubute a PR. I will merge. |
Hi Bart, https://database.guide/how-to-install-sql-server-on-a-mac/ In the meantime I've bypassed the problem using the shadow feature that does not present problems of SQL code.
|
@Pinellus , thanks for the hint with MS SQL Server, I will try it. |
fix is released |
@bartoszwalacik tested with Oracle XE 11g, everything is OK now. Thanks for this really quick fix 🥇 |
@bartoszwalacik hey. having the same problem for this kind in oracle of query in 5.4.0: mb replace false with 1 != 1, which should work in all dbs. |
Guys, I don't have access to Oracle database, so I can't test javers' code against it. I don't know the easy way how install it on my machine. So if you found a bug, contribute a PR with a fix, I will merge it. |
It would be much easier to have dockerized test like this one for MsSQL https://github.com/javers/javers/blob/master/javers-persistence-sql/src/test/groovy/org/javers/repository/sql/integration/mssql/MsSqlIntegrationTest.groovy |
Following to this stackoverflow topic I have the same isse when try to use JaVers with SpringBoot v2.0.1.RELEASE and Oracle XE 11g.
It'll be very nice if somebody can fix this.
Thanks!
The text was updated successfully, but these errors were encountered: