[orientdb] Re: Root was not created during first startup

2016-01-18 Thread alessandrorota04
Hi Denis, can you open an issue ? Kind regards, Alessandro -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to orient-database+unsubscr...@googlegroups.com. For

[orientdb] Re: Root was not created during first startup

2016-01-18 Thread Denis Wilson Souza Rosa
Hey, Here it is https://github.com/orientechnologies/orientdb-studio/issues/347 On Monday, January 18, 2016 at 11:37:13 AM UTC-2, alessand...@gmail.com wrote: > > Hi Denis, > can you open an issue ? > > Kind regards, > Alessandro > -- --- You received this message because you are subscribed

[orientdb] Root was not created during first startup

2016-01-18 Thread Denis Wilson Souza Rosa
Hi, I download the orientdb-community-2.2-alpha and orientdb-community-2.1.9, I ran the server.sh file and after the server is up I shutdown it. In both cases the root user has not been created, and also when I add it manually into orientdb-server-config.xml and restart the server I am not

[orientdb] Re: SUPERCLASS NULL

2016-01-18 Thread luca
Hi Scott, here is where it says to use "Null": http://orientdb.com/docs/2.0/orientdb.wiki/SQL-Alter-Class.html which I thought it was the latest dos. Yesterday I found this http://orientdb.com/docs/2.1/SQL-Alter-Class.html so I guess it's my fault...sorry Thanks a lot Luca The command that

[orientdb] Re: SUPERCLASS NULL

2016-01-18 Thread alessandrorota04
Hi, the documentation says: Remove a super-class: orientdb> ALTER CLASS Employee SUPERCLASS -Person This feature was introduced in version 2.1. You can look the documentation at the following link http://orientdb.com/docs/2.1/SQL-Alter-Class.html -- --- You received this message because you

Re: [orientdb] Re: Can OrientDB be used directly from the DOM (say an AngularJs application) ?

2016-01-18 Thread Luigi Dell'Aquila
Hi Paul, Yes, OrientDB can definitely be used from the DOM, but I'd not suggest to put all your application logic in the client-side JS in general. As a general advice, I suggest you to: - connect via HTTPS - use OrientDB authentication to make sure the client can only access needed resources -

[orientdb] LET is error with aggregation

2016-01-18 Thread Hung Tran
Hi, I am migrating from version 1.7.8 to version 2.1.8. The below query is failed to execute SELECT $v1 as Id, $v2 AS EmailAddress, Count(*) AS Total, BounceType, IFNULL($v0,'') AS __a0, IFNULL($v3,'') AS LastTime, IFNULL(Contact,'') AS Contact FROM