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