drh
|
a55901a27c
Port sqldiff over to use sqlite3_stdio.
|
vor 3 Monaten |
stephan
|
2e32cbc4a5
sqldiff: fail if the 2nd db argument cannot be opened read-only.
|
vor 5 Monaten |
stephan
|
74d5faec93
sqldiff: if the first db argument does not exist, fail instead of creating an empty db. Resolving that for the second argument is trickier, as discussed in [forum:ec2d429e32 | forum post ec2d429e32].
|
vor 5 Monaten |
larrybr
|
7c6256234c
[forum:/forumpost/c9b8d923d5|Fix sqldiff out-of-bounds char classification error mentioned in the forum.]
|
vor 7 Monaten |
drh
|
4167033eaf
Update the sqldiff.exe utility program so that it uses the sqlite3_str
|
vor 1 Jahr |
drh
|
0a4c31d87b
Fix a harmless compiler warning in the sqldiff.c utility.
|
vor 1 Jahr |
drh
|
675342a5a8
Fix a harmless memory leak in the sqldiff utility.
|
vor 1 Jahr |
drh
|
4308b88dcd
Fix an issue with sqldiff reported by
|
vor 1 Jahr |
drh
|
a12500005f
Remove stray tab characters from auxiliary source code files.
|
vor 2 Jahren |
larrybr
|
2c09a8ad6f
For sqldiff, sqlite_schema comparisons must use compound (synthesized) PK.
|
vor 3 Jahren |
larrybr
|
a933ec4c25
Make sqldiff able to compare sqlite_schema tables (for detailed schema differences.)
|
vor 3 Jahren |
larrybr
|
1ae057d873
Remove sqldiff --visible-controls option, make it always happen. Add test cases for controls made visible
|
vor 3 Jahren |
larrybr
|
e40875d211
Give sqldiff --visible-controls option to deal with non-graphic text content robustly across platforms
|
vor 3 Jahren |
dan
|
42470513b7
Fix a problem in sqldiff virtual table hanlding to do with tab and other non-space whitespace characters in the CREATE VIRTUAL TABLE statement.
|
vor 3 Jahren |
dan
|
aff1a57f4d
Fix trivial memory leaks in the shell and sqldiff programs.
|
vor 4 Jahren |
dan
|
e0404386f2
Fix an inconsequential memory leak in sqldiff. Update the "Sanitize" case in wapptest.tcl to use -fsanitize=address,undefined, and to run more tests.
|
vor 4 Jahren |
drh
|
067b92ba00
Extend the refactoring into extensions. Clean up stray newlines.
|
vor 4 Jahren |
drh
|
ac4b8dea9b
Fix invalid use of unprotected sqlite3_value objects in the sqldiff utility,
|
vor 6 Jahren |
drh
|
fc0ec3e5e8
Add new interfaces for accessing the list of SQL keywords:
|
vor 6 Jahren |
drh
|
7eabc44dee
Add the new DO and NOTHING keywords to the keyword lists maintained
|
vor 6 Jahren |
dan
|
07d0f15e93
Fix incompatibilities between the "sqldiff --changeset" command and the
|
vor 7 Jahren |
dan
|
12c56aa452
Fix a bug in sqldiff causing it to confuse blobs zero bytes in size with NULL values.
|
vor 8 Jahren |
dan
|
e5a0cfa161
Have "sqldiff --rbu" ignore rows with NULL values in primary key fields. RBU can't handle such rows and the documentation already says sqldiff ignores them. Because the code now uses "=" instead of "IS" to filter on primary key columns, diffs on virtual tables are faster now too.
|
vor 8 Jahren |
dan
|
6ff4627d5d
Fix a 1 byte buffer overwrite in the "sqldiff --rbu" command.
|
vor 8 Jahren |
dan
|
12ca5ac3d2
Fix a problem with upper case module names in the "sqldiff --vtab" command.
|
vor 8 Jahren |
drh
|
5225449e5b
In the sqldiff program, make sure the first argument to the db_prepare()
|
vor 8 Jahren |
dan
|
9c987a833c
Update the sqldiff utility so that if the --vtab switch is specified "rtree", "fts3", "fts4" and "fts5" tables are diff'd directly and the underlying real database tables ignored. Without this switch, all virtual tables are ignored and the diff is performed on the underlying real tables.
|
vor 8 Jahren |
dan
|
febfe02300
Update the sqldiff tool so that it generates an rbu_count table.
|
vor 8 Jahren |
drh
|
9493cafe6f
Fix harmless compiler warnings that arise with -DSQLITE_OMIT_LOAD_EXTENSION
|
vor 8 Jahren |
drh
|
62e63bb9a9
Fix harmless compiler warnings in sqldiff.c.
|
vor 9 Jahren |