pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/p5-ORLite



Module Name:    pkgsrc
Committed By:   sno
Date:           Tue Sep 11 08:48:11 UTC 2012

Modified Files:
        pkgsrc/databases/p5-ORLite: Makefile distinfo

Log Message:
Updating package for CPAN module ORLite in databases/p5-ORLite from 1.51nb1
to 1.97.

pkgsrc changes:
- fix dependencies

upstream changes:
1.97 Mon 21 May 2012
        - Use reproducible longdouble in tests (HMBRAND)

1.96 Mon 27 Feb 2012
        - Fixed a crash in the legacy delete emulation where the condition
          clause provided was a constant or read-only.

1.95 Mon 27 Feb 2012
        - Fixed a fatal rowid big when generating in array mode

1.94 Mon 27 Feb 2012
        - Fixed a fatal rowid bug when a table had a single non-INTEGER
          primary key.
        - Fixed bug in affinity detection code to now set REAL and
          NUMERIC affinity correctly.

1.93 Mon 27 Feb 2012
        - The previous release 1.92 was done with a missing commit,
          this release restores that missing code.

1.92 Mon 27 Feb 2012
        - Add the ->delete_where method for bulk deletion
        - Always do the initial metadata scan using ReadOnly => 1.
        - When generating readonly, DBI connections use ReadOnly => 1 too.
        - Quote identifiers more correctly via $dbh->quote_identifier.
        - Temporarily restory the static delete call to prevent breaking
          Padre and other applications still using the old version of
          delete.

1.91 Thu 23 Feb 2012
        - Calculate column affinity types in the metadata preparation phase
        - Throw an exception when tables contain BLOB types and the database
          is unicode, as the blob data will be corrupted.
        - Improved testing for blobs and unicode, and TODO a known problem

1.90 Tue 21 Feb 2012
        - Removed x_rowid parameter and make the rowid logic compulsory.
        - Removed x_update parameter and make update method compulsory at
          the table level but do not generate on the root level.
        - As a result, ORLite now supports creating and updating objects
          even when they come from tables without primary keys.
        - Pending release as 2.00 once clarifying documentation is written.

1.54 Tue 21 Feb 2012
        - Added experimental x_rowid parameter to maintain SQLite rowids in
          the objects

1.53 Tue 21 Feb 2012
        - Add a ->id convenience method alias when table 'foo' has a single
          numeric primary key 'foo_id' so you can use $foo->id

1.52 Sat 21 Jan 2012
        - Added initial unicode => 1 support (MEMOWE)
        - Bumped Params::Util dependency to 1.0 for *LIKE fixes (ADAMK)


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/p5-ORLite/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/p5-ORLite/distinfo

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