We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running SELECT @this.toJSON('prettyPrint') FROM Hotels WHERE Id = 1 against demodb should return a valid JSON document.
SELECT @this.toJSON('prettyPrint') FROM Hotels WHERE Id = 1
demodb
null result is returned.
null
result
The text was updated successfully, but these errors were encountered:
Hi @kahlkevin
Thank you for reporting, I'm checking it now
Thanks
Luigi
Sorry, something went wrong.
417aa25
I just pushed a fix, it will be released with 3.0.2
The snapshot will be available on Sonatype servers in a few minutes
luigidellaquila
No branches or pull requests
OrientDB Version: 3.0.1 Community Edition / May 18th, 2018
Java Version: 8 / jdk1.8.0_161
OS: Windows 10 / 64-bit
Expected behavior
Running
SELECT @this.toJSON('prettyPrint') FROM Hotels WHERE Id = 1
againstdemodb
should return a valid JSON document.Actual behavior
null
result is returned.Steps to reproduce
demodb
database using Studio or Console.null
value inresult
object.The text was updated successfully, but these errors were encountered: