Changes between Initial Version and Version 1 of Ticket #27397, comment 24
- Timestamp:
- Nov 7, 2016, 4:54:44 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27397, comment 24
initial v1 26 26 INTEGER. The value is a signed integer, stored in 1, 2, 3, 4, 6, or 8 bytes depending on the magnitude of the value. 27 27 28 That is, you can only store values from ` -2**63` to `(2**63-1) `28 That is, you can only store values from `2**63` to `(2**63-1) ` 29 29 30 30 Be careful when you need to store large numbers in SQLite. If you really need to support unsigned 64-bit numbers, ?? but it makes a SQLite bad choice for developing