On Nov 17, 2007, at 5:30 PM, Joe Wilson wrote:

  sqlite> select ~1 - ~5;
  -8
  sqlite> select (~1) - (~5);
  4


That would be a bug in lemon...

I guess adopting the same operator precedence as MySQL or MS SQL Server
is out of the question?


I believe SQLite uses the same operator precedence as the SQL standard
requires. If I am wrong about that, please correct me and I will change it.

On the other hand, changing the operator precedence to agree with
MySQL or MSSQL is not something we are interested in doing if they
are using a non-standard precedence.

D. Richard Hipp
[EMAIL PROTECTED]




-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to