Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Error when using "ut.expect().to_equal" when comparing cursors (3.1.4) #870
Comments
|
Hey @vdeG123 , |
|
We will look into this and comeback. Thanks for reporting that. |
|
Hey @vdeG123 |
|
Exactly, the cursor is a SELECT on one column, and this column is a CLOB. |
I installed version 3.1.4 2 days ago.
I notice that the framework is throwing an error when trying to compare two cursors with ut.expect().to_equal.
Here's the error stack:
ORA-00904: "UTPLSQL"."UT_COMPOUND_DATA_HELPER"."GET_HASH": invalid identifier
ORA-06512: at "UTPLSQL.UT_DATA_VALUE_REFCURSOR", line 317
ORA-06512: at "UTPLSQL.UT_DATA_VALUE_REFCURSOR", line 365
ORA-06512: at "UTPLSQL.UT_EQUAL", line 225
ORA-06512: at "UTPLSQL.UT_EXPECTATION", line 26
ORA-06512: at "UTPLSQL.UT_EXPECTATION", line 138
ORA-06512: at "XXX.XXX", line 170
I had to add UT_COMPOUND_DATA_HELPER in the create_synonyms_and_grants_for_public.sql script to make it work.
Thanks!