Neither LOCK or UNLOCK compile.
Just FYI.
If the LOCK and UNLOCK features are not implemented {yet} then NOT(compiling) is a GOOD thing!!!
That would allow/force someone to update their code if they were bringing it over from another system.
Just FYI, Tracey
LOCK 1
UNLOCK 1
END
line 1:6: unexpected token: 1
line 2:8: unexpected token: 1
unexpected end of subtree
LOCK and UNLOCK are not supported yet.
Need some kind of central authority to manage the locks between users. Could possibly delegate it to the database drivers to handle how they see fit.
Yep, I think the database driver should handle locking. After all, the driver might point to a remote database, with it's own locking peculiarities.
Perhaps the compiler should say that these statements are currenlty not supported, rather than the "unexpected token, ...end of subtree" message.