10 descendants and 10 ancestors of [4e6e07a60e]
|
2013-03-08
| ||
| 18:16 | [f2fecfb2d3] If SQLITE_OMIT_UTF16 is defined, avoid setting the 'enc' field of Schema objects to any value except SQLITE_UTF8. Otherwise, assert() statements may fail or spurious SQLITE_NOMEM errors may be returned at the vdbe level later on. (user: dan, tags: trunk) | |
| 07:10 | [69746ef787] Leaf: If SQLITE_OMIT_UTF16 is defined, avoid setting the 'enc' field of Schema objects to any value except SQLITE_UTF8. Otherwise, assert() statements may fail or spurious SQLITE_NOMEM errors may be returned at the vdbe level later on. (user: dan, tags: experimental) | |
|
2013-03-07
| ||
| 14:00 | [af542c82e8] Fix the char() function so that it works even if SQLITE_OMIT_UTF16 is defined. (user: drh, tags: trunk) | |
| 09:39 | [e39391422e] Skip tests that require UTF-16 support when compiled with SQLITE_OMIT_UTF16. (user: mistachkin, tags: trunk) | |
| 06:42 | [10ace06be7] Fix two compilation issues, one warning and one error, that occur only when SQLITE_OMIT_UTF16 is defined. (user: mistachkin, tags: trunk) | |
|
2013-03-06
| ||
| 11:44 | [66576b450a] Fix a problem in incrvacuum_ioerr.test. Do not run ioerr6.test with an in-memory journal. (user: dan, tags: trunk) | |
| 02:12 | [d69d21903b] Merge all the latest trunk changes into the sessions branch. (user: drh, tags: sessions) | |
| 01:55 | [7097241c12] Fix a bug (ticket [fc7bd6358f59]) that caused incorrect query results in three way queries that involved comparing INTEGER and TEXT columns for equality. (user: drh, tags: trunk) | |
| 01:48 | [ce4ac66a4b] Add the SQLITE_READONLY_ROLLBACK extended error code. Do not try to set the permissions on journal or wal files except if the filesize is initially zero (indicating that it is a new file.) (user: drh, tags: trunk) | |
| 01:41 | [4f5f3aebe8] Closed-Leaf: Fix an operator precedence problem on the 1d8086902e check-in. (user: drh, tags: ex-robust-open) | |
|
2013-03-05
| ||
| 16:54 | [4e6e07a60e] Failed merge experimental branch with trunk. (user: dan, tags: ex-robust-open) | |
| 15:27 | [1d8086902e] Closed-Leaf: Do not attempt to set the permissions on an existing journal or wal file. Do this only immediately after creating a new file (or opening one zero bytes in size). (user: dan, tags: experimental) | |
| 15:09 | [39247b14a5] Add extended error code SQLITE_READONLY_ROLLBACK. Returned if a read-only connection cannot read the database because doing so would require it to roll back a hot-journal. (user: dan, tags: experimental) | |
| 11:27 | [717863fca6] Fix a bug in the recent incremental-vacuum related changes. (user: dan, tags: trunk) | |
| 01:46 | [8e0ced1af7] Simplified error message on the showdb utility. (user: drh, tags: trunk) | |
|
2013-03-04
| ||
| 17:41 | [f40552ada5] Omit a test that uses the progress handler callback from view.test if OMIT_PROGRESS_HANDLER is defined. (user: dan, tags: trunk) | |
| 16:35 | [090a47127f] Remove an assert() statement that has been incorrect since the recent incremental-vacuum related changes in 26e235b7a4. (user: dan, tags: trunk) | |
|
2013-03-03
| ||
| 20:26 | [b457c8870a] Add the test_fs.c test module to Makefile.in. Adjust the success criteria on index5-1.3 so that it works under auto_vacuum configurations. (user: drh, tags: trunk) | |
|
2013-03-02
| ||
| 03:25 | [9a135e37b6] Update comments on the free-page allocator to accurately reflect the latest implementation. Add new asserts to the free-page allocator. (user: drh, tags: trunk) | |
|
2013-03-01
| ||
| 23:40 | [780d06c5e5] Complete the initialization of the loadable extension thunk table. Also fix other (harmless) compiler warnings. (user: drh, tags: trunk) | |
| 23:24 | [6b2838336a] Update the cygwin interface to use the newer 1.7 APIs instead of the 1.5 APIs. Also shorten over-length source code lines in os_win.c. (user: drh, tags: trunk) | |