/ Timeline
Login

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

21 check-ins related to "asciiMode"

2015-01-09
00:38
Add the "ascii" mode to the command-line shell. check-in: e1518a9478 user: drh tags: trunk
2015-01-02
20:06
Merge updates from trunk. Closed-Leaf check-in: ea99f4b29a user: mistachkin tags: asciiMode
15:55
Add the SQLITE_CONFIG_PMASZ start-time option. check-in: acb0d1e832 user: drh tags: trunk
2014-12-19
22:20
Merge updates from trunk. check-in: 555fb71f6c user: mistachkin tags: asciiMode
18:49
Simplify the implementation of the "header-value" pragmas (schema_version, user_version, freelist_count, and application_id) by making them more table-driven. check-in: da27a09d1d user: drh tags: trunk
2014-12-11
04:49
Update a comment. check-in: e0e102a0bd user: mistachkin tags: asciiMode
03:29
Rename a structure member to improve code clarity. check-in: d48eda16ef user: mistachkin tags: asciiMode
03:25
Remove an unused structure member. check-in: d8404340cb user: mistachkin tags: asciiMode
03:20
Further simplify shell mode changes. check-in: cf9c6e7eea user: mistachkin tags: asciiMode
03:12
Simplify and cleanup the implementation of the new ASCII mode for the shell. check-in: 66a28f7aba user: mistachkin tags: asciiMode
02:28
Merge updates from trunk. check-in: 5b5d3e4d0d user: mistachkin tags: asciiMode
2014-12-10
20:57
Fix a typo causing a test error in e_walhook.test. check-in: d9f916ba09 user: dan tags: trunk
2014-09-01
01:15
Merge updates from trunk. check-in: 51f33cf129 user: mistachkin tags: asciiMode
2014-08-30
15:49
In the command-line shell, added options --lookaside, --pagecache, and --scratch used to configure auxiliary memories. check-in: f61db04be4 user: drh tags: trunk
2014-07-24
22:51
Correct help text and make consistent use of snprintf. check-in: 9c424a5c50 user: mistachkin tags: asciiMode
22:33
Update a shell test case. check-in: b84008cb96 user: mistachkin tags: asciiMode
22:20
Fix typo in comment and update help text. check-in: 289092bb64 user: mistachkin tags: asciiMode
22:13
Merge updates from trunk. check-in: 8dc0cdf652 user: mistachkin tags: asciiMode
12:39
Add the readfile(FILENAME) and writefile(FILENAME,CONTENT) SQL functions to the command-line shell. check-in: fb1048cb2b user: drh tags: trunk
2014-07-19
20:15
Add new ASCII mode to the shell capable of importing and exporting using the official unit and record separators (i.e. 0x1F and 0x1E, respectively). check-in: 7fe601ead0 user: mistachkin tags: asciiMode
17:57
Update the sqlite3_stmt_busy() function so that it correctly returns true for "ROLLBACK" statements that have been stepped but not yet reset. check-in: 61cee3c067 user: dan tags: trunk