pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/p5-SQL-Statement



Module Name:    pkgsrc
Committed By:   he
Date:           Mon Jan 19 22:54:24 UTC 2009

Modified Files:
        pkgsrc/databases/p5-SQL-Statement: Makefile distinfo
        pkgsrc/databases/p5-SQL-Statement/patches: patch-aa

Log Message:
Updating from version 1.15nb1 to 1.17.

Pkgsrc changes:
 o Update patch to Makefile.PL to avoid reading stdin.

Upstream changes: (Nothing marked 1.17 from upstream...)

Version 1.16_04, released 4 January, 2009
------------------------------------------

* added tests to prove valid quoting (most of them fail)
* Reformat the source
* add some (profiled) tweaks as removing useless regex to speed up SELECT
* Fixed Bugs:
  * 14217       Does not correctly handle SQL statements with comments
  * 15686       Join syntax is case-sensitive, and common columns in natural
            joins are "ambiguous" [patch]
  * 13080       Cannot update a field based on its previous value
  * 26058       functions on computed columns aliased to the underlying column
            name are not called

Version 1.16_03, released 1 January, 2009
------------------------------------------

* removed *.orig and *.rej relicts

Version 1.16_02, released 1 January, 2009
------------------------------------------

* Changing join_2_tables to reduce memory usage when joining a lot of tables

* Fixed Bugs:
  * 15688   Columns aliased with double quotes are a fatal error
  * 16579   Speed optimizations
  * 30590   Bug in SQL::Statement::is_number()
  * 41875   Bug in synopsis example

Version 1.16_01, released 1 January, 2009
------------------------------------------

* With this release, I'd like to welcome Jens Rehsack as co-maintainer of
  the SQL::Statement and SQL::Parser modules.  Jens has added in some
  great improvements.
  Thanks Jens! -- Jeff

* Adding a lot of join tests (once from Jeff, 48 from
  PostgreSQL official handbook) - no error of them will be corrected in the
  first run
  Thanks to Alexander Breibach <alexander.breibach%gmx.de@localhost> -- Jens


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 pkgsrc/databases/p5-SQL-Statement/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/databases/p5-SQL-Statement/distinfo
cvs rdiff -r1.3 -r1.4 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.



Home | Main Index | Thread Index | Old Index