I'm creating and seeding my database using .osql files loaded through the console (is this the best way?).
I have some large documents and I'm finding that I must do the insert entirely on one line, which can make for very long lines. I've tried numerous ways to split the lines and have searched the documentation for answers to no avail. Is there a way to do inserts with multiple lines in an osql file loaded through the console? I'm doing inserts like this: insert into User set name = "Joe", emailAddress = "[email protected]" Thanks! Chas. -- --- 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.
