0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Aug 21, 2025 — Aug 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix a bad memory leak in the in-memory database module. (CVS 1039)
drh
More... about 23 years ago
Bump the version number in preparation for the next release. (CVS 1038)
drh
More... about 23 years ago
Documentation updates. (CVS 1037)
drh
More... about 23 years ago
Minor change to a comment in encode.c. (CVS 1036)
drh
More... about 23 years ago
Fix a bug in the soundex() code. Ticket #367. Add tests for ticket #261 even thought the problem could not be reproduced. (CVS 1035)
drh
More... about 23 years ago
In a SELECT, the rowid of a view or subquery which is really a join is set to NULL if the join is flattened. Ticket #364. (CVS 1034)
drh
More... about 23 years ago
Remove a surplus "return" statement accidentaly left in check-in (1032). (CVS 1033)
drh
More... about 23 years ago
Remove all references to SQLITE_OMIT_TRACE. Tracing is always enabled. Ticket #361. (CVS 1032)
drh
More... about 23 years ago
Make sure the source of a PULL opcode is not an ephemeral string. Ticket #360. (CVS 1031)
drh
More... about 23 years ago
Remove unused variable. Ticket #355. (CVS 1030)
drh
More... about 23 years ago
Fix compiler errors and warnings win SQLITE_OMIT_AUTHORIZATION is defined. Ticket #353. (CVS 1029)
drh
More... about 23 years ago
Add the %z format to the sqlite_mprintf() and related functions. (CVS 1028)
drh
More... about 23 years ago
Do not flatten a subquery which is the right term of a LEFT OUTER JOIN if the subquery contains a WHERE clause. Ticket #350. (CVS 1027)
drh
More... about 23 years ago
Preserve blank lines in the middle of SQL statements in the shell. Ticket #352 (CVS 1026)
drh
More... about 23 years ago
Update the documentation to reflect the new capabilities of PRAGMA integrity_check. Rewording in the VACUUM documentation. (CVS 1025)
drh
More... about 23 years ago
Enhance the "PRAGMA integrity_check" command to verify that all indices are correctly constructed. New calls to integrity_check are made in the test suite. These changes are intended to prevent any future problems such as seen in ticket #334. (CVS 1024)
drh
More... about 23 years ago
Updated sqlite_encode_binary() comments with tighter bounds on output length. (CVS 1023) More... about 23 years ago
Documented integer values used by PRAGMAs. Fixed missing end tags in generated anchors. (CVS 1022) More... about 23 years ago
* Added -version-info to shared libraries * Remove config.h and libtool in the distclean target (CVS 1021) More... about 23 years ago
Bug fix: sqliteFree() called twice on the same allocation during error handling in attach.c. (CVS 1020)
drh
More... about 23 years ago
Open the journal file for read-only when doing a playback. Ticket #351. (CVS 1019)
drh
More... about 23 years ago
Added missing error string to sqlite_error_string(). (CVS 1018) More... about 23 years ago
Suppress the warning message about print_node() being unused in btree_rb.c. Ticket #347. (CVS 1017)
drh
More... about 23 years ago
Remove redundant "return" statement from btree_rb.c. (CVS 1016)
drh
More... about 23 years ago
Documented SQL fns IFNULL() and NULLIF(). (CVS 1015) More... about 23 years ago
Use sqliteOsFileExists() in the debugging hook in vdbe.c, instead of access(). Ticket #341. (CVS 1014)
drh
More... about 23 years ago
Do not assume that a pointer can fit in a long inside the printf() code. Ticket #342. (CVS 1013)
drh
More... about 23 years ago
Major update of vdbe tutorial to 2.8.0 engine. (CVS 1012) More... about 23 years ago
Hyperlinks and minor additions/corrections for lang.tcl (CVS 1011) More... about 23 years ago
Extend the authorization mechanism to disallow the ATTACH and DETACH commands. Ticket #340. (CVS 1010)
drh
More... about 23 years ago