orientdb-docs
orientdb-docs copied to clipboard
Misleading documentation
From a user:
Here is something that I think is bad in the documentation. the syntax says
CREATE DATABASE REMOTE:192.168.1.1/trick root
E30DD873203AAA245952278B4306D94E423CF91D569881B7CAD7D0B6D1A20CE9 PLOCAL
so when we tried to do it, we kept getting error and thought we are doing something wrong but not connecting properly. but apparently PLOCAL needs to be lowercased.. same for drop database, the error says we cannot but that's because the syntax is uppercased in the documentation and needs to be lowercased..
also, we had some queries that were either missing ")" or misspelling of commands.
I think this might frustrate new users who are trying it for the first time. I think it would be good for the documentation guy to run the commands on the page just to make sure that they work.