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
This is Issue 88 moved from a Google Code project.
Added by 2010-07-30T08:29:52.000Z by j...@supporters.dk.
Please review that bug for more context and additional comments, but update this bug.
Closed (Done).
Original labels: Type-Defect, Priority-Medium
Original description
<b>What steps will reproduce the problem?</b>
1. Create class "A" with a title string-property
2. Create class "B" with a relationship link-property
3. Run the query: "CREATE LINK test FROM B.relationship TO A.title" (it does not matter if it is from the Command-page in OrientDB Studio or from the console - I get the same result)
Error shown:
"Error: com.orientechnologies.orient.core.exception.OCommandExecutionException: Error on execution of command: OCommandSQL [text=CREATE LINK test FROM relationship.inVertex TO vertex.title]
--> com.orientechnologies.orient.core.sql.OCommandSQLParsingException: Error on parsing command at position #0: This command supports only the database type ODatabaseDocumentTx"
<b>What is the expected output? What do you see instead?</b>
I expected the link to be created, so I would be able to query "SELECT FROM B where A.title = 'something'"
<b>Please use labels and text to provide additional information.</b>
create link, console, OrientDB Studio
The text was updated successfully, but these errors were encountered:
This is Issue 88 moved from a Google Code project.
Added by 2010-07-30T08:29:52.000Z by j...@supporters.dk.
Please review that bug for more context and additional comments, but update this bug.
Closed (Done).
Original labels: Type-Defect, Priority-Medium
Original description
The text was updated successfully, but these errors were encountered: