aboutsummaryrefslogtreecommitdiff
path: root/ext/expert/sqlite3expert.c
Commit message (Expand)AuthorAge
* Fix handling of columns with names that are SQL keywords in the ".expert" com...dan2022-08-10
* Improved robustness against OOM in the expert extension.drh2021-12-16
* Add the "static" qualifier to some internal functions in code for various SQL...dan2021-12-01
* Fix harmless static analyzer warnings in sessions, rtree, fts3 and fts5.drh2021-10-04
* Fix harmless compiler warnings.drh2021-09-22
* Fix harmless compiler warnings in shell.c.in, and a compiler warning indrh2021-09-22
* Fix .expert name collision bug reported at https://sqlite.org/forum/forumpost...larrybr2021-09-21
* Fix an issue with the SQLite Expert extension when a column has nodrh2021-07-08
* Fix the expert extension so that it handles generated columns correctly.dan2020-12-11
* Prevent potential segfault in the sqlite-expert idxPopulateStat1 context clea...mistachkin2020-12-02
* Fix a problem in sqlite-expert causing it to ignore equality constraints on t...dan2020-09-17
* Extend the refactoring into extensions. Clean up stray newlines.drh2020-06-19
* Avoid another potential OOB read in sqlite3expert.c.dan2020-05-21
* Update code in sqlite3expert.c to account for the fact that "-- TRIGGER xyz" ...dan2020-05-15
* Fix another build problem for SQLITE_OMIT_VIRTUALTABLE builds.dan2020-05-15
* Initial code to make shadow tables read-only to ordinary SQL. The nowdrh2018-11-05
* More minor changes to test scripts.dan2018-05-29
* More test case updates. Tests are all running now.drh2018-05-02
* Fix harmless compiler warnings, mostly unused parameters for UDFs in the CLI.drh2018-01-17
* Fix a potential crash in sqlite3expert.c caused by a missing sqlite3_reset()dan2018-01-09
* Do not attempt to build the code in ext/expert/sqlite3expert.c ifdan2018-01-09
* Fix problems in the sqlite3expert.c code revealed by -fsanitize.dan2018-01-08
* Modify the new sqlite3_vtab_collation() interface so that it takes adrh2017-12-22
* Change the name of SQLITE_DBCONFIG_FULL_EQP to be SQLITE_DBCONFIG_TRIGGER_EQPdrh2017-12-21
* Get sqlite3_expert building on Windows.drh2017-05-03
* In sqlite3expert.c, do not copy the schema for virtual tables. Updates todrh2017-05-03
* Merge latest trunk changes into this branch.dan2017-04-20
* Speed this branch up a bit by filtering before the virtual table layer whendan2017-04-20
* Avoid creating a temp table in the user database in the sqlite3_expert code.dan2017-04-20
* Add an option to generate stat1 data based on a subset of the user databasedan2017-04-20
* Have sqlite3_expert_analyze() populate the sqlite_stat1 table before runningdan2017-04-18
* Fix sqlite3_expert handling of triggers on views.dan2017-04-18
* Add support for analyzing trigger programs to the sqlite3_expert code.dan2017-04-17
* Fix problems with handling constraints on the rowid column in sqlite3expert.c.dan2017-04-15
* Fix memory leaks in the code on this branch. Make use of thedan2017-04-15
* Modify the code in ext/expert/ to use the vtab interface instead ofdan2017-04-14
* Add header comments to the API functions in sqlite3expert.h. Include a list ofdan2017-04-11
* Add ext/expert/README.md.dan2017-04-10
* Changes to allow the code in sqlite3expert.c to be tested directly (via thedan2017-04-10
* Rename shell6.test to expert1.test. Have it invoke the sqlite3_expert binarydan2017-04-08
* Use hash tables instead of in-memory database tables for a few purposes indan2017-04-08
* Refactor code to suggest indexes from the shell tool into an extension indan2017-04-07