Hi Sergei, no, it's not an expected behavior, all the SQL parser for data manipulation statements (select, insert, update and so on) was rewritten to avoid this kind of problems. Schema manipulation statements (eg. create class) are not yet covered by the new parser, but it will be addressed in short time
Luigi 2015-05-29 20:55 GMT+02:00 Sergei Pohilko <[email protected]>: > > Hi! > > I noticed that SQL commands are sensitive to extra spaces between words: > > create class Subscription2 extends V > -->Fails with "!Unrecognized command:..." error > > create class Subscription2 extends V > --> works fine. > > Version is orientdb-enterprise-2.1-rc1 for Windows. > > Is it an expected behavior? > > Thanks. > Sergei. > > -- > > --- > 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. > -- --- 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.
