Changes between Version 1 and Version 2 of Ticket #27397, comment 24
- Timestamp:
- Nov 7, 2016, 5:38:58 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27397, comment 24
v1 v2 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 REAL. The value is a floating point value, stored as an 8-byte IEEE floating point number. 29 28 30 That is, you can only store values from `2**63` to `(2**63-1) ` 29 31