0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Feb 21, 2025 — Feb 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change the version number for release 2.7.1. (CVS 736)
drh
More... over 23 years ago
Initial checking of two new test files: format3.test and memleak.test. (CVS 735)
drh
More... over 23 years ago
Fix for ticket #145: Include the func.c source file in the build of testfixture so that the "randstr()" function will be available. (CVS 734)
drh
More... over 23 years ago
If the database is locked when sqlite_open() is called, sqlite_exec() should still honor the busy callback and should return an error message together with the SQLITE_BUSY result code. (CVS 733)
drh
More... over 23 years ago
Slightly faster INSERTs from a SELECT by avoiding an intermediate table. But it didn't make nearly as much difference as I had hoped. (CVS 732)
drh
More... over 23 years ago
Change the tokenizer to ignore C-style comments /*...*/ in accordance with SQL99. (CVS 731)
drh
More... over 23 years ago
Fix for ticket #142: Make sure we get the correct sort order even when the columns being sorted contain NULLs. (CVS 730)
drh
More... over 23 years ago
Version 2.7.0 (CVS 729)
drh
More... over 23 years ago
Documentation updates prior to the releae of 2.7.0. (CVS 728)
drh
More... over 23 years ago
Fix for ticket #136: Added the OP_RenameCursor VDBE instruction and used it to make cursor numbers right on nested subqueries. Also added OP_Gosub and OP_Return but have not actually used them for anything yet. (CVS 727)
drh
More... over 23 years ago
Fix the memory leak introduced by check-in (725). (CVS 726)
drh
More... over 23 years ago
Change the way token memory is allocated in an effort to fix ticket #136. There is now a memory leak when using views of views. (CVS 725)
drh
More... over 23 years ago
Fix for ticket #138: Makefile doesn't use exec_prefix, has some install problems (CVS 724) More... over 23 years ago
Fix for ticket #137: Use getpwuid() instead of getpwent(). (CVS 723)
drh
More... over 23 years ago
This COLLATE keyword was not being parsed correctly inside CREATE TABLE statements - it was being included as part of the datatype. This fixes the problem. (CVS 722)
drh
More... over 23 years ago
Fix for ticket #110: return an error if trying to start a transaction within a transaction or when attempting to commit or rollback outside of a transaction. (CVS 721)
drh
More... over 23 years ago
Documentation updates. (CVS 720)
drh
More... over 23 years ago
Fix for ticket #135: Remove unused variables from three files. (CVS 719)
drh
More... over 23 years ago
More documentation updates. (CVS 718)
drh
More... over 23 years ago
Additional test cases and documentation updates. (CVS 717)
drh
More... over 23 years ago
Fixes and test improvements resulting from code coverage testing. (CVS 716)
drh
More... over 23 years ago
Fix for ticket #134: Change the lemon.c sources to work around a problem with the AIX C compiler. (CVS 715)
drh
More... over 23 years ago
Implement probabilistic reader/writer locks under windows so that windows can have multiple simultaneous readers. (CVS 714)
drh
More... over 23 years ago
Disable sorting by indices if there is a COLLATE subclause in the ORDER BY clause. (CVS 713)
drh
More... over 23 years ago
Fix for ticket #132: make the working directory the last choice for where to write temporary files, not the first choice. (CVS 712)
drh
More... over 23 years ago
Update documentation to better explain the typelessness of SQLite and to describe the distinction between text and numeric data. (CVS 711)
drh
More... over 23 years ago
Make the distinction between text and numeric data. (CVS 710)
drh
More... over 23 years ago
Documentation and makefile updates. (CVS 709)
drh
More... over 23 years ago
Bug fix to the left outer join logic. (CVS 708)
drh
More... over 23 years ago
Bug fix to the left outer join logic. (CVS 1726)
drh
More... over 23 years ago