0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 15 hours ago.
Aug 22, 2025 — Aug 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Finish out the test suite for the new sqlite_set_authorizer API. (CVS 834)
drh
More... over 23 years ago
Fix a memory leak in the PRAGMA authorization code. (CVS 833)
drh
More... over 23 years ago
More tests of the sqlite_set_authorizer() API together with fixes for bugs that the new tests uncovered. (CVS 832)
drh
More... over 23 years ago
Make the GLOB work write with upper-case characters. Ticket #226. (CVS 831)
drh
More... over 23 years ago
Revise the sqlite_set_authorizer API to provide more detailed information about the SQL statement being authorized. Only partially tested so far. (CVS 830)
drh
More... over 23 years ago
The initial round of tests for the sqlite_set_authorizer() API. More are needed before release. Ticket #215. (CVS 829)
drh
More... over 23 years ago
Forgot to include the new "auth.c" source file in the previous checkin. (CVS 828)
drh
More... over 23 years ago
Initial check-in of the code for the new sqlite_set_authorizer() API function. The code is mostly untested at this point. (CVS 827)
drh
More... over 23 years ago
Remove an unused variable from the VDBE. Ticket #223. (CVS 826)
drh
More... over 23 years ago
Change the PopStack() routine so that it doesn't confuse bounds checkers. Ticket #222. (CVS 825)
drh
More... over 23 years ago
Remove the aOrder() array from where.c. (CVS 824)
drh
More... over 23 years ago
Fix two compiler warnings from OS-X. (CVS 823)
drh
More... over 23 years ago
Document the SHOW_DATATYPES pragma and add tests for it to the test suite. Make sure datatypes are show even for aliased columns. Tickets #220 and #221. (CVS 822)
drh
More... over 23 years ago
Remove the ColumnCount opcode, which had become a no-op. (CVS 821)
drh
More... over 23 years ago
Port ot MacOS Classic. Ticket #218. (CVS 820)
drh
More... over 23 years ago
Avoid calling truncate() and stat() on the checkpoint journal to improve the speed of a large number of UPDATEs within a transaction. (CVS 819)
drh
More... over 23 years ago
In the VDBE, allocate space to hold column names when the VDBE first starts. The ColumnCount opcode now just writes the null terminator into this space. (CVS 818)
drh
More... over 23 years ago
When constructing records and index keys, use static string space rather than mallocing (when possible) for a small speed improvement. (CVS 817)
drh
More... over 23 years ago
More optimizations. (CVS 816)
drh
More... over 23 years ago
Optimizations to the tokenizer. (CVS 815)
drh
More... over 23 years ago
Remove unnecessary code from the VDBE. (CVS 814)
drh
More... over 23 years ago
More optimizations. (CVS 813)
drh
More... over 23 years ago
Parameterize the number of adjacent pages that participate in the balancing algorithm in the BTree. But leave the setting at the current value of 3. (CVS 812)
drh
More... over 23 years ago
Another optimization to the btree logic. (CVS 811)
drh
More... over 23 years ago
Optimizations to the BTree module for a modest speed improvement. (CVS 810)
drh
More... over 23 years ago
Allow the rollback journal to be empty except for its header. Ticket #212. (CVS 809)
drh
More... over 23 years ago
Code optimizations to help the library run faster. (CVS 808)
drh
More... over 23 years ago
If compiled with the -DVDBE_PROFILE=1 option, special code is inserted that uses the pentium RDTSC instruction to compute very precise runtimes on all VDBE opcodes. (This only works on i586 processors, of course.) The results are written into the vdbe_profile.out file for analysis. Hopefully, this new feature will reveal hot spots that can be optimized to make the VDBE run faster. (CVS 807)
drh
More... over 23 years ago
Version 2.7.5 (CVS 806)
drh
More... over 23 years ago
Update the version number to 2.7.5. (CVS 805)
drh
More... over 23 years ago