Historie revizí

Autor SHA1 Zpráva Datum
  drh cb7d541d3a Replace the sqlite3_memdb_ptr() interface with the more general před 7 roky
  drh 1d21021f59 Add a script that will break the amalgamation source file up into 4 or 5 před 13 roky
  dan e433235ec2 Change analyze7.test so that it works without SQLITE_ENABLE_STAT2 defined. před 13 roky
  dan f18749542f When simulating an error in the close() system call, close the file descriptor anyway. Otherwise long running tests leak too many file-descriptors and crash. před 13 roky
  drh 026663d305 Move a variable declaration inside an #ifdef to avoid a compiler warning. před 13 roky
  dan 211fb08433 Fix some problems in os_unix.c when compiled with ENABLE_LOCKING_STYLE on OSX. Also some minor issues with test scripts. před 13 roky
  dan 0fd7d86081 Fix a problem in the unix VFS implementation of xNextSystemCall(). Also some typos that prevent compilation when HAVE_POSIX_FALLOCATE is defined. před 13 roky
  drh 278479c1a5 Fix the documentation for the sqlite3_column_*_name() functions to describe před 13 roky
  drh e83cafd2f0 Add the ability to enable and disable foreign key constraints and triggers před 14 roky
  drh 1f9c7663ce Enhances to the query planner such that "x IS NULL" constraints take the před 14 roky
  drh cfd654bf2a Fix an instance of signed arithmetic overflow and an one bit-shift overflow. před 14 roky
  drh 5b6c545ba1 When a stale schema-cookie is seen, expire only the one statement that před 14 roky
  dan ef7075de1f Fix a problem with "EXPLAIN QUERY PLAN SELECT count(*) FROM tbl". před 14 roky
  drh 104a7bba8c Increment the change counter and update the SQLite version number whenever před 14 roky
  dan 39210bdaa6 Add a test case demonstrating the problem described by ticket [5d863f876e]. před 14 roky
  drh 94e7bd55bd Fix comments, including some documentation comments, in the page cache před 14 roky
  dan 47e909bb15 Fix a bug in test code (test_vfs.c). před 14 roky
  drh 5b3696e8a6 Fix a typo on the sqlite3_open_v2() documentation. před 14 roky
  dan 86596e552e Fix a segfault that can occur in matchinfo if an fts4 table contains mostly zero-length documents. Specifically, if the table contains more rows than it does bytes of text. před 14 roky
  drh efd95a7aca Do not raise an SQLITE_CORRUPT error in Recoverymode před 14 roky
  dan 9f4beedb6f If a rollback is attempted in journal_mode=off mode, force SQLite to discard the contents of the pager cache before processing any subsequent queries. před 14 roky
  drh bbd91944dd Fix the sqlite3.h generator script so that it generates the correct před 14 roky
  dan b9a93d70b8 Reduce the number of calls to sqlite3_realloc() made by fts3 when querying for position information of a term prefix. před 14 roky
  shane ea5989276a For Windows VFS, modified xGetLastError() to call FormatMessage() před 15 roky
  dan 03c7b99988 Add documentation comment for new experimental API sqlite3_reoptimize(). před 15 roky
  shane 3e82c1d99b Allow specific exclusion of localtime_s() usage on Windows. před 15 roky
  dan 1da40a381f Check in implementation of foreign key constraints. před 15 roky
  shane 7c7c311da5 More documentation and comment updates for sqlite3_initialize/shutdown interface changes to handle failures. před 15 roky
  drh b5a20d3ceb Remove the begin_hook and commit_hook APIs. They were a bad idea. Add a před 22 roky