Saturday, 2008-Nov-29
- 22:49
-
-
Check-in [5968]
: Fully initialize the unused bytes of the buffer that will become the journal file header, in order to silence a complaint from valgrind. (By drh)
- 09:36
-
-
Wiki page ConverterTools edited by anonymous (diff)
- 02:20
-
-
Check-in [5967]
: Continuing to refactor os_unix.c. This is an incremental check-in. (By drh)
- 00:56
-
-
Check-in [5966]
: Continuing work on the os_unix.c refactoring. Removed all of the LOCKING_STYLE_* constants and instead pass around pointers to the underlying sqlite3_io_method objects. (By drh)
Friday, 2008-Nov-28
- 17:02
-
-
Wiki page SqliteUsers edited by anonymous (diff)
- 15:37
-
-
Check-in [5965]
: First step in refactoring os_unix.c. This is work in progress. The code compiles and runs on Linux and MacOSX (as long as SQLITE_ENABLE_LOCKING_STYLE is turned off), but there are a few test failures. (By drh)
- 10:30
-
-
Wiki page SqliteVersusFirebird edited by anonymous (diff)
- 09:08
-
-
Create ticket #3514: sqlite3_analyzer reports weird numbers
(By anonymous)
Thursday, 2008-Nov-27
- 22:15
-
-
Closed ticket #3513, was active. Plus other changes. (By drh)
- 20:53
-
-
Changes to ticket #3513 (By anonymous)
- 20:44
-
-
Create ticket #3513: SQLite crashes with simple invalid SELECT statement.
(By anonymous)
- 12:49
-
-
Create ticket #3512: unknown errno code ENOTSUP used
(By anonymous)
- 02:22
-
-
Check-in [5964]
: Add 19 new assert() statements in btree.c that attempt to detect writing to a cache page which is not writeable. (By drh)
Wednesday, 2008-Nov-26
- 20:09
-
-
Check-in [5963]
: expected error message has trailing space (By pweilbacher)
- 20:03
-
-
Check-in [5962]
: remove warning in os2Sync() with SQLITE_NO_SYNC set (By pweilbacher)
- 19:56
-
-
Check-in [5961]
: make os2Randomness() act the same as other platforms with SQLITE_TEST (all zeroed buffer) (By pweilbacher)
Version 3.6.6.2
- 18:01
-
-
Milestone [5960]: Version 3.6.6.2
- 17:52
-
-
Check-in [5959]
on branch branch_3_6_6: Version number to 3.6.6.2. (By drh)
- 14:55
-
-
Check-in [5958]
on branch branch_3_6_6: Port check-ins [5955]
and [5956]
into the 3.6.6 branch. (By drh)
- 13:44
-
-
Check-in [5957]
: Fix the test condition for the test cases added to prevent regressions of ticket #3508. (By drh)
- 12:50
-
-
Wiki page SqliteWrappers edited by anonymous (diff)
- 07:40
-
-
Check-in [5956]
: Fix an obscure memory leak that can follow an IO error. (By danielk1977)
- 07:25
-
-
Check-in [5955]
: Fix a couple of assert() failures provoked by running with a small default cache-size (64 pages). (By danielk1977)
Tuesday, 2008-Nov-25
- 16:13
-
-
Create ticket #3511: apparent incorrect return constant in do_meta_command
(By anonymous)
- 12:07
-
-
Check-in [5954]
: Move the definition of function transferOwnership() in os_unix.c to below the static functions it calls. (By danielk1977)
Monday, 2008-Nov-24
- 20:06
-
-
Fixed ticket #3510, was active. Plus other changes. (By shane)
- 20:05
-
-
Check-in [5953]
: Added cast to PAGE_TO_PGHDR1 macro to remove warning. It looks like despite the warning, the compiler (tested with VS2005 and GCC on Windows) was doing the right thing. Ticket #3510. (By shane)
- 20:03
-
-
Fixed ticket #3509, was active. Plus other changes. (By shane)
- 20:01
-
-
Check-in [5952]
: Fixed some spelling errors in sqliteInt.h. Ticket #3509. (By shane)
- 17:27
-
-
Changes to ticket #3510 (By anonymous)
- 17:25
-
-
Create ticket #3510: serious warnings from algamation 3.6.6.1 on Windows
(By anonymous)
- 15:46
-
-
Create ticket #3509: spelling errors in sqliteInt.h 1.798
(By anonymous)
- 15:32
-
-
Check-in [5951]
: Added test case to in4.test to try and duplicate crash reported on the mailing list. (By shane)
Sunday, 2008-Nov-23
- 15:45
-
-
Wiki page ManagementTools edited by anonymous (diff)
Saturday, 2008-Nov-22
- 19:50
-
-
Check-in [5950]
: fix the compile warnings on OS/2 (By pweilbacher)
- 18:29
-
-
Fixed ticket #3508, was active. Plus other changes. (By drh)
- 18:28
-
-
Check-in [5949]
: Make sure the error message handler is able to deal with NULL expression spans. Ticket #3508. (By drh)
- 17:35
-
-
Changes to ticket #3508 (By anonymous)
- 17:33
-
-
Create ticket #3508: malformed SQL query causes segfault
(By anonymous)
Version 3.6.6.1
- 15:51
-
-
Milestone [5948]: Version 3.6.6.1
- 14:07
-
-
Check-in [5947]
on branch branch_3_6_6: Port the corruption bug fix of check-in [5938]
into a branch off of version 3.6.6. (By drh)
Friday, 2008-Nov-21
- 23:35
-
-
Check-in [5944]
: Fix testfixture linking problem by marking unix-only symbol as such. (By pweilbacher)
- 22:21
-
-
Check-in [5943]
: Factor out and simplify the canonical pathname logic in the VxWorks OS interface. (By drh)
- 20:32
-
-
Check-in [5942]
: Work toward cleaning up and refactoring the os_unix.c VFS module. Change IS_VXWORKS to OS_VXWORKS. The VxWorks implementation can now be built and tested on Linux using -DOS_VXWORKS=1 -Dsem_t=int -DPATH_MAX=512 -DNO_GETTOD=1. (By drh)
- 16:58
-
-
Check-in [5941]
: Fix the OOM handling for explain statements so that it is the same as for regular statements if the OOM error occurs from within a call to sqlite3_column_text() or text16(). (By danielk1977)
- 16:22
-
-
Check-in [5940]
: Fix a segfault that can be caused by an INSTEAD OF trigger on a view that includes an expression of the form "table.column" in the select list. (By danielk1977)
- 09:43
-
-
Check-in [5939]
: Fix an assert() failure that can occur after an OOM error. (By danielk1977)
- 09:09
-
-
Check-in [5938]
: Fix the problems demonstrated in tkt35xx.test in a different way to [5936]
. (By danielk1977)
- 08:50
-
-
Check-in [5937]
: Add another test case to tkt35xx.test showing that a statement rollback can also trigger the problem. (By danielk1977)
- 05:06
-
-
Create ticket #3507: sqlite3_overload_function ignores errors from sqlite3CreateFunc
(By anonymous)
- 03:23
-
-
Check-in [5936]
: On a ROLLBACK, if there page cache entries which are dirty but not in the rollback journal, make sure they get reinitialized in the btree layer. (By drh)
- 00:52
-
-
Wiki page ProxyLocking edited by aswift (diff)
- 00:43
-
-
Wiki page ProxyLocking edited by drh (diff)
- 00:24
-
-
Check-in [5935]
: Fixes to the proxy locking so that os_unix.c compiles on linux with proxy locking omitted. (By drh)
- 00:10
-
-
Check-in [5934]
: Added support for proxy file locking style Added pragma support for controlling proxy file locking Added file control access to last errno and proxy locking Added support for TMPDIR environment variable Extended unit tests to cover new proxy locking pragmas and file control features (By aswift)
Thursday, 2008-Nov-20
- 22:36
-
-
Changes to ticket #1893 (By anonymous)
- 19:00
-
-
Milestone [5945]: branch_3_6_6
- 19:00
-
-
Milestone [5946]: branch_3_6_6
- 18:20
-
-
Check-in [5933]
: When a memory allocation fails on the %Q conversion in sqlite3_mprintf(), make sure the error is reported back up the call stack. (By drh)
- 17:35
-
-
Create ticket #3506: configure needs to check libthread.so, not just libpthread.so
(By anonymous)
- 09:28
-
-
2 changes to ticket #3505 (By danielk1977)
- 08:32
-
-
Changes to ticket #3505 (By anonymous)
- 08:28
-
-
Create ticket #3505: failure with OP_Concat
(By anonymous)
Wednesday, 2008-Nov-19
- 22:53
-
-
Wiki page SqliteWrappers edited by anonymous (diff)
- 21:35
-
-
Check-in [5932]
: In os_win.c, if SQLITE_TEST defined, winRandomness() should return all zeroes like os_unix.c. (By shane)
Version 3.6.6
- 21:03
-
-
Milestone [5931]: Version 3.6.6
- 20:59
-
-
Wiki page SqliteWrappers edited by anonymous (diff)
- 18:43
-
-
Check-in [5930]
: Force the corruptC.test script to use file format 1. (By drh)
- 18:30
-
-
Check-in [5929]
: In bitvec.c: removed some of the recursion, minor optimizations, added comments, improved consistency. (By shane)
- 18:30
-
-
Check-in [5928]
: Update the SECURE_DELETE code to track the latest changes in the pager. (By drh)
- 16:52
-
-
Check-in [5927]
: Fix some compiler warnings that show up when building the amalgamation only. (By danielk1977)
- 15:17
-
-
Closed ticket #3504, was active. Plus other changes. (By drh)
- 15:17
-
-
Changes to ticket #3504 (By drh)
- 14:35
-
-
Check-in [5926]
: Fix a few more compiler warnings. (By danielk1977)
- 13:52
-
-
Check-in [5925]
: In os_unix.c, use "IS_VXWORKS" instead of "defined(__RTP__) || defined(_WRS_KERNEL)". Purely because it's easier on the eyes. (By danielk1977)
- 12:43
-
-
Check-in [5924]
: Version number to 3.6.6. (By drh)
- 11:35
-
-
Check-in [5923]
: Eliminate some of the "unused parameter" warnings in os_unix.c. (By danielk1977)
- 10:22
-
-
Check-in [5922]
: Simplify the way the pager layer invokes the busy-handler callback. (By danielk1977)
- 09:05
-
-
Check-in [5921]
: Changes to avoid "unused parameter" compiler warnings. (By danielk1977)
- 01:20
-
-
Check-in [5920]
: Add an alternative application-defined pcache implementation and add test cases to permutations.test to invoke it. Added the SQLITE_CONFIG_GETPCACHE method to sqlite3_config(). (By drh)
Tuesday, 2008-Nov-18
- 23:25
-
-
Check-in [5919]
: Fix to the lemon parser template when YYSTACKSIZE is 0 (dynamically allocated stack space). (By drh)
- 23:03
-
-
Check-in [5918]
: Add support for SQLITE_NO_SYNC for OS/2, too. (By pweilbacher)
- 19:18
-
-
Check-in [5917]
: Expose the MBCS->UTF8 convert routine in the Win32 backend. (By drh)
- 19:18
-
-
Check-in [5916]
: Application-defined page cache documentation updates. (By drh)
- 16:35
-
-
Wiki page DateAndTimeFunctions edited by anonymous (diff)
- 12:51
-
-
Changes to ticket #1648 (By anonymous)
- 12:36
-
-
Wiki page SqliteWrappers edited by anonymous (diff)
- 09:03
-
-
Changes to ticket #3504 (By anonymous)
- 07:27
-
-
Check-in [5915]
: Reduce the number of "missing initializer" warnings. (By danielk1977)
Monday, 2008-Nov-17
- 20:10
-
-
Wiki page SqliteWrappers edited by anonymous (diff)
- 19:18
-
-
Check-in [5914]
: Modifications to avoid unsigned/signed comparisons in various files. (By danielk1977)
- 19:10
-
-
Create ticket #3504: pragma table_info returns quoted text
(By anonymous)
- 16:42
-
-
Check-in [5913]
: Modifications to avoid unsigned/signed comparisons in where.c. (By danielk1977)
- 15:31
-
-
Check-in [5912]
: Modifications to avoid signed/unsigned warnings in vdbe.c. (By danielk1977)
- 14:20
-
-
Check-in [5911]
: Changes to btree.c to avoid the unsigned/signed comparison warnings. (By danielk1977)
- 08:05
-
-
Check-in [5910]
: Added support for vxworks >= 6.4; RTP mode tested, kernel mode untested. (By chw)
- 04:56
-
-
Check-in [5909]
: Modifications to pager.c to avoid the unsigned/signed warnings. (By danielk1977)
Sunday, 2008-Nov-16
- 08:28
-
-
Closed ticket #3503, was active. (By danielk1977)
- 08:28
-
-
Changes to ticket #3503 (By danielk1977)
- 02:21
-
-
Wiki page SqliteWrappers edited by anonymous (diff)
- 01:35
-
-
Wiki page QuickLite edited by anonymous (diff)
- 01:32
-
-
Wiki page SqliteWrappers edited by anonymous (diff)
Saturday, 2008-Nov-15
- 12:00
-
-
Create ticket #3503: SELECT documentation uses "as" instead of "has"
(By anonymous)
- 11:22
-
-
Check-in [5908]
: Fix compiler warnings in pcache1.c related to comparison of unsigned and signed values. (By danielk1977)
- 06:53
-
-
Changes to ticket #1893 (By anonymous)
- 04:56
-
-
Closed ticket #3502, was active. Plus other changes. (By danielk1977)
- 04:54
-
-
Check-in [5907]
: Add a line to genfkey.README showing how to link against a shared library. Ticket #3502. (By danielk1977)