CVS: moonbase/sql/sqlite DETAILS,1.4,1.5

Florin Braescu florin at lunar-linux.org
Fri Dec 26 16:48:32 GMT 2003


Update of /var/cvs/lunar/moonbase/sql/sqlite
In directory dbguin.lunar-linux.org:/tmp/cvs-serv6011

Modified Files:
	DETAILS 
Log Message:
fix some odd indentation.


Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/sql/sqlite/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS	26 Dec 2003 16:46:30 -0000	1.4
+++ DETAILS	26 Dec 2003 16:48:30 -0000	1.5
@@ -10,14 +10,14 @@
         SHORT="An SQL engine in a C library."
 
 cat << EOF
-  SQLite is a C library that implements an SQL database engine. A large
-  subset of SQL92 is supported. A complete database is stored in a single
-  disk file. The API is designed for convenience and ease of use.
-  Applications that link against SQLite can enjoy the power and flexiblity
-  of an SQL database without the administrative hassles of supporting a
-  separate database server. Because it omits the client-server interaction
-  overhead and writes directly to disk, SQLite is also faster than the big
-  database servers for most operations. In addition to the C library, the
-  SQLite distribution includes a command-line tool for interacting nwith
-  SQLite databases and SQLite bindings for Tcl/Tk. 
+SQLite is a C library that implements an SQL database engine. A large
+subset of SQL92 is supported. A complete database is stored in a single
+disk file. The API is designed for convenience and ease of use.
+Applications that link against SQLite can enjoy the power and flexiblity
+of an SQL database without the administrative hassles of supporting a
+separate database server. Because it omits the client-server interaction
+overhead and writes directly to disk, SQLite is also faster than the big
+database servers for most operations. In addition to the C library, the
+SQLite distribution includes a command-line tool for interacting nwith
+SQLite databases and SQLite bindings for Tcl/Tk. 
 EOF




More information about the Lunar-commits mailing list