Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
4 check-ins using file src/info.c version d4371c8b9a
2011-02-24
| ||
23:41 | Immediately stop processing the "all" command if any individual operation fails, unless the --dontstop command-line option is used. ... (check-in: f5a9e8e61e user: drh tags: trunk) | |
23:26 | Add the --sqlstats command-line option for use in optimization work. Use a persistent prepared statement for a single query to reduce the number of calls to sqlite3_prepare() for the "update" command. ... (check-in: b81112371c user: drh tags: trunk) | |
20:00 | Reuse prepared statements to make clone run must faster on the server side. ... (check-in: 1f41b0421d user: drh tags: trunk) | |
17:11 | Infrastructure changes: Simplify content_put() to a single parameter. Add content_put_ex() with lots of extra parameters. Add isPrivate parameters to content_put_ex() and content_new(). ... (check-in: 1b4516168d user: drh tags: trunk) | |