janjilek
janjilek
Hi, then I try to use nonenumerable decorator, I cannot write to the variable. I receive this exception: Cannot assign to read only property. Is this expected behavior?
Hello, i am trying to exclude all edges from result, but its not possible via nodejs driver. I have this simple query: SELECT \* FROM gift WHERE uuid = 'some-uuid'...
Hello, When I try to order result with order('scheduleDate DESC, @rid DESC'), it generates non valid strict SQL: SELECT FROM Gift ORDER BY (scheduleDate DESC, @rid DESC) Error: com.orientechnologies.orient.core.sql.OCommandSQLParsingException: Error...