Hi Folks,
I followed the instructions above.
I git cloned the latest repository, and pulled "develop"
I ran the server, then the console, and created a database.
I run this command, and it fails. It seems not to like "LET".
Please tell me how I can run a SQL batch program using this new feature.
You'll note below that "Create vertex..." works, but "LET luke = create
vertex...." fails.
My session:
=========================================================
~/src/releases/orientdb-community-2.0-SNAPSHOT/bin ()
$ ./console.sh
OrientDB console v.2.0-SNAPSHOT (build 2) www.orientechnologies.com
Type 'help' to display all the commands supported.
Installing extensions for GREMLIN language v.2.5.0
orientdb> connect remote:localhost/tagonomy root cooper
Connecting to database [remote:localhost/tagonomy] with user 'root'...OK
orientdb {db=tagonomy}> create vertex V set name = 'lukename'
Created vertex 'V#9:0{name:lukename} v1' in 0.016000 sec(s).
orientdb {db=tagonomy}> let luke = create vertex V set name = 'lukename'
!Unrecognized command: 'let luke = create vertex V set name = 'lukename''
orientdb {db=tagonomy}>
--
---
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 [email protected].
For more options, visit https://groups.google.com/d/optout.