diff options
author | snj <snj@pkgsrc.org> | 2004-03-31 05:50:17 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-31 05:50:17 +0000 |
commit | b5b942e43111b11753b8f83cdb2e38f3652c4c09 (patch) | |
tree | e8a8ccc26cba13f9b92cef3c0cd94ddaaef8548d /databases/sqlite/PLIST | |
parent | 703c2a4805af966ebaf9ba1a60f50aeaf8ecc25e (diff) | |
download | pkgsrc-b5b942e43111b11753b8f83cdb2e38f3652c4c09.tar.gz |
Update to sqlite-2.8.13. Closes PR pkg/24660.
FreeBSD 4 portability hint from Michal Pasternak.
Some of the changes since 2.8.5 include:
* Refactor parts of the code in order to make the code footprint
smaller. The code is now also a little bit faster.
* The built-in min() and max() functions now honor the difference
between NUMERIC and TEXT datatypes.
* New HH:MM:SS modifier to the built-in date/time functions.
* Add function prototypes for the database encryption API.
* Fix a bug that might corrupt the rollback journal if a power failure or
external program halt occurs in the middle of a COMMIT.
* Reduce the size and increase the speed of various modules.
* Fix a potential database corruption problem on Unix.
* Fix a 32-bit integer overflow problem that could result in corrupt
indices in a database if large negative numbers (less than -2147483648)
were inserted into a indexed numeric column.
* Fix a locking problem on multi-threaded Linux implementations.
* Fix a critical bug introduced in 2.8.0 which could cause database corruption.
* The VACUUM command now works with the non-callback API
* If the name of the database is an empty string, open a new database in a
temporary file that is automatically deleted when the database is
closed.
* Performance enhancements in the lemon-generated parser
* Documentation updates and typo fixes
* Removed support for the Oracle8 outer join syntax.
* Allow GLOB and LIKE operators to work as functions.
* Make sure the journal file directory entry is committed to disk before
writing the database file.
Diffstat (limited to 'databases/sqlite/PLIST')
-rw-r--r-- | databases/sqlite/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/sqlite/PLIST b/databases/sqlite/PLIST index d2100a957f6..5214390220e 100644 --- a/databases/sqlite/PLIST +++ b/databases/sqlite/PLIST @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.2 2003/08/01 14:22:18 drochner Exp $ +@comment $NetBSD: PLIST,v 1.3 2004/03/31 05:50:17 snj Exp $ bin/sqlite include/sqlite.h lib/libsqlite.a lib/libsqlite.la lib/libsqlite.so -lib/libsqlite.so.5 -lib/libsqlite.so.5.3 +lib/libsqlite.so.8 +lib/libsqlite.so.8.6 lib/pkgconfig/sqlite.pc |