Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Many spelling fixes in comments. No changes to code. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
6f6e2d50941e444ebc83604daddcc034 |
User & Date: | mistachkin 2013-03-21 21:20:32.533 |
Context
2013-03-24
| ||
22:56 | Remove the SQLITE_OMIT_MERGE_SORT compile-time option and its related code. The merge sorter is now a required component. (check-in: 8b44d6fb15 user: drh tags: trunk) | |
2013-03-21
| ||
21:20 | Many spelling fixes in comments. No changes to code. (check-in: 6f6e2d5094 user: mistachkin tags: trunk) | |
2013-03-20
| ||
12:04 | Fix text-to-numeric type casting so that it works correctly on UTF16 strings that contain characters where the LSB is numeric but the MSB is non-zero. Ticket [689137afb6da41] (check-in: 5b22053f91 user: drh tags: trunk) | |
Changes
Changes to ext/fts1/ft_hash.h.
Changes to ext/fts1/fts1_hash.h.
Changes to ext/fts2/fts2.c.
Changes to ext/fts2/fts2_hash.h.
Changes to ext/fts2/fts2_tokenizer.c.
Changes to ext/fts2/fts2_tokenizer.h.
Changes to ext/fts3/fts3.c.
Changes to ext/fts3/fts3_expr.c.
Changes to ext/fts3/fts3_hash.h.
Changes to ext/fts3/fts3_snippet.c.
Changes to ext/fts3/fts3_test.c.
Changes to ext/fts3/fts3_tokenizer.c.
Changes to ext/fts3/fts3_tokenizer.h.
Changes to ext/fts3/fts3_unicode.c.
Changes to ext/icu/README.txt.
Changes to ext/rtree/rtree.c.
Changes to src/attach.c.
Changes to src/bitvec.c.
Changes to src/btree.c.
Changes to src/build.c.
Changes to src/expr.c.
Changes to src/hash.h.
Changes to src/main.c.
Changes to src/os_unix.c.
Changes to src/os_win.c.
Changes to src/pager.c.
Changes to src/prepare.c.
Changes to src/select.c.
Changes to src/sqlite.h.in.
Changes to src/tclsqlite.c.
Changes to src/test6.c.
Changes to src/test_multiplex.c.
Changes to src/test_sqllog.c.
Changes to src/update.c.
Changes to src/vdbe.c.
Changes to src/vdbeapi.c.
Changes to src/vdbeaux.c.
Changes to src/where.c.
Changes to test/backup_ioerr.test.
Changes to test/cache.test.
Changes to test/collate4.test.
Changes to test/crash5.test.
Changes to test/e_createtable.test.
Changes to test/e_fkey.test.
Changes to test/e_select.test.
Changes to test/e_uri.test.
Changes to test/enc2.test.
Changes to test/incrblob.test.
Changes to test/io.test.
Changes to test/malloc.test.
Changes to test/malloc3.test.
Changes to test/notify2.test.
Changes to test/subquery.test.
Changes to test/temptable.test.
Changes to test/tester.tcl.
Changes to test/tkt2409.test.