1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-18 10:21:03 +03:00

Improved comments on the server and asynchronous I/O demo programs. (CVS 2909)

FossilOrigin-Name: c0f47ccbc915f20d56f393383c21b4026785e6a5
This commit is contained in:
drh
2006-01-10 20:01:18 +00:00
parent ee32e0aa27
commit fe0f75bb1f
4 changed files with 137 additions and 50 deletions

View File

@@ -62,8 +62,7 @@
**
** Note: The extra features of version 3.3.0 described by points (2)
** through (4) above are only available if you compile without the
** option -DSQLITE_OMIT_SHARED_CACHE. For reasons of backwards
** compatibility, SQLite is compile with this option by default.
** option -DSQLITE_OMIT_SHARED_CACHE.
**
** Here is how the client/server approach works: The database server
** thread is started on this procedure:
@@ -256,7 +255,7 @@ static void sendToServer(SqlMessage *pMsg){
** sqlite3_close
**
** Clients should use the following client-side routines instead of
** the core routines.
** the core routines above.
**
** sqlite3_client_open
** sqlite3_client_prepare