On Tue, Nov 26, 2013 at 5:01 PM, Richard Hipp <[email protected]> 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? Ambrus _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

