diff options
author | rhaen <rhaen@pkgsrc.org> | 2008-07-23 22:57:11 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2008-07-23 22:57:11 +0000 |
commit | 57348a552be757e840de8f9add764402720a7d63 (patch) | |
tree | 5f167a51becf8834406761c14fc91f48272b37e9 /databases/p5-SQL-Statement | |
parent | 3cf8e18abadb2502854aab87d8b83dbc6ced81df (diff) | |
download | pkgsrc-57348a552be757e840de8f9add764402720a7d63.tar.gz |
updated to 1.15
ChangeLog:
Changes log for Perl extension SQL::Statement
Version 1.15, released 2 February, 2006
----------------------------------------
* fixed placeholder bug in SQL::Statement::UPDATE
thanks for bug report Tanktalus
Version 1.14, released 21 April, 2005
----------------------------------------
* fixed circular dependency in tests (one mistakenly required AnyData)
Version 1.13, released 18 April, 2005
----------------------------------------
* pod fixes
Version 1.12, released 18 April, 2005
----------------------------------------
* added support for GROUP BY
(several people sent suggestions for this in the past, please email me
so I can credit you, sorry I lost the names)
* added support for true LIMIT - if a LIMIT clause is specified and
no ORDER BY clause is specified, the SELECT will stop searching
when the limit is reached; with an ORDER BY clause it will still
search the entire table because we can only ORDER a set; using
LIMIT without an ORDER BY will greatly increase speed
* added support for CREATE/DROP keyword|operator|type|function
* optimized process_predicate to only look up scalars once
* completely re-wrote the POD
* fixed bug in primary key search optimization
thanks for bug report and test scripts: Jim Lambert, <jimlambrtATmac.com>
* fixed problem with all_cols slowing inserts
thanks for patch and test Cosimo Streppone <cosimoATcpan.org>
* cleaned up case of temp table column names
thanks for bug report: Dan Wright
* added a META.YML and extra tests
Diffstat (limited to 'databases/p5-SQL-Statement')
-rw-r--r-- | databases/p5-SQL-Statement/Makefile | 7 | ||||
-rw-r--r-- | databases/p5-SQL-Statement/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/databases/p5-SQL-Statement/Makefile b/databases/p5-SQL-Statement/Makefile index 060a747b380..eb17c76c157 100644 --- a/databases/p5-SQL-Statement/Makefile +++ b/databases/p5-SQL-Statement/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.21 2008/06/12 02:14:18 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2008/07/23 22:57:11 rhaen Exp $ # -DISTNAME= SQL-Statement-1.11 +DISTNAME= SQL-Statement-1.15 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5sqs -PKGREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/} MAINTAINER= pkgsrc-users@NetBSD.org -# HOMEPAGE= http:// +HOMEPAGE= http://search.cpan.org/dist/SQL-Statement COMMENT= Small, abstract SQL engine PKG_DESTDIR_SUPPORT= user-destdir diff --git a/databases/p5-SQL-Statement/distinfo b/databases/p5-SQL-Statement/distinfo index 435fa57a429..c8ac4fefab0 100644 --- a/databases/p5-SQL-Statement/distinfo +++ b/databases/p5-SQL-Statement/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2005/04/03 05:06:42 mjl Exp $ +$NetBSD: distinfo,v 1.9 2008/07/23 22:57:11 rhaen Exp $ -SHA1 (SQL-Statement-1.11.tar.gz) = 3dcf34ffd0b481748595c4cefa0a6f9986d55fad -RMD160 (SQL-Statement-1.11.tar.gz) = e49829d1634ed64f1e54b85e9ac0fb8ea1a6bc3b -Size (SQL-Statement-1.11.tar.gz) = 77540 bytes +SHA1 (SQL-Statement-1.15.tar.gz) = efb7755d92b1ba4560db99481b6158b227f0bf40 +RMD160 (SQL-Statement-1.15.tar.gz) = 684abd84e27969c57299c85fd2d80f80cfa8271b +Size (SQL-Statement-1.15.tar.gz) = 87237 bytes SHA1 (patch-aa) = c8ff44669e45201262d042612fbce32bc430efbc |