Subject: CVS commit: pkgsrc/databases/p5-SQL-Statement
To: None <pkgsrc-changes@netbsd.org>
From: Martin J. Laubach <mjl@netbsd.org>
List: pkgsrc-changes
Date: 02/14/2002 18:02:51
Module Name: pkgsrc
Committed By: mjl
Date: Thu Feb 14 16:02:51 UTC 2002
Modified Files:
pkgsrc/databases/p5-SQL-Statement: Makefile distinfo
Added Files:
pkgsrc/databases/p5-SQL-Statement/patches: patch-aa
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/databases/p5-SQL-Statement/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/databases/p5-SQL-Statement/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/databases/p5-SQL-Statement/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.