summaryrefslogtreecommitdiff
path: root/databases/sqlite
diff options
context:
space:
mode:
authorreinoud <reinoud>2001-11-19 15:43:16 +0000
committerreinoud <reinoud>2001-11-19 15:43:16 +0000
commitf99b94c10a6028eb2ba731a7bd3ef8ebfaa18deb (patch)
tree690794dcfd0780ef77d98c4d4040c4e5d8136ba6 /databases/sqlite
parent5b7e738233bfa1006055462fb273df95487f08d2 (diff)
downloadpkgsrc-f99b94c10a6028eb2ba731a7bd3ef8ebfaa18deb.tar.gz
SQLite is now on version 2.1.1 incorporating many changes, enhancements
and bugfixes including support for 16Mb rows. For a full change see the website's changelog at http://www.hwaci.com/sw/sqlite/changes.html The file format changed! so please dump the database in SQL with .dump in the old version and import it later in the new version.
Diffstat (limited to 'databases/sqlite')
-rw-r--r--databases/sqlite/DESCR1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/sqlite/DESCR b/databases/sqlite/DESCR
index f83129be07c..4e7e99612a4 100644
--- a/databases/sqlite/DESCR
+++ b/databases/sqlite/DESCR
@@ -8,3 +8,4 @@ library.
SQLite is not a client library used to connect to a big database server.
SQLite is the server. The SQLite library reads and writes directly to and
from the database files on disk.
+