You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commands should be case-insensitive.
Resulf of JS print('Hello World!') should be the same as js print('Hello World!').
Actual behavior
orientdb {db=StarterHabr}> JS print('Hello World!')
Hello World!
Client side script executed in 0,002000 sec(s). Value returned is: null
orientdb {db=StarterHabr}> js print('Hello World!')
[Started multi-line command. Type just 'end' to finish and execute]
end
Hello World!
Client side script executed in 0,002000 sec(s). Value returned is: null
Uppercase command JS and JSS run the command and not goes to interactive javascript mode.
Lowercase version js and jss goes to interactive javascript mode.
Steps to reproduce
Type and run in console: JS print('Hello World!')
js print('Hello World!')
The text was updated successfully, but these errors were encountered:
OrientDB Version: v2.2.28
Java Version: 1.8.0_144
OS: Windows 7 x64
Expected behavior
Commands should be case-insensitive.
Resulf of
JS print('Hello World!')
should be the same asjs print('Hello World!')
.Actual behavior
Uppercase command
JS
andJSS
run the command and not goes to interactive javascript mode.Lowercase version
js
andjss
goes to interactive javascript mode.Steps to reproduce
Type and run in console:
JS print('Hello World!')
js print('Hello World!')
The text was updated successfully, but these errors were encountered: