Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/hexlit.test
2016-11-30
| ||
14:47 | [4a6a5f46e3] part of check-in [3816bb415e] Fix then handling of the (oversized) integer literal -0x8000000000000000. (check-in: [3816bb415e] user: drh branch: trunk, size: 4079) | |
2015-11-24
| ||
03:50 | [d7b0a5f411] part of check-in [19a9c07b26] Add a test case for the fix of check-in [19d9f9ce691963310] (check-in: [19a9c07b26] user: drh branch: trunk, size: 3958) | |
2015-04-15
| ||
04:10 | [1d312fa816] part of check-in [a084690b4f] An oversize hex literal can cause a parsing error while generating code for constants that are factored out of the main body of the VDBE program. So allow for that case. (check-in: [a084690b4f] user: drh branch: trunk, size: 3839) | |
2014-07-23
| ||
19:04 | [f9ecde8145] part of check-in [a3cc027fa7] Enhancements to the hex literal tests. (check-in: [a3cc027fa7] user: mistachkin branch: hex-literal, size: 3662) | |
13:40 | [1dc49cfd1c] part of check-in [6c6f0de59b] Change the hex literal processing so that only the SQL parser understands hex literals. Casting and coercing string literals into numeric values does not understand hexadecimal integers. This preserves backwards compatibility. Also: Throw an error on any hex literal that is too big to fit into 64 bits. (check-in: [6c6f0de59b] user: drh branch: hex-literal, size: 3858) | |
02:07 | [58b653845b] part of check-in [4b86ccdf4f] Casting hex literals directly from string to float always results in a positive number. (check-in: [4b86ccdf4f] user: drh branch: hex-literal, size: 4922) | |
01:59 | [499de0bfdf] part of check-in [7e1bbacb11] Reformatting a few test cases for clarity. (check-in: [7e1bbacb11] user: drh branch: hex-literal, size: 4924) | |
01:56 | Added: [c7f3034805] part of check-in [19054339c4] Test cases for hex literals. (check-in: [19054339c4] user: drh branch: hex-literal, size: 4919) | |