SQLite

All files named ”test/func4.test”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for test/func4.test

2024-10-01
20:29
[a02e695f62] part of check-in [f622b52024] Remove all code that makes use of the C-language "long double" datatype. (check-in: [f622b52024] user: drh branch: omit-long-double, size: 21599)
2024-03-15
13:16
[a3f9062487] part of check-in [d0fbe779bc] Tweaks to the func4.test test module (which tests the rarely used totype.c extension) so that it works on i586 compiled using gcc-13 with -O0. Details at forum post 0a7553b0f734c033. (check-in: [d0fbe779bc] user: drh branch: trunk, size: 21635)
2024-01-05
15:53
[e8ef9b2bd6] part of check-in [c626aa108a] Update extension ext/misc/totext.c to avoid both ubsan warnings and dubious real->integer conversions. (check-in: [c626aa108a] user: dan branch: totype-fix, size: 20722)
2023-03-23
19:22
[e61ba44570] part of check-in [95c7af79cf] Fix test cases so that they work when SQLITE_ENABLE_NAN_INF is defined. (check-in: [95c7af79cf] user: drh branch: nan-inf, size: 20848)
2020-08-27
18:36
[2285fb5792] part of check-in [5ce34a955b] Include the original text of the CHECK constraint in the error message for anonymous CHECK constraints. (check-in: [5ce34a955b] user: drh branch: trunk, size: 20767)
2020-02-01
21:03
[a94858a8c1] part of check-in [1d4f86201d] On an INSERT or UPDATE, perform affinity conversions on new data prior to running CHECK constraints. Ticket [86ba67afafded936]. (check-in: [1d4f86201d] user: drh branch: trunk, size: 20291)
2013-11-05
13:33
[6beacdfcb0] part of check-in [54b2219297] Standardize the error messages generated by constraint failures to a format of "$TYPE constraint failed: $DETAIL". This involves many changes to the expected output of test cases. (check-in: [54b2219297] user: drh branch: omit-rowid, size: 20330)
2013-10-14
21:14
[cb3f888a1c] part of check-in [9f66dd7e37] Move the tointeger() and toreal() functions out of core and make them into a run-time loadable extension. (check-in: [9f66dd7e37] user: drh branch: trunk, size: 20080)
2013-09-06
20:30
[142490571f] part of check-in [94c4cdc50d] When converting from a BLOB value in the tointeger() and toreal() SQL functions, make sure that endianness of the machine does not matter. (check-in: [94c4cdc50d] user: mistachkin branch: toTypeFuncs, size: 20050)
2013-09-04
00:58
[488c8deabf] part of check-in [e1814452fa] Additional test cases for the tointeger() and toreal() SQL functions when converting from a BLOB. (check-in: [e1814452fa] user: mistachkin branch: toTypeFuncs, size: 21554)
2013-08-29
02:27
[4eaa19eed2] part of check-in [b724219b00] Disable several toreal() tests that require high floating point precision when it is unavailable. (check-in: [b724219b00] user: mistachkin branch: toTypeFuncs, size: 16924)
2013-08-20
09:26
[91a0ff89a9] part of check-in [5e1e9fd5e4] Add test cases for tointeger() and toreal() functions. Fixes for several tests. (check-in: [5e1e9fd5e4] user: mistachkin branch: toTypeFuncs, size: 16396)
2013-06-21
19:29
[0e2d0e295b] part of check-in [9b837b0508] Merge in the latest changes from trunk. Simplify the implementation of the tointeger() and toreal() functions. Fix test cases and put unambiguous labels on all testcase names. (check-in: [9b837b0508] user: drh branch: toTypeFuncs, size: 12194)
2013-03-13
06:48
[cf09a622b4] part of check-in [12c318ef1b] Rename the experimental todouble() function to toreal(), update comments. (check-in: [12c318ef1b] user: mistachkin branch: toTypeFuncs, size: 13090)
2013-03-12
09:07
[161f051a02] part of check-in [05c4463ec5] Increase strictness of the new experimental functions and add more tests. (check-in: [05c4463ec5] user: mistachkin branch: toTypeFuncs, size: 13192)
2013-03-11
06:24
[86f48cf198] part of check-in [f9468e334d] Add more tests. (check-in: [f9468e334d] user: mistachkin branch: toTypeFuncs, size: 11183)
01:23
Added: [f87bfeee43] part of check-in [465fd853d3] Add experimental tointeger() and todouble() SQL functions. (check-in: [465fd853d3] user: mistachkin branch: toTypeFuncs, size: 9389)