Attribute name with "." character present in OrientDB 3.2.24 onwards are fetching null value #10419
Unanswered
dishabehrani7
asked this question in
General
Replies: 1 comment
-
|
Hi, Did you try to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
While trying to fetch data for attributes with special character, we have observed weird behaviour.
On OrientDB 3.2.24 when we are trying to fetch data for attributes [
C @ Age,C d.o.b,Child P#Name] ,OrientDb studio is not returning value for the attribute [
C d.o.b].But this same is working on OrientDB version till 3.2.23.
We have found same behaviour while trying to fetch data using document API.
Query used
API used for execution of query:
OResultSet ors = oDatabaseDocument.command(query);API for getting attributes :
Can you please let us know in which version this issue is fixed ?
Beta Was this translation helpful? Give feedback.
All reactions