0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Aug 22, 2025 — Aug 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add experimental date and time functions based on julian day number. (CVS 1069)
drh
More... about 23 years ago
Provide a more informative error message when a uniqueness constraint fails. Ticket #419. (CVS 1068)
drh
More... about 23 years ago
The {quote: SrcList} object was not being expanded correctly by a call to sqliteSrcListAppend() if the {quote: SrcList} had previously been duplicated by a call to sqliteSrcListDup(). Ticket #416. This check-in fixes that problem by keeping a separate nAlloc field on {quote: SrcList}. A similar change is made to {quote: IdList} and {quote: ExprList} to avoid future problems. (CVS 1067)
drh
More... about 23 years ago
When creating a new journal file, open a (read-only) file descriptor on the directory containing the journal and sync that directory once to make sure that the journal filename entry gets into the directory. Ticket #410. (CVS 1066)
drh
More... about 23 years ago
Make sure the schema loader callback can handle EMPTY_RESULT_CALLBACKS being on. Ticket #406. (CVS 1065)
drh
More... about 23 years ago
In the VDBE, when an integer value will not fit into a 32-bit int, store it in a double instead. Ticket #408. (CVS 1064)
drh
More... about 23 years ago
Version 2.8.5 (CVS 1063)
drh
More... about 23 years ago
Fix a typo in the index.html homepage. (CVS 1062)
drh
More... about 23 years ago
Increment the version number and update the documentation in preparation for the 2.8.5 release. (CVS 1061)
drh
More... about 23 years ago
Add experimental sqlite_reset() API (allows pre-compiled queries) (CVS 1060) More... about 23 years ago
Make sure temporary file names in windows have a full 15 characters of random text at the end. (CVS 1059)
drh
More... about 23 years ago
Fix the LIMIT clause so that it applies to the entire query in a compound query. Prior to this change LIMITs on compound queries did not work at all. Ticket #393. (CVS 1058)
drh
More... about 23 years ago
Make sure the min() and max() optimizer works correctly when there is a LIMIT clause. Ticket #396. (CVS 1057)
drh
More... about 23 years ago
In the sqlite shell, change the name of function getline() to local_getline() to avoid a clash with a library function. Ticket #400. (CVS 1056)
drh
More... about 23 years ago
In the test scripts, do not try to delete files that are still open. Windows does not like it when you do. Ticket #397. (CVS 1055)
drh
More... about 23 years ago
Fix typo on the homepage. (CVS 1054)
drh
More... about 23 years ago
Make LIMIT 0 return no rows. LIMIT -1 still returns all rows. Ticket #346. (CVS 1053)
drh
More... about 23 years ago
Allow negative values for LIMIT and OFFSET. Add tests for negative LIMITs and OFFSETs. Make the OFFSET work even if LIMIT is 0 or negative. (CVS 1052)
drh
More... about 23 years ago
Initialize a variable to prevent an MSVC compiler warning. Ticket #394. (CVS 1051)
drh
More... about 23 years ago
An an extra test associated with ticket #387. (CVS 1050)
drh
More... about 23 years ago
Allow the output arguments in sqlite_compile and sqlite_step to be NULL pointers. Tickets #384 and #385. (CVS 1049)
drh
More... about 23 years ago
Enhance the C/C++ documentation to clarify the meaning of the return value from sqlite_changes(). Ticket #383. (CVS 1048)
drh
More... about 23 years ago
A proported fix for ticket #374. (CVS 1047)
drh
More... about 23 years ago
Update the NULL-handling document to show current behavior of OCELOT. (CVS 1046)
drh
More... about 23 years ago
Correctly handle comparing an INTEGER PRIMARY KEY against a floating point number. Ticket #377. (CVS 1045)
drh
More... about 23 years ago
Make sure indices in ATTACH-ed databases are put into the right hash table. Ticket #354. (CVS 1044)
drh
More... about 23 years ago
Update the null-handling document to show how SQL Anywhere and Borland Interbase deal with NULLs. (CVS 1043)
drh
More... about 23 years ago
Documentation change: refer users to the wiki for additional unsupported features rather than have them send me e-mail. (CVS 1042)
drh
More... about 23 years ago
Version 2.8.4 (CVS 1041)
drh
More... about 23 years ago
The prior fix of ticket #360 was incorrect and caused a memory leak. This check-in plugs the memory leak and correctly fixes ticket #360. (CVS 1040)
drh
More... about 23 years ago