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