Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for tool/mkpragmatab.tcl
2025-03-28
| ||
08:59 | [5615f8ea9a] part of check-in [648aca5b47] Second round of cygwin fixes: this makes the full "unix" vfs usable with Cygwin as well. Not all tests are working yet. WIP! (check-in: [648aca5b47] user: jan.nijtmans branch: cygwin-fixes, size: 16724) | |
2025-03-03
| ||
16:53 | [7650ca1297] part of check-in [b51690e180] Merge the latest trunk enhancements into the reuse-schema branch. (check-in: [b51690e180] user: drh branch: reuse-schema, size: 17220) | |
15:53 | [10694206df] part of check-in [051a6b159e] Merge all the latest trunk enhancements into the begin-concurrent branch. (check-in: [051a6b159e] user: drh branch: begin-concurrent, size: 16868) | |
2025-02-28
| ||
01:06 | [f9339d207d] part of check-in [8b5996f45f] Strive to make sorts stable in the mkpragmatab.tcl build script, so that we get consistent amalgamations regardless of platform. Forum thread c9914addebf3da51. (check-in: [8b5996f45f] user: stephan branch: branch-3.49, size: 16787) | |
2025-02-27
| ||
16:07 | [3801ce32f8] part of check-in [3f57584710] Strive to make sorts stable in the mkpragmatab.tcl build script, so that we get consistent amalgamations regardless of platform. Forum thread c9914addebf3da51. (check-in: [3f57584710] user: drh branch: trunk, size: 16722) | |
2025-02-20
| ||
12:34 | [6bffd7312b] part of check-in [f24e4d7bc0] Experimental prototype for "PRAGMA loadall(TABLE_OR_INDEX)". (check-in: [f24e4d7bc0] user: drh branch: pragma-loadall, size: 16805) | |
2025-02-18
| ||
14:56 | [365ff09365] part of check-in [b2bf063011] Merge the latest trunk enhancements into the reuse-schema branch. (check-in: [b2bf063011] user: drh branch: reuse-schema, size: 17101) | |
14:37 | [a2995a2d1a] part of check-in [3c87a6d195] Merge all the latest trunk enhancements into the begin-concurrent branch. (check-in: [3c87a6d195] user: drh branch: begin-concurrent, size: 16749) | |
2025-02-11
| ||
19:54 | [365ff4c036] part of check-in [9709ed1cdf] Omit the src/pragma.h file. It is generated by the tool/mkpragmatab.tcl script. The makefiles now know how to build this file for themselves. (check-in: [9709ed1cdf] user: drh branch: trunk, size: 16603) | |
2024-01-01
| ||
14:13 | [d014814d2a] part of check-in [4a8fc17365] Omit the uneven=N argument in sqlite_stat1 and replace it with var=N1,N2,... so that the variation in each column is reported separately. Omit the "slow" argument from sqlite_stat1, computing that flag internally. PRAGMA stats is enhanced with a new column "est" that shows the aiRowLogEst array for each index after it has been modified by "var=..." and also the "slow" flag. (check-in: [4a8fc17365] user: drh branch: enhanced-stat1, size: 16672) | |
2023-11-22
| ||
16:32 | [ae506d2d7b] part of check-in [24fc47afbd] Merge the 3.44.1 patches into a new sub-branch of reuse-schema. (check-in: [24fc47afbd] user: drh branch: reuse-schema-3.44, size: 17166) | |
15:29 | [d03737ad2a] part of check-in [7a1a114baf] Merge the 3.44.1 patches into a new sub-branch of begin-concurrent. (check-in: [7a1a114baf] user: drh branch: begin-concurrent-3.44, size: 16814) | |
2023-11-02
| ||
12:05 | [32e359ccb2] part of check-in [58eb5440d7] Update the srctree-check.tcl script and child script so that they can be run on a read-only source tree and so that if any inconsistencies are found, the script returns a non-zero exit code and thus halts the build. (check-in: [58eb5440d7] user: drh branch: trunk, size: 16668) | |
2022-09-28
| ||
17:10 | [cb827237c3] part of check-in [cf0999d4f8] Prototype implementation of "PRAGMA reset_database". This pragma differs from SQLITE_DBCONFIG_RESET_DATABASE in that the pragma only works if the database is reasonably well-formed, whereas the dbconfig works regardless. (check-in: [cf0999d4f8] user: drh branch: reset-database, size: 16342) | |
2022-03-12
| ||
14:47 | [8dcba40365] part of check-in [aa8b5e9558] Merge the latest trunk enhancements, including the 3.38.1 patches plus additional performance enhancements, into the begin-concurrent branch. (check-in: [aa8b5e9558] user: drh branch: begin-concurrent, size: 16395) | |
2022-02-22
| ||
20:38 | [0e059aaab5] part of check-in [630fe446da] Don't reload the schema on PRAGMA database_list. (check-in: [630fe446da] user: drh branch: reuse-schema, size: 16747) | |
20:29 | [bd07bd59d4] part of check-in [710de6a213] For the "PRAGMA database_list" statement, do not check to see if the schema is up-to-date and do not try to reload the schema. (check-in: [710de6a213] user: drh branch: trunk, size: 16249) | |
2021-10-21
| ||
14:24 | [6c5c676b10] part of check-in [1958e6faca] Merge trunk enhancements into the begin-concurrent-pnu-wal2 branch. (check-in: [1958e6faca] user: drh branch: begin-concurrent-pnu-wal2, size: 16406) | |
14:10 | [670bc23fac] part of check-in [cd15fc3c08] Merge recent trunk enhancements into the reuse-schema branch (check-in: [cd15fc3c08] user: drh branch: reuse-schema, size: 16768) | |
2021-10-04
| ||
13:30 | [de206c64b6] part of check-in [886feffaad] The pragma_table_list virtual table should have only one "schema" column. (check-in: [886feffaad] user: drh branch: trunk, size: 16260) | |
12:02 | [9e0f8690f3] part of check-in [bce02eaa0c] Merge recent trunk changes into the begin-concurrent-pnu-wal2 branch. (check-in: [bce02eaa0c] user: drh branch: begin-concurrent-pnu-wal2, size: 16416) | |
11:49 | [650e689c71] part of check-in [64234c5c9a] Merge recent trunk enhancements into the reuse-schema branch. (check-in: [64234c5c9a] user: drh branch: reuse-schema, size: 16778) | |
2021-09-21
| ||
17:26 | [056338994c] part of check-in [2c0e7ae541] Add the "PRAGMA table_list" command with its corresponding eponymous table-valued function: "pragma_table_list". (check-in: [2c0e7ae541] user: drh branch: trunk, size: 16270) | |
2021-08-03
| ||
16:44 | [2ed9421d7d] part of check-in [5b6f6514bd] Merge recent trunk changes into the begin-concurrent-pnu-wal2 branch. (check-in: [5b6f6514bd] user: drh branch: begin-concurrent-pnu-wal2, size: 16255) | |
16:11 | [720adb9f91] part of check-in [d71adc3fd8] Merge recent trunk enhancements into the reuse-schema branch. (check-in: [d71adc3fd8] user: drh branch: reuse-schema, size: 16617) | |
2021-07-20
| ||
07:35 | [7f6db47d19] part of check-in [039f540373] Demonstration code to show how NOT NULL and CHECK constraints can be verified after an ALTER TABLE ADD COLUMN. (check-in: [039f540373] user: drh branch: add-column-constraint-check, size: 16109) | |
2021-05-10
| ||
13:28 | [07c4824ea9] part of check-in [905085a75d] Add new output columns to the "PRAGMA database_list" statement. (check-in: [905085a75d] user: drh branch: database-list-enhancement, size: 16107) | |
2020-08-11
| ||
14:55 | [37381569b5] part of check-in [b1a77b7ead] Merge all changes since the 3.32.0 release into the reuse-schema branch. (check-in: [b1a77b7ead] user: drh branch: reuse-schema, size: 16597) | |
2020-07-30
| ||
19:37 | [d189900fe1] part of check-in [2b3241cf67] Merge latest trunk change into this branch. (check-in: [2b3241cf67] user: dan branch: begin-concurrent-pnu, size: 16235) | |
2020-07-03
| ||
12:32 | [ae5585ae76] part of check-in [07f849dee3] Fix the pragma_foreign_key_check virtual table so that it accepts arguments. (check-in: [07f849dee3] user: drh branch: trunk, size: 16089) | |
2020-05-18
| ||
16:19 | [b4074a1017] part of check-in [c69f030b1e] Merge recent changes from trunk. (check-in: [c69f030b1e] user: drh branch: begin-concurrent-pnu, size: 16217) | |
2020-05-16
| ||
19:00 | [44bcfb4aaf] part of check-in [5af4abe98c] Merge trunk enhancements in the reuse-schema branch. (Actual date of this check-in is 2020-05-18.) (check-in: [5af4abe98c] user: drh branch: reuse-schema, size: 16589) | |
2020-04-09
| ||
18:44 | [e7cec3e2c6] part of check-in [cedd138c74] Merge recent trunk enhancements into the begin-concurrent-pnu branch. (check-in: [cedd138c74] user: drh branch: begin-concurrent-pnu, size: 16177) | |
2020-03-31
| ||
20:57 | [d348a4bf71] part of check-in [a279b151c1] Add "PRAGMA analysis_limit=N;" to limit the number of rows visited by ANALYZE when N is positive. Positive N also disables collecting stat4. (check-in: [a279b151c1] user: drh branch: approximate-analyze, size: 16071) | |
2020-02-27
| ||
15:20 | [b5136888e4] part of check-in [3f5650aae6] Merge latest trunk changes into this branch. (check-in: [3f5650aae6] user: dan branch: reuse-schema, size: 16549) | |
2020-02-07
| ||
01:12 | [62663c65d9] part of check-in [5a877221ce] Simplify the code by removing the unsupported and undocumented SQLITE_HAS_CODEC compile-time option (check-in: [5a877221ce] user: drh branch: trunk, size: 16031) | |
2020-01-15
| ||
14:26 | [8549332006] part of check-in [f783917800] Merge all recent enhancements and fixes from trunk. (check-in: [f783917800] user: drh branch: reuse-schema, size: 17038) | |
13:48 | [99bbcc6e11] part of check-in [110a081f12] Merge all recent enhancements and fixes from trunk. (check-in: [110a081f12] user: drh branch: begin-concurrent-pnu, size: 16666) | |
2020-01-07
| ||
19:45 | [ca12b1c718] part of check-in [4c21373c21] Create the "trusted_schema" pragma. Add sqlite3_vtab_config() calls to set the risk rank for many virtual tables. (check-in: [4c21373c21] user: drh branch: new-security-options, size: 16520) | |
2020-01-04
| ||
01:43 | [ebff6eecf6] part of check-in [9ca906d24a] Enhance PRAGMA function_list so that it shows all instances of each FuncDef, the number of arguments, the encoding, the type, and the flags. Use this capability to locate and fix incorrect function flags in the standard build. (check-in: [9ca906d24a] user: drh branch: new-security-options, size: 16411) | |
2019-11-14
| ||
15:21 | [70269c7013] part of check-in [b8a631fd30] Merge recent enhancements from trunk. (check-in: [b8a631fd30] user: drh branch: hard-heap-limit, size: 16391) | |
2019-10-29
| ||
16:18 | [faf48e2962] 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: 16350) | |
2019-09-16
| ||
12:35 | [ee69ec15f4] part of check-in [27eb223690] Merge all recent trunk enhancements into the reuse-schema branch. (check-in: [27eb223690] user: drh branch: reuse-schema, size: 16981) | |
12:17 | [44471ca0c2] part of check-in [54930b7e0a] Merge recent trunk enhancements into the begin-concurrent-pnu branch. (check-in: [54930b7e0a] user: drh branch: begin-concurrent-pnu, size: 16609) | |
2019-08-20
| ||
17:14 | [3ee0d8cfbf] part of check-in [9b14eb7754] Bring the hard-heap-limit branch up-to-date with trunk. (check-in: [9b14eb7754] user: drh branch: hard-heap-limit, size: 16504) | |
2019-08-17
| ||
15:27 | [f115d63ada] part of check-in [9c4bca64fb] Activatate introspection pragmas by default. The new option SQLITE_OMIT_INTROSPECTION_PRAGMAS must be provided to keep them out. (check-in: [9c4bca64fb] user: drh branch: trunk, size: 16463) | |
2019-07-08
| ||
21:12 | [742b0c05b8] part of check-in [05aa93afdb] Merge enhancements from trunk into the begin-concurrent-pnu branch. (check-in: [05aa93afdb] user: drh branch: begin-concurrent-pnu, size: 16591) | |
2019-05-24
| ||
13:04 | [15241b904c] part of check-in [ff9f3e0951] Merge recent enhancements from trunk. (check-in: [ff9f3e0951] user: drh branch: reuse-schema, size: 16963) | |
2019-05-21
| ||
17:04 | [8250ef3df5] part of check-in [b3692c406f] Combine the implementations of the key and hexkey pragmas into a single case. Have both pragmas return "ok" if they are implemented. (check-in: [b3692c406f] user: drh branch: trunk, size: 16445) | |
2019-05-14
| ||
22:25 | [34f68553b3] part of check-in [018f3199b9] Merge all the latest trunk enhancements into the reuse-schema branch. (check-in: [018f3199b9] user: drh branch: reuse-schema, size: 16969) | |
21:51 | [ecfd5c8e64] part of check-in [e70878b363] Merge the latest trunk enhancements into begin-concurrent-pnu. (check-in: [e70878b363] user: drh branch: begin-concurrent-pnu, size: 16597) | |
2019-05-08
| ||
17:27 | [d8887dfbd5] part of check-in [eabe7f2d4f] Provide the SQLITE_OMIT_CASE_SENSITIVE_LIKE_PRAGMA compile-time option to omit the case_sensitive_like pragma. This change, in combination with documentation changes, is the current solution to ticket [a340eef47b0cad5]. (check-in: [eabe7f2d4f] user: drh branch: trunk, size: 16451) | |
2019-04-25
| ||
18:15 | [0b0d2500ca] part of check-in [b0ccef61a7] Add the sqlite3_hard_heap_limit64() interface and the corresponding "PRAGMA hard_heap_limit=N" command. (check-in: [b0ccef61a7] user: drh branch: hard-heap-limit, size: 16435) | |
2019-03-08
| ||
15:30 | [b8c2663222] part of check-in [667cce3dce] Merge all the latest enhancements from trunk. (check-in: [667cce3dce] user: drh branch: begin-concurrent-pnu, size: 16540) | |
2019-02-25
| ||
17:54 | [a3ca473c1d] part of check-in [64f97530ad] Where possible, avoid loading all schemas into memory for PRAGMA statements. (check-in: [64f97530ad] user: dan branch: reuse-schema, size: 16912) | |
2019-02-06
| ||
00:11 | [49039adeda] part of check-in [9dbf512d1c] Back out check-in [008112bcef561a8], reenabling deprecated PRAGMAs when the SQLITE_OMIT_DEPRECATED compile-time option is used, because way too many TH3 tests depend on those deprecated PRAGMAs. (check-in: [9dbf512d1c] user: drh branch: trunk, size: 16394) | |
2019-02-05
| ||
12:16 | [ecaabfaeb2] part of check-in [93386a7c97] Keep the temp_store_directory and data_store_directory pragmas even when compiling with SQLITE_OMIT_DEPRECATED. (check-in: [93386a7c97] user: drh branch: trunk, size: 16564) | |
2019-01-31
| ||
01:39 | [18d3d04b61] part of check-in [507c43537f] Improvements to "PRAGMA parser_trace=ON": Make it a flag pragma, and then use the flag to show the complete SQL text at the beginning of the parse. (check-in: [507c43537f] user: drh branch: trunk, size: 16646) | |
2019-01-24
| ||
16:07 | [f69c3acb55] part of check-in [008112bcef] Omit deprecated PRAGMAs when compiling with the -DSQLITE_OMIT_DEPRECATED option. (check-in: [008112bcef] user: drh branch: trunk, size: 16601) | |
2018-11-26
| ||
07:34 | [d5112b04ad] part of check-in [76608f750a] Merge latest begin-concurrent changes into this branch. (check-in: [76608f750a] user: dan branch: begin-concurrent-pnu, size: 16495) | |
2018-10-30
| ||
16:25 | [a1334e70a0] part of check-in [4f9878107a] Split the SQLITE_WriteSchema flag in two flags, WriteSchema and SQLITE_NoSchemaError. Set only WriteSchema on a VACUUM to avoid problems when trying to vacuum a corrupt database. With this change, the size of the flags field on sqlite3 must grow from 32 to 64 bytes. (check-in: [4f9878107a] user: drh branch: trunk, size: 16349) | |
2018-10-11
| ||
18:41 | [656e64fc4e] part of check-in [f03164d454] Add the textkey and textrekey pragmas. (check-in: [f03164d454] user: drh branch: trunk, size: 16328) | |
18:28 | [4d727a835e] part of check-in [f829099d25] Add the textkey and textrekey pragmas. (check-in: [f829099d25] user: drh branch: apple-osx, size: 16322) | |
2018-10-01
| ||
21:26 | [fc895d5a40] part of check-in [2fdd068987] Change the name of the pragma to PRAGMA table_xinfo. Improve the mkpragmatab.tcl script to reuse column names where appropriate. (check-in: [2fdd068987] user: drh branch: pragma-table-vinfo, size: 16101) | |
18:28 | [03d3373f6f] part of check-in [cf1b76135f] Add the extra "hidden" column to the end of the PRAGMA table_vinfo output. (check-in: [cf1b76135f] user: drh branch: pragma-table-vinfo, size: 15583) | |
17:15 | [75de913fcf] part of check-in [6f606f9923] Bring the PRAGMA table_vinfo statement up to date with trunk. (check-in: [6f606f9923] user: drh branch: pragma-table-vinfo, size: 15576) | |
2018-09-29
| ||
19:38 | [228172329b] part of check-in [8bcd1a5956] Add the PRAGMA table_vinfo command (with an extra "v" before "info") that works like PRAGMA table_info (without the "v") except that it also shows hidden columns on virtual tables. (check-in: [8bcd1a5956] user: drh branch: pragma-table-vinfo, size: 15465) | |
2018-09-28
| ||
21:11 | [c9c20b94ea] part of check-in [6f3dd9809f] Merge latest begin-concurrent changes into this branch. (check-in: [6f3dd9809f] user: dan branch: begin-concurrent-pnu, size: 15536) | |
2018-09-20
| ||
08:28 | [8b9b448b5e] part of check-in [5acad2e92c] Add a PRAGMA that restores the legacy ALTER TABLE RENAME TO behaviour. (check-in: [5acad2e92c] user: dan branch: legacy-alter-table, size: 15390) | |
2018-04-28
| ||
01:27 | [c2efde2e98] part of check-in [02e1a13c1f] Add the "PRAGMA reset_database=ON|OFF" command. When on, it causes the database to appear to be empty, causing the next transaction to reset it to an empty database. (check-in: [02e1a13c1f] user: drh branch: reset-database, size: 15407) | |
2017-11-28
| ||
02:47 | [f49ae6e8cb] part of check-in [2494132a2b] Add the "PRAGMA table_ipk(TABLE)" command for evaluation purposes. (check-in: [2494132a2b] user: drh branch: pragma-table-ipk, size: 15383) | |
2017-11-01
| ||
18:48 | [0d67312ad1] part of check-in [81baf67c44] The "PRAGMA noop_update" command now requires SQLITE_ENABLE_NOOP_UPDATE and no longer requires SQLITE_DEBUG. (check-in: [81baf67c44] user: drh branch: begin-concurrent-pnu, size: 15425) | |
2017-09-22
| ||
20:18 | [0ee82c0540] part of check-in [8d2a1cca61] Merge in all the trunk enhancements of the previous 7 months. The LIKE optimization has stopped working when there is an ESCAPE - that problem will be addressed in a subsequent check-in. (check-in: [8d2a1cca61] user: drh branch: est_count_pragma, size: 15358) | |
2017-09-12
| ||
18:49 | [e9a725395d] part of check-in [de2e371757] Add the highly-experimental "PRAGMA noop_update=TRUE" command. (check-in: [de2e371757] user: drh branch: pragma-noop-update, size: 15412) | |
2017-07-19
| ||
18:54 | [c249dee507] part of check-in [be0df0a65f] Merge latest trunk changes with this branch. (check-in: [be0df0a65f] user: dan branch: server-process-edition, size: 15419) | |
2017-07-13
| ||
21:06 | [983057a164] part of check-in [dcc407972a] Make the freelist format a separate feature from the page-level locking. Freelist format is now configure using "PRAGMA freelist_format". (check-in: [dcc407972a] user: dan branch: server-process-edition, size: 14988) | |
2017-07-07
| ||
17:33 | [2144bc8550] part of check-in [2f3c3781ef] Add the "Pragma_list" pragma. Put all three pragmas created on this branch inside of #ifdef SQLITE_INTROSPECTION_PRAGMAS. (check-in: [2f3c3781ef] user: drh branch: list-pragmas, size: 15279) | |
15:43 | [3707a9586c] part of check-in [e5f01d7fde] Add new pragmas: "function_list" and "module_list" (check-in: [e5f01d7fde] user: drh branch: list-pragmas, size: 15091) | |
2017-06-26
| ||
13:57 | [aa94395a91] part of check-in [7076e8283e] Add the SQLITE_DBCONFIG_ENABLE_QPSG option to activate the query planner stability guarantee. This involves refactoring the sqlite3.flags bitvector to carve out a free bit to use. (check-in: [7076e8283e] user: drh branch: enable-QPSG, size: 14848) | |
2017-06-21
| ||
01:36 | [bdd4c76449] part of check-in [118f7bb33a] Enable pragma virtual tables for the integrity_check, quick_check, and foreign_key_check pragmas. (check-in: [118f7bb33a] user: drh branch: trunk, size: 14871) | |
2017-04-03
| ||
13:33 | [32bb40741d] part of check-in [86897c24c0] Force a schema load prior to "PRAGMA optimize". (check-in: [86897c24c0] user: drh branch: trunk, size: 14831) | |
2017-03-02
| ||
14:17 | [2ffe6d5fdc] part of check-in [a35388eef4] Add an optional bitmask of allowed optimizations on the "PRAGMA optimize" command. The 0x01 bit is Debug Mode. (check-in: [a35388eef4] user: drh branch: auto-analyze, size: 14820) | |
2017-02-22
| ||
20:24 | [9b499f7301] part of check-in [9fced545a6] Change the name of the analyze_as_needed pragma to "optimize". Enhance the comment (which will become documentation, assuming these changes land on trunk) to explain that the optimize pragma is likely to be enhanced in various ways in future releases and that applications should not depend upon the current behavior. (check-in: [9fced545a6] user: drh branch: auto-analyze, size: 14822) | |
2017-02-21
| ||
13:29 | [b6ef1997fb] part of check-in [9626b41e6e] Proof of concept for a "PRAGMA vdbe_cycle_limit=N" command. When N>0, invoke sqlite3_interrupt() whenever any byte code program uses more than N virtual machine cycles. (check-in: [9626b41e6e] user: drh branch: vdbe_cycle_limit, size: 14807) | |
2017-02-17
| ||
16:26 | [6fd5ecb4a8] part of check-in [e93db23731] Add the "PRAGMA analyze_as_needed" command. (check-in: [e93db23731] user: drh branch: auto-analyze, size: 14831) | |
15:26 | [c955db934f] part of check-in [fb2b8ae831] Set the TF_StatsUsed flag on tables when the query planner outcome is affected by the sqlite_stat1 data. Also, change the column names of the "PRAGMA stats" command so that they are not keywords. (check-in: [fb2b8ae831] user: drh branch: auto-analyze, size: 14786) | |
13:38 | [9c0a855e0d] part of check-in [85026c8ee1] Enhance the Index and Table objects so that they remember if their stats come from the sqlite_stat1 table. Make the "PRAGMA stats" an SQLITE_DEBUG only pragma. Add the flags column to "PRAGMA stats". These are all preliminary steps toward a "PRAGMA analyze_ifneeded;" feature. (check-in: [85026c8ee1] user: drh branch: auto-analyze, size: 14794) | |
2017-01-27
| ||
16:24 | [72cd1298ca] part of check-in [fe86ff5429] Merge all recent enhancements from trunk. (check-in: [fe86ff5429] user: drh branch: est_count_pragma, size: 14842) | |
2017-01-06
| ||
13:49 | [ebb4bfcd2f] 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: 14763) | |
2017-01-05
| ||
19:32 | [1b2c06e1da] 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: 14727) | |
2016-12-16
| ||
16:49 | [c4e9c6b70e] part of check-in [4b73ee33f3] Experimental merge of the est_count_pragma and the pragma-as-vtab branches. (check-in: [4b73ee33f3] user: drh branch: est-count-pragma-vtab, size: 14560) | |
2016-12-15
| ||
20:59 | [a30ee93515] part of check-in [988a61e8b0] Code to automatically create eponymous virtual tables for read-only pragmas. Compiles, but does not yet work. (check-in: [988a61e8b0] user: drh branch: pragma-as-vtab, size: 14481) | |
16:01 | [999d7da2b7] part of check-in [a88ca3524b] Do more pragma processing from tables rather than in-line code. (check-in: [a88ca3524b] user: drh branch: table-driven-pragma, size: 14442) | |
2016-10-21
| ||
17:25 | [c5ce5c56a8] part of check-in [affc2ef5ee] Add the btree_sample(INDEX,LOCATION,LIMIT) pragma. (check-in: [affc2ef5ee] user: drh branch: est_count_pragma, size: 11496) | |
2016-10-20
| ||
22:02 | [bf6417cc44] part of check-in [340822afbe] Experimental est_count pragma. (check-in: [340822afbe] user: drh branch: est_count_pragma, size: 11455) | |
2016-02-27
| ||
17:16 | [bf99a05342] part of check-in [3a0c347cca] Experimental "PRAGMA onconflict=FAIL" statement to change the default ON CONFLICT algorithm to something other than ABORT. (check-in: [3a0c347cca] user: drh branch: pragma-onconflict, size: 11437) | |
2015-12-15
| ||
13:50 | [f0d5bb266d] part of check-in [2fda43e6e0] Add the SQLITE_OMIT_PARSER_TRACE compile-time option. (check-in: [2fda43e6e0] user: drh branch: trunk, size: 11417) | |
2015-11-12
| ||
22:15 | [e94e55d247] part of check-in [12e7d9ec02] Always parse the schema *before* running "PRAGMA cache_size", not after. (check-in: [12e7d9ec02] user: drh branch: trunk, size: 11379) | |
14:57 | [473b6a156b] part of check-in [549d42be0d] First attempt at enhancing the "PRAGMA cache_spill" statement to accept a cache threashold size. (check-in: [549d42be0d] user: drh branch: cache_spill=N, size: 11360) | |
2015-07-16
| ||
18:18 | [84af2b1804] part of check-in [b79a4affe4] Defer the bulk pcache1 memory allocation until the first page allocation request. Limit the size of the pcache1 bulk allocation to the cache_size setting. Deallocate the bulk allocation on a sqlite3_db_release_memory() request, if the bulk allocation is completely unused. (check-in: [b79a4affe4] user: drh branch: trunk, size: 11399) | |
2015-05-27
| ||
03:46 | [40c287d3f9] part of check-in [2ead43f074] Add the "PRAGMA cell_size_check=ON" command. (check-in: [2ead43f074] user: drh branch: cell-size-check-pragma, size: 11418) | |
2015-02-04
| ||
23:51 | [a5cb9b20ad] part of check-in [21e95d28a5] Merge all changes from index_xinfo, including the move of the pragma table into the separate pragma.h file. (check-in: [21e95d28a5] user: drh branch: ota-update, size: 11413) | |
23:13 | [94f196c996] part of check-in [3af19f8444] Merge all recent trunk changes, including the movement of the pragma table into the separate pragma.h header file. (check-in: [3af19f8444] user: drh branch: index_xinfo, size: 11354) | |
2015-02-03
| ||
15:56 | [aea392b69f] part of check-in [1c111447a0] Remove "PRAGMA ota_mode". (check-in: [1c111447a0] user: dan branch: ota-update, size: 10959) | |
2015-02-02
| ||
22:19 | [848a74446f] part of check-in [6dca23e64e] Add an experimental pragma "PRAGMA preload;" that preloads the pcache with the entire database file. (check-in: [6dca23e64e] user: drh branch: preload-pragma, size: 11228) | |
21:34 | [4b4e91f6b8] part of check-in [32c0325bcb] Break out the (script-generated) pragma parsing tables into a separate file, pragma.h, to make editing easier. (check-in: [32c0325bcb] user: drh branch: trunk, size: 11211) | |
2015-01-31
| ||
02:34 | [5a401a3f54] part of check-in [f9b6dc7702] Merge in support for the index_xinfo pragma. (check-in: [f9b6dc7702] user: drh branch: ota-update, size: 11048) | |
02:00 | [4a3b465f0a] part of check-in [30f51d7b3b] Add the "index_xinfo" pragma. Add new columns to the "index_info" and "index_list" pragmas. (check-in: [30f51d7b3b] user: drh branch: index_xinfo, size: 10900) | |
2015-01-28
| ||
12:00 | [b80cb9d1fa] part of check-in [17c69be805] Merge in all changes from trunk. (check-in: [17c69be805] user: drh branch: ota-update, size: 10905) | |
2014-12-19
| ||
19:28 | [07a5124cf2] part of check-in [43db1f44bc] Experimental "PRAGMA data_version" command for detecting when another process has changed the database file. (check-in: [43db1f44bc] user: drh branch: data_version_pragma, size: 10757) | |
18:49 | [f7facbe898] part of check-in [da27a09d1d] Simplify the implementation of the "header-value" pragmas (schema_version, user_version, freelist_count, and application_id) by making them more table-driven. (check-in: [da27a09d1d] user: drh branch: trunk, size: 10617) | |
2014-11-22
| ||
09:09 | [7c9f48bfe6] part of check-in [600cefdd4d] Add SQLITE_ENABLE_OTA pre-processor directives so that this branch may be compiled with or without OTA. (check-in: [600cefdd4d] user: dan branch: ota-update, size: 10633) | |
2014-09-03
| ||
19:30 | [22c85e6798] part of check-in [209f672e58] Split part of "PRAGMA ota_mode" off into "PRAGMA pager_ota_mode". This allows some specialized custom VFS implementations to intercept and implement the expected pager-related effects of this pragma. (check-in: [209f672e58] user: dan branch: ota-update, size: 10563) | |
2014-08-25
| ||
15:13 | [cce51d8f60] part of check-in [29c5e8a7c9] Query or change the maximum number of worker threads allowed on each database connection separately using the "PRAGMA threads" command. (check-in: [29c5e8a7c9] user: drh branch: threads, size: 10485) | |
2014-05-05
| ||
22:49 | [6c523433c2] part of check-in [f1a4bf01a2] Add the "omit_check_constraints" pragma that causes the check constraint expressions to be omitted from the parse tree. (check-in: [f1a4bf01a2] user: drh branch: reduce-schema-size, size: 10618) | |
2013-11-13
| ||
17:58 | [78a77b2c55] part of check-in [8ce33f4c81] Add the "PRAGMA vdbe_eqp" command, only available with SQLITE_DEBUG. Simplify some of the other debugging logic. (check-in: [8ce33f4c81] user: drh branch: trunk, size: 10468) | |
2013-10-21
| ||
23:17 | [17d40faae6] part of check-in [f1d8c3b07e] Improve support for the SQLITE_OMIT_FLAG_PRAGMAS compile-time option. (check-in: [f1d8c3b07e] user: mistachkin branch: trunk, size: 10341) | |
2013-10-12
| ||
20:22 | [3fc52e00a2] part of check-in [f0cf8c85dc] Restore the index_list pragma back to its former operation. Create a new PRAGMA stats used to access the table and index widths and heights. (check-in: [f0cf8c85dc] user: drh branch: trunk, size: 9202) | |
2013-10-07
| ||
00:36 | [ceaaeebcd8] part of check-in [0aca31e151] Restore the hexrekey pragma which was accidently deleted during the pragma refactoring. Make sure the hexkey and hexrekey pragmas do not overflow buffers with a over-length key. (check-in: [0aca31e151] user: drh branch: trunk, size: 9123) | |
2013-10-03
| ||
14:08 | [33fa7a6e82] part of check-in [8338232a11] Rework the PRAGMA implementation to only call sqlite3ReadSchema() from a single place, based on a flag in the pragma table, rather than separately from each case which needs the schema. (check-in: [8338232a11] user: drh branch: trunk, size: 9056) | |
2013-09-13
| ||
21:03 | [e24da1496b] part of check-in [b74e6be818] Fix the "const" qualifiers on the pragma name table. (check-in: [b74e6be818] user: drh branch: trunk, size: 8239) | |
21:01 | [8f50568b7f] part of check-in [c326356f9a] Add the soft_heap_limit pragma. (check-in: [c326356f9a] user: drh branch: trunk, size: 8239) | |
19:00 | [bf0979c5b5] part of check-in [c82e05c4b8] Tweak the new PRAGMA name parser to achieve full branch test coverage. (check-in: [c82e05c4b8] user: drh branch: trunk, size: 8214) | |
16:56 | [a254fd5648] part of check-in [ca05205050] Enhance the pragma lookup table generator script to output a comment that gives the number of pragmas. (check-in: [ca05205050] user: drh branch: trunk, size: 8214) | |
16:36 | Added: [b45b0770c9] part of check-in [870c030b4e] Change the PRAGMA parser to use a binary search for the pragma name. Also: Minor performance enhancement to sqlite3DbFree() and to the token dequoter. (check-in: [870c030b4e] user: drh branch: trunk, size: 7893) | |