On 11/27/2013 04:26 PM, Zsbán Ambrus wrote:
On Tue, Nov 26, 2013 at 5:01 PM, Richard Hipp <d...@sqlite.org> wrote:
The check-in above changes the behavior of REAL-to-INTEGER casts where the
REAL value is larger than the largest possible integer.  For example:

     SELECT CAST(9223372036854775808.0 to INTEGER);

The change causes the query to yield
9223372036854775807,
What is the scope of this change?
http://www.sqlite.org/draft/releaselog/current.html mentions only CAST
expressions, is CAST expressions the only case when this happens?  In
particular, will the behavior of the sqlite3_column_int64 function
when retrieving a float value result change?

Yes. It will.


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to