0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 29, 2025 — Aug 29, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add a typecast to work around a bug in the Metrowerks Code Warrior compiler. Ticket #553. (CVS 1161)
drh
More... over 22 years ago
Version 2.8.9 (CVS 1160)
drh
More... over 22 years ago
Additional integer overflow boundary case tests. (CVS 1159)
drh
More... over 22 years ago
Increase the version number and update the change log prior to the next release. (CVS 1158)
drh
More... over 22 years ago
Fix problem in the code generator were incorrect code was being created if the SQL source contained a negative integer that was too large to fit in a 32-bit signed integer variable. Ticket #552. (CVS 1157)
drh
More... over 22 years ago
Add the sqlite_current_time variable for testing purposes. (CVS 1156)
drh
More... over 22 years ago
The "EST" timezone designation is ambiguous. Do not use it in the test scripts. (CVS 1155)
drh
More... over 22 years ago
Avoid an assertion fault that can occur with invalid UTF8 on the LENGTH() function. Ticket #548. (CVS 1154)
drh
More... over 22 years ago
Remove unused code from the integrity_check logic. Ticket #545. (CVS 1153)
drh
More... over 22 years ago
Fix a bug in the SQLITE_PROFILE conditional compilation. (CVS 1152)
drh
More... over 22 years ago
Fix for ticket #542. (CVS 1151)
drh
More... over 22 years ago
Fix a bug (ticket #541) introduced by the previous check-in ((1149)). (CVS 1150)
drh
More... over 22 years ago
Reduce the randomness in the sqliteRandomSeed() routine in order to silence bogus errors from valgrind. Tickets #535 and #536. (CVS 1149)
drh
More... over 22 years ago
minor edits for new date.c with mingw/msys on Windows (CVS 1148) More... over 22 years ago
Update date/time functions so that they correctly handle NULL arguments. (CVS 1147)
drh
More... over 22 years ago
Add localtime<-->UTC conversions to the date functions. (CVS 1146)
drh
More... over 22 years ago
Test functions tolerate an "0x" before a pointer value. Ticket #452. (CVS 1145)
drh
More... over 22 years ago
Use a built-in atof() function instead of the one from the library to avoid problems with locale. Ticket #305. (CVS 1144)
drh
More... over 22 years ago
Optimizations to the LEMON parser template. (CVS 1143)
drh
More... over 22 years ago
Fix some minor problems with the new test4.c module used for doing thread testing. (CVS 1142)
drh
More... over 22 years ago
Update configuration and make files for mingw/msys on Windows (CVS 1141) More... over 22 years ago
Remove a comma at the end of an enum definition. Some compilers could not deal with it. (CVS 1140)
drh
More... over 22 years ago
Makefile updates for the new "test4.c" module. Also disable large file tests for archic TCL versions. (CVS 1139)
drh
More... over 22 years ago
A better fix for ticket #530 - one that is likely to work on unix implementations in addition to linux. Also more tests for multi-thread locking added. (CVS 1138)
drh
More... over 22 years ago
Add new thread-testing code and fix locking under Linux threads. Ticket #530. (CVS 1137)
drh
More... over 22 years ago
Typo on the "datatypes.html" document. (CVS 1136)
drh
More... over 22 years ago
Version 2.8.8 (CVS 1135)
drh
More... over 22 years ago
Bump the version number and update the change log in preparation for the next release. (CVS 1134)
drh
More... over 22 years ago
Make sure the pagers in-memory cache states in sync with the disk file. Ticket #529. (CVS 1133)
drh
More... over 22 years ago
Improvements to the way PRAGMA integrity_check works. More likely to output userful information when given a corrupt database. (CVS 1132)
drh
More... over 22 years ago