From 29f5befc43f73b2b23898b80d6643a5d5415068c Mon Sep 17 00:00:00 2001 From: drh Date: Mon, 1 Apr 2002 12:15:02 +0000 Subject: [PATCH] Remove from the index page of the website hyperlinks that are not directly related to SQLite. (CVS 511) FossilOrigin-Name: 0cb5cfa814bceecea1a346535cac24ec8e2941d7 --- manifest | 12 ++++++------ manifest.uuid | 2 +- www/index.tcl | 12 +----------- 3 files changed, 8 insertions(+), 18 deletions(-) diff --git a/manifest b/manifest index 8cf4c5acad..ebfbb2aeca 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C When\san\sattempt\sis\smade\sto\sinsert\san\sexplicit\sNULL\sinto\san\sINTEGER\nPRIMARY\sKEY\scolumn,\sautomatically\sconvert\sthe\sNULL\svalue\sinto\sa\sunique\ninteger\skey.\s\sThis\swas\salready\shappening\swhen\san\simplied\sNULL\swas\ninserted\s-\swhen\sthe\sINTEGER\sPRIMARY\sKEY\scolumn\swas\somitted\sfrom\sthe\nlist\sof\scolumns\sbeing\sinserted.\s\sPatches\sfrom\sChristian\sWerner.\s(CVS\s510) -D 2002-03-31T18:29:03 +C Remove\sfrom\sthe\sindex\spage\sof\sthe\swebsite\shyperlinks\sthat\sare\snot\sdirectly\nrelated\sto\sSQLite.\s(CVS\s511) +D 2002-04-01T12:15:02 F Makefile.in 50f1b3351df109b5774771350d8c1b8d3640130d F Makefile.template 89e373b2dad0321df00400fa968dc14b61a03296 F README a4c0ba11354ef6ba0776b400d057c59da47a4cc0 @@ -123,7 +123,7 @@ F www/download.tcl 29aa6679ca29621d10613f60ebbbda18f4b91c49 F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c F www/faq.tcl fb1e92e2f604546694f83a36d969492f52fb685d F www/formatchng.tcl 2ce21ff30663fad6618198fe747ce675df577590 -F www/index.tcl 7d2952a4738a6b913724ab7d02ae73b7085a4860 +F www/index.tcl e6d59816ad6f90b03b0a92eccd45d6a4a928438a F www/lang.tcl e6c277480c4e31877c08509af7a16f6c69bb1046 F www/mingw.tcl f1c7c0a7f53387dd9bb4f8c7e8571b7561510ebc F www/opcode.tcl bdec8ef9f100dbd87bbef8976c54b88e43fd8ccc @@ -131,7 +131,7 @@ F www/speed.tcl da8afcc1d3ccc5696cfb388a68982bc3d9f7f00f F www/sqlite.tcl 8b5884354cb615049aed83039f8dfe1552a44279 F www/tclsqlite.tcl 829b393d1ab187fd7a5e978631b3429318885c49 F www/vdbe.tcl 2013852c27a02a091d39a766bc87cff329f21218 -P c4b6c0be00b9688a432bbd23736564a042f5d8ee -R e2de74a1adee248f8bf782a34615369d +P 9e3cf4aa2cb44932015b8bd3fd800d7678cb09b6 +R 53fd0a680dbf31a4b9dc8de41a4e508f U drh -Z e74b73d788602904fac17121a6ad9cc5 +Z b044b3e9d7ea6edd45e519cacba8f3f4 diff --git a/manifest.uuid b/manifest.uuid index f86f8287d4..871956dc40 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -9e3cf4aa2cb44932015b8bd3fd800d7678cb09b6 \ No newline at end of file +0cb5cfa814bceecea1a346535cac24ec8e2941d7 \ No newline at end of file diff --git a/www/index.tcl b/www/index.tcl index c742260806..e4725da596 100644 --- a/www/index.tcl +++ b/www/index.tcl @@ -1,7 +1,7 @@ # # Run this TCL script to generate HTML for the index.html file. # -set rcsid {$Id: index.tcl,v 1.56 2002/03/29 18:16:04 drh Exp $} +set rcsid {$Id: index.tcl,v 1.57 2002/04/01 12:15:02 drh Exp $} puts { SQLite: An SQL Database Engine In A C Library @@ -174,16 +174,6 @@ puts {

Related Sites

  • An ODBC driver for SQLite can be found at http://www.ch-werner.de/sqliteodbc/.

  • - -
  • Here is a good - tutorial on SQL.

  • - -
  • PostgreSQL is a - full-blown SQL RDBMS that is also open source.

  • - -
  • Gadfly is another - SQL library, similar to SQLite, except that Gadfly is written - in Python.

  • } puts {