Skip to content
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

Error in Hana DB only #33

Closed
Palaniappanst opened this issue Dec 16, 2021 · 3 comments
Closed

Error in Hana DB only #33

Palaniappanst opened this issue Dec 16, 2021 · 3 comments

Comments

@Palaniappanst
Copy link

Method get_value and get_value_int were working fine the old oracle DB
Currently we have moved to HANA DB and we facing syntax error in both these methods.
Syntax error is on Read statement : READ TABLE me->data ASSIGNING WITH TABLE KEY key = key.
Actual Error : Component "VALUE" of key "PRIMARY_KEY" of table "ME->DATA" is not specified or is incomplete. Key must be specified in full. provided

Please help to resolve the issue.

image

@Palaniappanst
Copy link
Author

changed to READ TABLE me->data ASSIGNING WITH KEY key = key.

@se38
Copy link
Owner

se38 commented Dec 16, 2021

Hi Palaniappanst,
there's no syntax error on my HANA system.
Maybe you haven't defined the table type ZJSON_KEY_VALUE_T as "hashed table" with key field "KEY".
image

@Palaniappanst
Copy link
Author

Palaniappanst commented Dec 16, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants