SQLite

Timeline
Login

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

40 events for the month beginning 2009-10-01 by user shane

Following month ↑
2009-10-26
01:35 Ticket [24666532] Various dump issues status still Open with 1 other change (artifact: 445d7238 user: shane)
2009-10-24
02:06 Fixed ticket [2cb66577]: Diagnostic message is unintentionally printed in batch mode plus 3 other changes (artifact: f04adecb user: shane)
02:06
In shell, modified to not print informational messages during startup while in "batch mode". Ticket [2cb66577f6]. (check-in: e3898e25 user: shane tags: trunk)
02:00 Fixed ticket [6da68f69]: tables says you provide a like pattern but it adds % in code plus 3 other changes (artifact: ac365444 user: shane)
02:00
In shell, changed ".tables" command to not add '%' to specified pattern. This is consistent with other commands that take a LIKE pattern (.dump, .schema, .indices). Updated internal help to better describe LIKE pattern usage. Fixed a few more inconsistencies in error messages. Ticket [6da68f691b]. (check-in: 7201244e user: shane tags: trunk)
01:48 Ticket [3fe89735] Malformed UTF16 leads to a 2-byte buffer overread status still Fixed with 1 other change (artifact: 1b24ca61 user: shane)
2009-10-23
02:11 Open ticket [f80d443a]: pragma cache size doesn report actual size (min is 10) plus 1 other change (artifact: 62f1778f user: shane)
01:27
In shell, ensure that do_meta_command() returns consistent error values. Adjusted the text of some error message to be more consistent. Ticket [beb2dd69ad]. (check-in: 1ebac9ed user: shane tags: trunk)
01:27 Fixed ticket [beb2dd69]: do_meta_command inconsistent return values plus 3 other changes (artifact: 9521cb1f user: shane)
00:37
In shell, modified "import" handling to ensure error code returned correctly on exit. Ticket [bd770b2c52]. (check-in: 009efad0 user: shane tags: trunk)
00:37 Fixed ticket [bd770b2c]: shell doesn't return error exit code on import errors plus 3 other changes (artifact: aeaae621 user: shane)
2009-10-22
21:27 Ticket [7b61b6c6] insert mode is incorrectly converting text to numbers status still Fixed with 1 other change (artifact: b8c779e7 user: shane)
21:27 Ticket [72adc99d] shell mode insert doesn't output blobs as blobs status still Fixed with 1 other change (artifact: b4739ea6 user: shane)
21:26 Fixed ticket [eb620916]: Shell doesn't print header if multiple statements on one line plus 3 other changes (artifact: 8b2e3b3d user: shane)
21:23
In shell, reworked .header and .echo handling. Updated shell_exec() to (really) handle multiple statements. Tickets [72adc99de9], [7b61b6c6ce], and [eb620916be]. (check-in: 790402c1 user: shane tags: trunk)
19:38 Fixed ticket [7b61b6c6]: insert mode is incorrectly converting text to numbers plus 4 other changes (artifact: 91fba9fd user: shane)
19:37 Edit [ab99faca6ce57a5e|ab99faca]: Edit check-in comment. Timestamp 2009-10-22 18:12:59. (artifact: 7fd5f024 user: shane)
18:15 Fixed ticket [72adc99d]: shell mode insert doesn't output blobs as blobs (artifact: 9e482027 user: shane) ... 1 similar event omitted.
18:12
In shell, in shell_exec() logic, use type info if available when outputting in "insert" mode for other types in addition to blobs. Changed shell_exec() to use sqlite_prepare_v2(). Ticket [72adc99de9] and [7b61b6c6ce]. (check-in: ab99faca user: shane tags: trunk)
17:30 Review ticket [72adc99d]: shell mode insert doesn't output blobs as blobs plus 3 other changes (artifact: 4eac1d23 user: shane)
17:30
Updated shell to output blobs in X'1234' form when in "insert" mode. Ticket [72adc99de9]. (check-in: a2ad9e63 user: shane tags: trunk)
2009-10-21
14:33
Merge accidental fork back to trunk. (check-in: f63397ad user: shane tags: trunk)
14:11
Modified shell to call output_html_string() for header values in .mode html. Updated output_html_string() to support the 5 basic HTML entities (<,>,&,',"). Ticket [dc3a6e5b31]. (check-in: c8815fcd user: shane tags: trunk)
14:09 Fixed ticket [dc3a6e5b]: Shell doesn't htmlify column headers plus 3 other changes (artifact: 7cdb6d1d user: shane)
13:53
Made detectSchemaProblem function and aSchemaTable array static. Ticket [6f8b0c5855]. (check-in: c6f22f3e user: shane tags: trunk)
13:50 Fixed ticket [6f8b0c58]: Some minor genfkey fixups plus 3 other changes (artifact: 3466fb4d user: shane) ... 1 similar event omitted.
03:56
For the shell, changed the output of the errors on lines 2910 and 2914 to goto stderr. I left the timer values going to stdout as all of the other interactive shell commands (startup banner, help, etc.) go to stdout and I felt this was more consistent. Ticket [43db771bb2]. (check-in: 8a8eeb0c user: shane tags: trunk)
03:56 Ticket [39c85e8a] FormatMessage incorrectly used (Windows VFS) status still Fixed with 2 other changes (artifact: 93778e67 user: shane)
03:55 Ticket [89668ca1] shell can support .timer on Windows status still Fixed with 2 other changes (artifact: 6af2d6e1 user: shane)
03:55 Fixed ticket [43db771b]: Sqlite shell prints some error messages to stdout plus 4 other changes (artifact: 37488ae4 user: shane)
03:54 Edit [761396f8cb79be34|761396f8]: Edit check-in comment. Timestamp 2009-10-21 02:00:48. (artifact: 82e7acd8 user: shane)
03:53 Edit [83216fbe904425f5|83216fbe]: Edit check-in comment. Timestamp 2009-10-21 03:42:58. (artifact: 32bc50da user: shane)
03:53 Edit [8a8eeb0c5af4bbea|8a8eeb0c]: Edit check-in comment. Timestamp 2009-10-21 03:56:55. (artifact: eacb8e82 user: shane)
03:42
For Windows version of shell, add support for .timer command using the GetProcessTimes() API if available (in the same way getrusage() is used on UNIX.) Ticket [89668ca167]. (check-in: 83216fbe user: shane tags: trunk)
03:39 Fixed ticket [89668ca1]: shell can support .timer on Windows plus 3 other changes (artifact: e0b743a3 user: shane)
02:00
For Windows VFS, modified xGetLastError() to call FormatMessage() with the FORMAT_MESSAGE_IGNORE_INSERTS option. Additionally updated to ensure strings are returned as UTF8. Ticket [39c85e8a4e]. (check-in: 761396f8 user: shane tags: trunk)
01:59 Fixed ticket [39c85e8a]: FormatMessage incorrectly used (Windows VFS) plus 3 other changes (artifact: 4d0dea8d user: shane)
2009-10-13
19:19
Fixed warnings with MSVC compile. (check-in: e0aa50c3 user: shane tags: trunk)
Previous month ↓