Activity Not Available

Commits : Listings

  Analyzed over 2 years ago based on code collected over 3 years ago.
Showing page 1 of 318
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Instead of adding SQLITE_API macros sqlite3.h while creating sqlite3.c, add them as part of generating the sqlite3.h target, while copying from sqlite.h.in to sqlite3.h. This fixes a build problem that was causing multiple SQLITE_API macros to be added to a single line of sqlite3.h, and the problem cited by #4016. Anon32 More... almost 4 years ago
Reduce the maximum supported sector size to 64KiB. Avatar
John S.
as drh
More... almost 4 years ago
Update a couple of tests in corrupt7.test to account for a change in the error message text emitted by SQLite. Anon32 More... almost 4 years ago
Exclude a static function in test1.c from the build when OMIT_DEPRECATED is defined. This avoids a compiler warning that occurs with some compilers. Anon32 More... almost 4 years ago
Change mallocI.test to close a database connection that was being left open. Anon32 More... almost 4 years ago
Removed some warnings from the MSVC compile. Anon32 More... almost 4 years ago
Fixed "Interlocked" logic error that prevented the "static" mutexes from being released when sqlite3_shutdown() is called. Ticket #4011. Anon32 More... almost 4 years ago
Suppress various compiler warnings. Avatar
John S.
as drh
More... almost 4 years ago
Enhancement to [6844]. If sqlite3_exec() is to return SQLITE_NOMEM because it fails to allocate space for an error message, set the database error-code to SQLITE_NOMEM too. Anon32 More... almost 4 years ago
Mark the rtreeUpdate function as static. Anon32 More... almost 4 years ago
Alternative fix for ticket #3810. This is a replacement for check-in [6956]. Avatar
John S.
as drh
More... almost 4 years ago
Change a hyperlink label on shared cache mode documentation. No changes Avatar
John S.
as drh
More... almost 4 years ago
Simplified conditional for read-only lock in winceLockFile() function. This was to work around what appears to be a compiler bug in MSVC which exhibited itself when optimizations were enabled and the application was running under the Windows CE Emulator with an ARM system image. I was not able to duplicate the bug with my emulator tests, although I did verify that the code simplification worked correctly. Ticket #3991. Anon32 More... almost 4 years ago
Make sure all database connections are closed at the end of the test case Avatar
John S.
as drh
More... almost 4 years ago
Return a better error message when problems are encountered parsing a Avatar
John S.
as drh
More... almost 4 years ago
Add a testcase for ticket #3810. Avatar
John S.
as drh
More... almost 4 years ago
Fix a segfault following OOM that was introduced by check-in [6949] which Avatar
John S.
as drh
More... almost 4 years ago
Increment the version number in preparation for the next release. Avatar
John S.
as drh
More... almost 4 years ago
Fix a bug in where.c that could cause SQLite to write to freed memory while compiling a query with many terms in the WHERE clause. Anon32 More... almost 4 years ago
Add a test to mallocI.test to show that a shared lock is correctly released if an OOM condition occurs while parsing a database schema. Anon32 More... almost 4 years ago
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.