drh
|
e92f8e565b
Further enhancement to PTRMAP display in showdb: Show the details of invalid
|
3 months ago |
drh
|
74c8e234cd
Enhancement to the "showdb" utility such that the "ptrmap" command shows
|
3 months ago |
dan
|
82cdf4987d
Avoid a segfault in test program showdb.c that could occur when analyzing a corrupt db.
|
1 year ago |
drh
|
410a3bafed
Improved detection of invalid command-line arguments to the showdb and
|
1 year ago |
mistachkin
|
2b5fbb2836
Fix harmless compiler warnings seen with MSVC.
|
3 years ago |
larrybr
|
d95a652025
Avoid ominous warning in showdb.c
|
3 years ago |
drh
|
26ec568d28
Try to avoid a double-free in the showdb utility program when running
|
3 years ago |
drh
|
2f40dc9884
Better error messages on showdb.
|
3 years ago |
drh
|
19a7f72ce2
Improved robustness of the "showdb" debugging program when it is parsing
|
3 years ago |
drh
|
55550b7602
Enhance showdb to be 32-bit clean.
|
4 years ago |
drh
|
067b92ba00
Extend the refactoring into extensions. Clean up stray newlines.
|
4 years ago |
drh
|
c1f73e29bf
For the showdb utility program, more accurate detection of when the database
|
5 years ago |
drh
|
25f933ad93
In the "pgidx" report from "showdb", also show the number of rows on each
|
5 years ago |
drh
|
8083ef029f
In the "pgidx" command of the showdb utility, try to identify orphaned pages
|
5 years ago |
drh
|
aaad696141
Fix a potential 32-bit integer overflow in the "showdb" utility program when
|
5 years ago |
drh
|
970ea372c4
Fix a problem in the "showdb" utility that prevents it from correctly
|
7 years ago |
mistachkin
|
77fac879d2
More harmless compiler warning fixes.
|
8 years ago |
mistachkin
|
8ccdef6be4
Fix some more harmless compiler warnings.
|
9 years ago |
drh
|
c56fac7483
Fix uses of ctype functions (ex: isspace()) on signed characters in test
|
9 years ago |
dan
|
30c16ade95
Update the [showdb] program so that the database file is read directly (bypassing the SQLite VFS) only if the --raw option is specified. Otherwise, it is read using the default VFS. Also, the URI syntax may be used on the command line to specify the name of the database file to examine, so an alternative VFS may be requested using a URI parameter.
|
9 years ago |
dan
|
8fb1bd2bc4
Update the [showdb] program so that the database file is read directly (bypassing the SQLite VFS) only if the --raw option is specified. Otherwise, it is read using the default VFS. An alternative VFS may be specified by specifying the database file to open using the URI syntax.
|
9 years ago |
dan
|
871f6e34f6
Add the "--uri" option to utility program "showdb". This option causes showdb to use sqlite with the SQLITE_OPEN_URI option to open the database file, instead of opening it directly using the OS open() function.
|
9 years ago |
drh
|
748c7357ab
Enhance the showdb utility program so that it can read the last partial page
|
9 years ago |
mistachkin
|
44723ce096
Improvements to the MSVC build. Fix harmless compiler warnings. Enable use of 'stdcall'.
|
9 years ago |
dan
|
53d89cdfe9
Fix a typo in the showdb usage message.
|
10 years ago |
mistachkin
|
ef60703e8f
Fix warnings related to having a 64-bit size_t.
|
10 years ago |
mistachkin
|
35683976a4
Fix warnings caused by the previous commit.
|
10 years ago |
mistachkin
|
0461cc4795
Fix harmless compiler warnings for MSVC in the showdb/showwal command line tools.
|
10 years ago |
drh
|
4bb77ecaa8
Add makefile targets for various diagnostic tools, such as showstat4.
|
10 years ago |
drh
|
56e67dd7c7
Improved display of record data in the "NNNbd" output of the showdb.exe
|
10 years ago |