diff options
author | reinoud <reinoud@pkgsrc.org> | 2001-11-19 15:43:16 +0000 |
---|---|---|
committer | reinoud <reinoud@pkgsrc.org> | 2001-11-19 15:43:16 +0000 |
commit | b2609cb0115515d6571409da0559d65e275bb67c (patch) | |
tree | 690794dcfd0780ef77d98c4d4040c4e5d8136ba6 /databases/sqlite | |
parent | 140218095a1061f670bfd353ea4882e717f8b083 (diff) | |
download | pkgsrc-b2609cb0115515d6571409da0559d65e275bb67c.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/DESCR | 1 |
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. + |