On 2 May 2018, at 6:08pm, Thomas Kurz <sqlite-users@mailinglists.sqlite.org> 
wrote:

> Are there any plans for supporting a true BigInt/HugeInt data type (i.e. 
> without any length restriction) in the near future?

The largest integer storable as an integer is current 2^63-1, which is the 
value as signed BigInt in many libraries.  In other words, SQLite already does 
BigInt.  Just the same as SQL Server, MySQL, Postgres and DB2.

I have not seen any plans for anything bigger than that.

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

Reply via email to