We are using SQLite to do some simple expression evaluation in our app. In so doing - we have notices the following:
sqlite> SELECT '1' > 100; 1 sqlite> SELECT '1' + 100; 101 From my point of view this seems somewhat inconsistent. I understand I am not really using SQLite in a way it was designed to be used - so I am not really 'complaining' - I am asking if this is exepected? Thanks in advance, Brandon -- *LEGAL DISCLAIMER:* The information in this email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful.