summaryrefslogtreecommitdiff
path: root/databases/p5-SQL-Statement/Makefile
diff options
context:
space:
mode:
authormjl <mjl>2002-02-14 16:02:50 +0000
committermjl <mjl>2002-02-14 16:02:50 +0000
commit5e095f1743a6bf3eb192d950fdd5caf7b6218952 (patch)
tree6d4a65f915b695e480aca71b6f58ee83f32f4c9f /databases/p5-SQL-Statement/Makefile
parent8f914e2ae2e7b0fd03e82c212d301e8efd0bcf76 (diff)
downloadpkgsrc-5e095f1743a6bf3eb192d950fdd5caf7b6218952.tar.gz
Update p5-SQL-Statement to 1.002
Added backwards compatiblity: both SQL::Statement and SQL::Parser now work in perl version 5.004 and above. Changed defaults for DBD::CSV so it now accepts new SQL without adding extra flags to scripts Added support for SQL comments Fixed bugs in qualified column names (e.g. tableA.*), and in joins using ON or WHERE Fixed bug in UPDATE that caused the new value to be a hash rather than a scalar. New features: Explicit and implicit joins Table name aliases Set functions String functions String concatenation Numeric expressions IN predicate BETWEEN predicate Alphabetic comparison in WHERE clauses Ordering of text that looks like a number Verbose error messages for both Parsing and Execution errors Pure perl, new maintainer.
Diffstat (limited to 'databases/p5-SQL-Statement/Makefile')
-rw-r--r--databases/p5-SQL-Statement/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-SQL-Statement/Makefile b/databases/p5-SQL-Statement/Makefile
index 7c99fb994b7..100d69c4f9d 100644
--- a/databases/p5-SQL-Statement/Makefile
+++ b/databases/p5-SQL-Statement/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2001/11/30 14:19:59 mjl Exp $
+# $NetBSD: Makefile,v 1.8 2002/02/14 16:02:50 mjl Exp $
#
-DISTNAME= SQL-Statement-0.1021
+DISTNAME= SQL-Statement-1.002
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5sqs
CATEGORIES= databases perl5