aboutsummaryrefslogtreecommitdiff
path: root/tool/sqldiff.c
Commit message (Expand)AuthorAge
* Approximately 100 typo corrections spanning the whole tree, submitted via [fo...stephan2025-02-27
* Port sqldiff over to use sqlite3_stdio.drh2024-09-24
* sqldiff: fail if the 2nd db argument cannot be opened read-only.stephan2024-07-12
* sqldiff: if the first db argument does not exist, fail instead of creating an...stephan2024-07-12
* [forum:/forumpost/c9b8d923d5|Fix sqldiff out-of-bounds char classification er...larrybr2024-05-29
* Update the sqldiff.exe utility program so that it uses the sqlite3_strdrh2024-01-03
* Fix a harmless compiler warning in the sqldiff.c utility.drh2023-09-07
* Fix a harmless memory leak in the sqldiff utility.drh2023-08-22
* Fix an issue with sqldiff reported bydrh2023-05-27
* Remove stray tab characters from auxiliary source code files.drh2022-02-21
* For sqldiff, sqlite_schema comparisons must use compound (synthesized) PK.larrybr2021-09-07
* Make sqldiff able to compare sqlite_schema tables (for detailed schema differ...larrybr2021-09-07
* Remove sqldiff --visible-controls option, make it always happen. Add test cas...larrybr2021-07-26
* Give sqldiff --visible-controls option to deal with non-graphic text content ...larrybr2021-07-26
* Fix a problem in sqldiff virtual table hanlding to do with tab and other non-...dan2021-03-17
* Fix trivial memory leaks in the shell and sqldiff programs.dan2020-11-17
* Fix an inconsequential memory leak in sqldiff. Update the "Sanitize" case in ...dan2020-08-14
* Extend the refactoring into extensions. Clean up stray newlines.drh2020-06-19
* Fix invalid use of unprotected sqlite3_value objects in the sqldiff utility,drh2018-11-09
* Add new interfaces for accessing the list of SQL keywords:drh2018-04-25
* Add the new DO and NOTHING keywords to the keyword lists maintaineddrh2018-04-25
* Fix incompatibilities between the "sqldiff --changeset" command and thedan2017-05-22
* Fix a bug in sqldiff causing it to confuse blobs zero bytes in size with NULL...dan2016-09-12
* Have "sqldiff --rbu" ignore rows with NULL values in primary key fields. RBU ...dan2016-09-01
* Fix a 1 byte buffer overwrite in the "sqldiff --rbu" command.dan2016-08-11
* Fix a problem with upper case module names in the "sqldiff --vtab" command.dan2016-07-22
* In the sqldiff program, make sure the first argument to the db_prepare()drh2016-07-08
* Update the sqldiff utility so that if the --vtab switch is specified "rtree",...dan2016-06-21
* Update the sqldiff tool so that it generates an rbu_count table.dan2016-03-19
* Fix harmless compiler warnings that arise with -DSQLITE_OMIT_LOAD_EXTENSIONdrh2016-03-17
* Fix harmless compiler warnings in sqldiff.c.drh2016-01-14
* Fix the sqldiff utility program so that it works for schemas that havedrh2015-11-29
* Add the --transaction option to the sqldiff tool.drh2015-11-13
* Fix incorrect WHERE clause in sqldiff, as reported on the mailing listdrh2015-11-09
* Enhance the sqldiff utility to deal gracefully with ALTER TABLE ADD COLUMN.drh2015-11-07
* Fix compiler warnings in the sqldiff tool seen with MSVC.mistachkin2015-08-20
* Fix compiler warnings and remove unreachable code.drh2015-08-08
* Add support for "fossil deltas" to RBU and "sqldiff --rbu".dan2015-07-31
* Fix a problem causing [sqldiff --rbu] to fail on tables for which all columns...dan2015-07-31
* Add the --rbu switch to the "sqldiff" utility.dan2015-07-30
* Try to get recent sqlite3_analyzer and sqldiff tests working for alldrh2015-05-12
* Fix sqldiff.exe so that it always runs in single-thread mode.drh2015-05-12
* Fix a bug in --changeset output for sqldiff.exe for floating-point values.drh2015-05-04
* Add the --lib option to the sqldiff.exe command-line utility.drh2015-05-04
* Fix compiler warnings in sqldiff.drh2015-04-25
* Fix the header comment on the sqldiff utility program. No code changes.drh2015-04-17
* Add the --summary option to the sqldiff command-line tool.drh2015-04-14
* The --changeset option now appears to be working.drh2015-04-11
* First complete attempt to generate a working changeset. Still contains bugs.drh2015-04-11
* Work toward adding the --changeset option to the sqldiff utility program.drh2015-04-10