SQLite

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

103 events for the month beginning 2011-06-01 by user drh

Following month ↑
2011-06-29
17:11
Pass the BTREE_UNORDERED hint into both sqlite3BtreeOpen() and into sqlite3BtreeCreateTable(). (check-in: 591de898 user: drh tags: trunk)
02:05 Edit [de8ad5f8176d5573|de8ad5f8]: Cancel tag "release". Cancel tag "version-3.7.7.1". (artifact: 9b4acf0c user: drh)
2011-06-28
21:03 Edit [de8ad5f8176d5573|de8ad5f8]: Add tag "release". (artifact: 9daa6d3e user: drh)
21:02 Edit [de8ad5f8176d5573|de8ad5f8]: Add tag "version-3.7.7.1". (artifact: 7c437328 user: drh)
2011-06-27
23:39
Update the version number to 3.7.7.1 (check-in: de8ad5f8 user: drh tags: branch-3.7.7)
23:32
Create a branch that contains just the fix for the case_sensitive_like pragma bug, ticket [25ee81271091ec]. (check-in: ec8f23fc user: drh tags: branch-3.7.7)
17:08 Fixed ticket [25ee8127]: PRAGMA case_sensitive_like=1 fails plus 2 other changes (artifact: 15b57cdc user: drh)
00:01
Make sure all new statements begin life unexpired, even if they registered functions or did other actions during preparation that would have expired all statements. Fix for ticket [25ee81271091] (check-in: faa38c87 user: drh tags: trunk)
2011-06-26
23:44
Modifications to the "like.test" script in order to expose the problem reported by ticket [25ee81271091ec27a8c5]. (check-in: c4db5b64 user: drh tags: trunk)
23:07 New ticket [25ee8127] PRAGMA case_sensitive_like=1 fails. (artifact: aab555b0 user: drh)
2011-06-24
21:47
Fix the build. (check-in: 97729542 user: drh tags: apple-osx)
11:29
Fix some harmless compiler warnings that were occurring with THREADSAFE=0. (check-in: 9b191bb4 user: drh tags: trunk)
2011-06-23
19:49
Version 3.7.7. (check-in: 4374b7e8 user: drh tags: trunk, release, version-3.7.7)
17:42
Pull the last-minute fixes for 3.7.7 into the apple-osx branch. (check-in: 2d4458af user: drh tags: apple-osx)
17:40
Pull the latest version 3.7.7 release-candidate changes into the sessions branch. (check-in: 840bf9c2 user: drh tags: sessions)
17:29
Add a bit to the SQLITE_TESTCTRL_OPTIMIZATIONS setting that will disable affinity when writing to any index, regardless of whether or not the index is on a manifestation of a view. This allows better testing of the fix for ticket [91e2e8ba6ff2e2]. (check-in: b61a76a5 user: drh tags: trunk)
16:18 Fixed ticket [91e2e8ba]: Automatic indices cause undesirable type conversions plus 2 other changes (artifact: 74799351 user: drh)
16:18
Do not do affinity transformations on inserts into an index for the manifestation of a view or subquery. Fix for ticket [91e2e8ba6ff2e2]. (check-in: 0b3174e0 user: drh tags: trunk)
16:17 New ticket [91e2e8ba] Automatic indices cause undesirable type conversions. (artifact: 43bb4571 user: drh)
02:30
Pull the latest changes from trunk into the apple-osx branch. (check-in: b5acda04 user: drh tags: apple-osx)
02:11
Pull the latest trunk changes into the sessions branch. (check-in: 5d95b429 user: drh tags: sessions)
01:42
Provide the SQLITE_MAX_SCHEMA_RETRY compile-time parameter for adjusting the number of reparse attempts after a schema change. (check-in: 8dca748b user: drh tags: trunk)
01:07
Remove unused variables from test_vfs.c (check-in: 07884cc2 user: drh tags: trunk)
00:59
If "PRAGMA page_size" commands are not authorized, the FTS module will assume a page size of 1024. (check-in: ba39382e user: drh tags: trunk)
2011-06-22
15:21
Print a warning in oserror-1.1.1 that a valgrind warning might occur but that it is benign. (check-in: 13e96376 user: drh tags: trunk)
2011-06-21
15:54
Give the osLocaltime() function file scope in date.c. (check-in: 15774845 user: drh tags: trunk)
15:37 Fixed ticket [bd484a09]: Date/time functions do not detect failure of localtime_r() (artifact: 52af1221 user: drh)
15:37 Edit [2f5b37122b720505|2f5b3712]: Edit check-in comment. (artifact: b92445d6 user: drh)
15:34
Backport the localtime() failure patch from trunk. Ticket [bd484a090c8077]. (Leaf check-in: 2f5b3712 user: drh tags: branch-3.6.1)
15:15
Backport the localtime() failure fix of ticket [bd484a090c8077] to the 3.7.6 branch. (check-in: 5d4b0c5b user: drh tags: branch-3.7.6)
15:01
Rework the localtime logic yet again in order to make all branches reachable and to follow GNU standards for HAVE_LOCALTIME_R-type macros. Ticket [bd484a090c8077]. (check-in: 17624809 user: drh tags: trunk)
14:35
Simplifications to the localtime() interface. Fix the case where localtime_r() is available so that it works. Ticket [bd484a090c8077]. (check-in: 5b68dae3 user: drh tags: trunk)
13:52 Edit [0e82175fd86f0ca5|0e82175f]: Edit check-in comment. (artifact: 28ebd859 user: drh)
13:04 Edit [97e86ec6df4d8935|97e86ec6]: Edit check-in comment. (artifact: 0a061874 user: drh)
12:34 New ticket [bd484a09] Date/time functions do not detect failure of localtime_r(). (artifact: bd384d35 user: drh)
03:36
Add a new AWK script in the tool/ folder for converting text files into C string literals. Use it for building sqlite3_analyzer. (check-in: dcb46d3f user: drh tags: trunk)
01:30
Merge the latest trunk changes into the apple-osx branch. (check-in: 76005fdc user: drh tags: apple-osx)
01:29
Merge the latest trunk changes into the sessions branch. (check-in: f3d148e0 user: drh tags: sessions)
2011-06-20
23:51
More typo fixes in evidence marks. No code changes. (check-in: e60eefc7 user: drh tags: trunk)
22:34
Fix typos in evidence marks on tests. (check-in: bd980be4 user: drh tags: trunk)
21:47
Fix more documentation typos. (check-in: b9cbab73 user: drh tags: trunk)
20:39
Fix documentation typos. No changes to code. (check-in: 3276f3f7 user: drh tags: trunk)
20:15
Remove the SQLITE_OMIT_CONFLICT_CLAUSE preprocessor define which was no longer in use. (check-in: 90249559 user: drh tags: trunk)
19:00
More compiler warning fixes. (check-in: ed2dda93 user: drh tags: trunk)
18:27
Fix compiler warnings in lemon by removing some of the code added by Ryan Gordon in [1e8b842039cc0]. (check-in: 76b18b2b user: drh tags: trunk)
18:00
Rework the autoconf script to better deal with utime() and dlopen(). (check-in: f69ed286 user: drh tags: trunk)
17:24
Fix various harmless compiler warnings in FTS3 and RTREE. (check-in: fe62179e user: drh tags: trunk)
15:24
Enable crnl to nl translation for the mksqlite3c.tcl script. (check-in: 161379d2 user: drh tags: trunk)
12:16 Edit [95ff76ef67d6189f|95ff76ef]: Mark "Closed". Edit check-in comment. (artifact: f4f327d5 user: drh)
12:15 Edit [2c5e48a4855e2ec4|2c5e48a4]: Mark "Closed". (artifact: 5ee4f9d5 user: drh)
12:15 Edit [a64d96db09ef2b76|a64d96db]: Mark "Closed". (artifact: bcba05c1 user: drh)
12:15 Edit [8a5811ea80e8415f|8a5811ea]: Mark "Closed". (artifact: b3d0430e user: drh)
12:15 Edit [e327ef37faec52ce|e327ef37]: Mark "Closed". (artifact: 188e86fe user: drh)
12:14 Edit [42ba43ac690dc800|42ba43ac]: Mark "Closed". (artifact: 930a5790 user: drh)
12:14 Edit [19e95f6335958976|19e95f63]: Mark "Closed". Edit check-in comment. (artifact: 1e3d2228 user: drh)
12:13 Edit [d067d9f7a9138e02|d067d9f7]: Mark "Closed". Edit check-in comment. (artifact: bebea3eb user: drh)
12:10 Edit [aefd46dfae7e06fb|aefd46df]: Mark "Closed". (artifact: 6217a8d3 user: drh)
12:09 Edit [dd6d61a967e3c0d9|dd6d61a9]: Mark "Closed". (artifact: 7f5748d8 user: drh)
12:08 Edit [61174aea74db59f6|61174aea]: Mark "Closed". (artifact: 79f84313 user: drh)
12:07 Edit [01ef6c1944507c18|01ef6c19]: Mark "Closed". Edit check-in comment. (artifact: 47349d67 user: drh)
12:07 Edit [84194c4195d7144f|84194c41]: Mark "Closed". (artifact: 7fe6512e user: drh)
12:06 Edit [54e2efb6679433e4|54e2efb6]: Mark "Closed". (artifact: 1e68ce80 user: drh)
12:06 Edit [6611b76b0296875f|6611b76b]: Mark "Closed". (artifact: d7decd86 user: drh)
12:06 Edit [34613f1dc54c6385|34613f1d]: Mark "Closed". Edit check-in comment. (artifact: 5459115e user: drh)
12:05 Edit [aa90b943254cf348|aa90b943]: Mark "Closed". (artifact: 1081202c user: drh)
11:57
Merge the latest trunk changes into the apple-osx branch. (check-in: 4c69e827 user: drh tags: apple-osx)
10:44
Merge the latest trunk changes into the sessions branch. (check-in: 4c5e276c user: drh tags: sessions)
2011-06-19
21:17
Do not run test tkt-2d1a5c67d.test in the inmemory_journal permutation since that test requires WAL mode which does not work with inmemory_journal. (check-in: 228c43c7 user: drh tags: trunk)
2011-06-16
00:54
Changes to #ifdefs so that the build goes correctly if the only FTS macro defined is SQLITE_ENABLE_FTS4. (check-in: a0b43a32 user: drh tags: trunk)
2011-06-15
23:34
Fix the multiplex.test module so that it works with the inmemory_journal permutation. (check-in: 03d9480f user: drh tags: trunk)
19:18
Further tweaks to the wal7.test test case. (check-in: 177e2d72 user: drh tags: trunk)
16:07
Fix the wal7.test script so that it works even if secure_delete is engaged. (check-in: 68fb7a54 user: drh tags: trunk)
13:11 Edit [63ebcb52a1909aca|63ebcb52]: Mark "Closed". (artifact: f87d3992 user: drh)
13:11
Merge the improved incremental doclist loading test from the broken-build branch (which is now fixed) into trunk. (check-in: f9750870 user: drh tags: trunk)
13:02
Fix so that the TCL test harness works even if SQLITE_ENABLE_FTS is omitted. (Closed-Leaf check-in: 63ebcb52 user: drh tags: broken-build)
12:56 Edit [7a3813138d1a5c5d|7a381313]: Change branch background color to "#ffc0d0". Move to branch broken-build. (artifact: ecea8f4f user: drh)
12:43
Fix a couple of compiler warnings. (check-in: 3899f3b9 user: drh tags: broken-build)
2011-06-13
12:19
Use only unsigned values in the implementatin of LIKE and GLOB so that values won't overflow to negative when dealing with malformed UTF8. (check-in: 77f01578 user: drh tags: trunk)
2011-06-07
18:31
Fix a comment type on the description of the Schema object. (check-in: 095cd9a6 user: drh tags: trunk)
2011-06-06
18:14
Merge the latest trunk changes into the fts3-prefix-search branch. (check-in: 567dd843 user: drh tags: fts3-prefix-search)
13:38
Add assert() statements to verify that u16 pointers associated with the enhancement in [897f56a158] are always 2-byte aligned. (check-in: 98ccfa93 user: drh tags: trunk)
2011-06-04
01:43
Performance improvement to the btree search routine. (check-in: 65db822f user: drh tags: trunk)
2011-06-03
23:28
Performance improvements on memory copies inside of btree by moving 2 bytes at a time instead of just 1 byte at a time. (check-in: 897f56a1 user: drh tags: trunk)
21:34
Performance enhancement to the blob-literal tokenizer. (check-in: 61aa2031 user: drh tags: trunk)
20:11
Create and use a function especially for adding the ParseSchema opcode. This gives a small reduction in code and a small performance increase. (check-in: 957b2ab6 user: drh tags: trunk)
17:50
Factor an "if" out of a loop in balance_nonroot() for about a 1% performance increase. (check-in: 1bd72d0c user: drh tags: trunk)
14:19
Hush some harmless compiler warnings in the URI parsing logic. (check-in: 0206bc6f user: drh tags: trunk)
13:28
Include more detailed version information in the command-line shell output. (check-in: 049c3c42 user: drh tags: trunk)
13:06
Add shell scripts used for testing compiler warnings (tool/warnings.sh), for verifying that the library exports the correct symbols (tool/symbols.sh), and to demonstrate building a full-featured command-line shell (tool/build-shell.sh). (check-in: 3aca9a92 user: drh tags: trunk)
13:02
Fix the build when using SQLITE_OMIT_PRAGMA. (check-in: 051f4635 user: drh tags: trunk)
12:15
Fix an #ifdef of SQLITE_OMIT_VIRTUALTABLE that had an extra "_" character. (check-in: 93e0be2b user: drh tags: trunk)
2011-06-02
17:24
Fix a faulty assert() in the WAL-mode logic for read-only shared memory. (check-in: a13cfe61 user: drh tags: trunk)
15:48
Add a missing check for out-of-memory in the lemon code generator. (check-in: efb20b9d user: drh tags: trunk)
13:07
Merge the latest trunk changes, including the read-only shared memory enhancement, into the apple-osx branch. (check-in: ce5f95de user: drh tags: apple-osx)
13:05 Edit [1f930d7e04cd4a5f|1f930d7e]: Mark "Closed". Edit check-in comment. (artifact: bd08e1ff user: drh)
13:04
Merge the read-only shared memory branch into trunk. After this merge, an unprivileged process can open WAL-mode databases owned by another user as long as a database connection with write permission exists on the database file and if the readonly_shm=1 URI query parameter is supplied. (check-in: 19084a66 user: drh tags: trunk)
2011-06-01
20:13
Make use of the sqlite3GetBoolean() interface for more robust processing of the readonly_shm query parameter inside of unixShmMap(). (Closed-Leaf check-in: 1f930d7e user: drh tags: wal-readonly)
20:01
Simplify the wal-readonly branch so that it does not require changes to anything other than os_unix.c and wal.c and a couple of new error codes. (check-in: d6b4709d user: drh tags: wal-readonly)
19:44
Pull the latest trunk changes into the wal-readonly branch. (check-in: 0b63b713 user: drh tags: wal-readonly)
19:16
Avoid unnecessary duplication of SQL parameter names. (check-in: e704e869 user: drh tags: trunk)
18:15
Refactor the SQL parameter processing so that parameter names for values that are optimized out of the prepare statement are not forgotten. (check-in: b3aaf715 user: drh tags: trunk)
11:27 Edit [2e5a912ad781f755|2e5a912a]: Change branch background color to "#8ea7b2". Edit check-in comment. (artifact: aee410e5 user: drh)
11:26
Toward version 3.7.5.1. This check-in updates the version number and also patches the pager so that it never spills cache while in WAL mode. The latter patch fixes ticket [2d1a5c67dfc23] and also prevents excessive WAL file sizes if the pager cache starts thrashing. A few test cases fail. (Leaf check-in: 2e5a912a user: drh tags: branch-3.7.5)
Previous month ↓