Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/func6.test
2024-07-30
| ||
17:09 | [3bc89ec0f2] part of check-in [e0d9670dd9] Get rid of "-encoding binary" across all test cases, as that is no longer supported in Tcl9. Use "-translation binary" instead. (check-in: [e0d9670dd9] user: drh branch: tcl9, size: 5302) | |
2022-03-14
| ||
22:58 | [9cc9b1f43b] part of check-in [3950b7d006] Fix an assert() statement in the covering index optimization for the corner case of dealing with an sqlite_offset() SQL function call. (check-in: [3950b7d006] user: drh branch: trunk, size: 5319) | |
2018-02-12
| ||
15:27 | [90e42b64c4] part of check-in [e128d72f1a] Update test file func6.test so that it works with SQLITE_ENABLE_NULL_TRIM builds. (check-in: [e128d72f1a] user: dan branch: trunk, size: 5014) | |
2018-02-09
| ||
15:42 | [612311a51a] part of check-in [b685d32310] Make the tests in func6.test more robust against implementation changes. (check-in: [b685d32310] user: dan branch: trunk, size: 4758) | |
2018-01-04
| ||
19:20 | [a4281c8fcd] part of check-in [a6eee0fcd8] Remove the snarky "_supported_" qualifier from the name of the sqlite_offset() SQL function. (check-in: [a6eee0fcd8] user: drh branch: trunk, size: 2546) | |
2017-12-29
| ||
16:37 | [1a2bc511fe] part of check-in [9406c0a685] Stricter test cases. (check-in: [9406c0a685] user: drh branch: location-function, size: 2786) | |
15:04 | [8a6ecb974a] part of check-in [7a7f826e32] Change the function name to sqlite_unsupported_offset(X). Only enable the function if compiled with -DSQLITE_ENABLE_OFFSET_SQL_FUNC. The makefiles add that definition to shell builds. (check-in: [7a7f826e32] user: drh branch: location-function, size: 1375) | |
14:33 | [afd2f720b3] part of check-in [dd94d6a880] Enhance location(X) so that it works with indexes and WITHOUT ROWID tables. The function might return an offset to the main table or to an index, depending on whether the column X would be loaded from the main table or from the index. (check-in: [dd94d6a880] user: drh branch: location-function, size: 1224) | |
2017-12-16
| ||
20:20 | Added: [5d4b0526f5] part of check-in [51be955816] Add an experimental location(X) SQL function that attempt to return the location of the payload within the database for the record that contains column X. location(X) returns NULL if X is not an ordinary table column or if SQLite cannot figure out the location because it is using a covering index. (check-in: [51be955816] user: drh branch: location-function, size: 1218) | |