Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/pragma4.test
2025-01-07
| ||
15:39 | [396ef9bff1] part of check-in [8a56e98d25] Fix a memory error in test logic introduced by [8704034254938662]. (check-in: [8a56e98d25] user: drh branch: trunk, size: 9565) | |
2024-12-06
| ||
18:35 | [336b99c2a9] part of check-in [8704034254] Add the SQLITE_PREPARE_DONT_LOG option for sqlite3_prepare_v3(), that prevents errors in the compilation of the SQL from being sent to sqlite3_log(). (check-in: [8704034254] user: drh branch: trunk, size: 9568) | |
2024-05-07
| ||
17:58 | [f93f317693] part of check-in [6838bf3ac1] Ensure successive scans of pragma virtual tables return consistent rowids. (check-in: [6838bf3ac1] user: dan branch: trunk, size: 8819) | |
2024-04-10
| ||
16:36 | [c7539e5e63] part of check-in [61060c7d0d] Fix the pragma4.test script so that it works with SQLITE_OMIT_VIRTUALTABLE. (check-in: [61060c7d0d] user: dan branch: branch-3.45, size: 8052) | |
2024-03-25
| ||
13:18 | [22834a228e] part of check-in [f8fe6fb69c] Fix the pragma4.test script so that it works with SQLITE_OMIT_VIRTUALTABLE. (check-in: [f8fe6fb69c] user: drh branch: trunk, size: 8110) | |
12:28 | [d864430507] part of check-in [38578b5af2] Fix recent test case changes so that they also work on Windows. (check-in: [38578b5af2] user: drh branch: trunk, size: 8067) | |
2024-03-24
| ||
21:15 | [0010fbd5a3] part of check-in [d68fb8b5db] Fix the xBestIndex method of the pragma virtual table so that it correctly gives a higher cost to plans where the schema hidden parameter is unconstrained. (check-in: [d68fb8b5db] user: drh branch: branch-3.44, size: 7969) | |
21:10 | [1951dc5a6d] part of check-in [bc516ff520] Fix the xBestIndex method of the pragma virtual table so that it correctly gives a higher cost to plans where the schema hidden parameter is unconstrained. Fix for the problem reported by forum post 85b6a8b6705fb77a. (check-in: [bc516ff520] user: drh branch: trunk, size: 7969) | |
2024-02-02
| ||
16:51 | [9559cf5173] part of check-in [cc294c041b] Have "PRAGMA quick_check" compare the number of entries in tables and indexes. (check-in: [cc294c041b] user: dan branch: quick-check-counts, size: 7532) | |
2020-08-10
| ||
10:43 | [ca5e4dfc46] part of check-in [5d54cd44d0] Fix minor test script problems. (check-in: [5d54cd44d0] user: dan branch: trunk, size: 7532) | |
2020-01-15
| ||
12:49 | [49ee189899] part of check-in [dadedf41c7] Merge all recent enhancements and fixes from trunk into the apple-osx branch. (check-in: [dadedf41c7] user: drh branch: apple-osx, size: 7484) | |
2019-10-29
| ||
16:18 | [10c624e45a] part of check-in [4d424f3047] Remove the legacy_file_format PRAGMA. In its place, provide the SQLITE_DBCONFIG_LEGACY_FILE_FORMAT option to sqlite3_db_config(). Fix for ticket [6484e6ce678fffab] (check-in: [4d424f3047] user: drh branch: trunk, size: 7398) | |
2019-07-08
| ||
20:59 | [5500c386d7] part of check-in [de88ed862e] Merge recent enhancements from trunk into apple-osx. (check-in: [de88ed862e] user: drh branch: apple-osx, size: 7520) | |
2019-05-18
| ||
19:49 | [1cb4b32f1a] part of check-in [d91095ba71] Avoid including the comment in the output of "PRAGMA table_info" in situations where there is a comment following a DEFAULT value within a CREATE TABLE statement. (check-in: [d91095ba71] user: dan branch: trunk, size: 7434) | |
2019-04-15
| ||
14:49 | [8c03b17baa] part of check-in [378230ae7f] Bring in the latest enhancements from trunk. (check-in: [378230ae7f] user: drh branch: apple-osx, size: 7293) | |
2019-04-12
| ||
12:10 | [26b250531f] part of check-in [56b664185e] Fix minor problems in tcl test scripts. (check-in: [56b664185e] user: dan branch: trunk, size: 7207) | |
2018-11-30
| ||
18:22 | [e35e8bce8c] part of check-in [2c76ce4f42] Merge the pre-3.26.0 fixes from trunk. (check-in: [2c76ce4f42] user: drh branch: apple-osx, size: 7024) | |
2018-11-28
| ||
11:49 | [52d8186f9e] part of check-in [b53a9a3dc6] Update some test cases to account for SQLITE_OMIT_VIRTUAL_TABLE builds. (check-in: [b53a9a3dc6] user: dan branch: trunk, size: 6938) | |
2018-11-27
| ||
17:02 | [fe28e87570] part of check-in [3c893d9bcc] Improvements to two cases in pragma4.test. (check-in: [3c893d9bcc] user: drh branch: trunk, size: 6552) | |
2018-11-26
| ||
23:35 | [dc17e57003] part of check-in [e8c20a88c1] Merge recent enhancements from trunk. (check-in: [e8c20a88c1] user: drh branch: apple-osx, size: 6641) | |
2018-11-20
| ||
18:09 | [12d0088e52] part of check-in [6982f52f57] Fix problems in pragma.c causing some PRAGMA statements to test the wrong schema-cookie before proceeding, or to try to open cursors on the wrong database ("PRAGMA foreign_key_check" only). (check-in: [6982f52f57] user: dan branch: trunk, size: 6555) | |
2017-10-24
| ||
19:12 | [da107b2fd4] part of check-in [13be3a441d] Merge all enhancements and fixes from the 3.21.0 release. (check-in: [13be3a441d] user: drh branch: apple-osx, size: 3015) | |
2017-09-21
| ||
00:49 | [3046501bee] part of check-in [adc12c83dd] Fix the rendering of the P4_INTARRAY argument to the OP_IntegrityCk opcode in the output of EXPLAIN. (check-in: [adc12c83dd] user: drh branch: trunk, size: 2929) | |
2017-01-06
| ||
13:52 | [2fcabe7a35] part of check-in [4a97ba4ee0] Ensure that "PRAGMA case_sensitive_like" and "PRAGMA shrink_memory" set the number of output columns to 0 (as they are statements that return no data). (check-in: [4a97ba4ee0] user: dan branch: branch-3.16, size: 2451) | |
13:49 | [6e85b6eab8] part of check-in [6696cd1878] Ensure that "PRAGMA case_sensitive_like" and "PRAGMA shrink_memory" set the number of output columns to 0 (as they are statements that return no data). (check-in: [6696cd1878] user: dan branch: trunk, size: 2365) | |
00:02 | [79333554eb] part of check-in [28d8778914] Remove several non-portable tests for the deprecated temp_store_directory PRAGMA. (check-in: [28d8778914] user: mistachkin branch: trunk, size: 2085) | |
2017-01-05
| ||
19:32 | Added: [30533f846a] part of check-in [5c05d8ec5e] Ensure that sqlite3_column_count() returns 0 for the "set" mode of "get/set" PRAGMA statements that do not return a value in that case (e.g. page_size, cache_size, auto_vacuum). (check-in: [5c05d8ec5e] user: dan branch: pragma-columncount-fix, size: 2171) | |