Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Work done by Leonardo Taccari in pkgsrc-wip.
Thanks Leo!
|
|
|
|
|
|
Work done by Leonardo Taccari in pkgsrc-wip.
Thanks!
|
|
|
|
|
|
This Template Toolkit plugin module provides an interface to the Perl DBI/DBD
modules, allowing to integrate SQL queries into template documents. It also
provides an interface via the Tie::DBI module (if installed) so that database
records can be accessed without having to embed any SQL in templates.
|
|
|
|
|
|
This module allows you to tie Perl associative arrays (hashes) to SQL
databases using the DBI interface. The tied hash is associated with a
table in a local or networked database. One column becomes the hash key.
Each row of the table becomes an associative array, from which individual
fields can be set or retrieved.
|
|
|
|
|
|
- Updating package of p5 module Config::InitFiles from 2.49 to 2.51
- Adjusting LICENSE to ${PERL5_LICENSE} according to META.yaml
Upstream changes:
Version 2.51: ( Mon Jun 8 12:38:50 IDT 2009 )
------------------------------------------------
* Fixed "#46721: $config->exists() does not pay attention to -nocase => 1"
- https://rt.cpan.org/Ticket/Display.html?id=46721
Version 2.50: ( Sun May 31 14:54:14 IDT 2009 )
------------------------------------------------
* Fixed the POD for SetParameterEOT:
- https://rt.cpan.org/Ticket/Display.html?id=28375
* Added t/pod.t and t/pod-coverage.t and fixed the problems they pointed:
- Removed some trailing pod.
- http://rt.cpan.org/Ticket/Display.html?id=46549
- Documented the ->OutputConfig() method.
|
|
|
|
- Updating package of p5 module Attribute::Handlers from 0.83 to 0.85
- Setting LICENSE to ${PERL5_LICENSE} according to META.yaml
Upstream changes:
0.84 Wed Jun 10 15:14:00 CET 2009
- Core-CPAN synchronization
0.85 Thu Jun 11 09:31:00 CET 2009
- Document findsym for the sake of mod_perl. (David Wheeler)
- Remove unused variable. (David Wheeler)
|
|
|
|
- Updating package for p5 module AnyEvent from 4.410 to 4.411
- Adjusting license to ${PERL5_LICENSE} according to COPYING
Upstream changes:
4.411 Sun Jun 7 18:48:02 CEST 2009
- do not try to use F_SETFD on windows.
|
|
|
|
|
|
|
|
- Updating package of p5 module for Sort::SQL from 0.03nb1 to 0.05
- Setting license to ${PERL5_LICENSE} according to module's doc
Upstream changes:
0.04 13 June 2009
- support comma-separated pairs
- refactor to fix bug with two columns with same name.
0.05 13 June 2009
- fix regexp for pair separation introduced in 0.04
|
|
|
|
|
|
- Updating package of p5 module for SQL::Abstract from 1.55 to 1.56
- Adjusting build type to Module::Install
Upstream changes:
revision 1.56 2009-05-30 16:31 (UTC)
----------------------------
- support for \[$sql, @bind] in order_by clauses e.g.:
{ -desc => \['colA LIKE ?', 'somestring'] }
|
|
|
|
|
|
|
|
|
|
- Updating package of p5 module DBD::ODBC from 1.21 to 1.22
- Adjusting LICENSE to ${PERL5_LICENSE} according to META.yaml
Upstream changes:
* Changes in DBD::ODBC 1.22 June 10, 2009
Fixed bug which led to "Use of uninitialized value in subroutine
entry" warnings when writing a NULL into a NVARCHAR with a
unicode-enabled DBD::ODBC. Thanks to Jirka Novak and Pavel Richter who
found, reported and patched a fix.
Fixed serious bug in unicode_helper.c for utf16_len which I'm ashamed to
say was using an unsigned short to return the length. This meant you
could never have UTF16 strings of more than ~64K without risking serious
problems. The DBD::ODBC test code actually got a
*** glibc detected *** /usr/bin/perl: double free or corruption
(out): 0x406dd008 ***
If you use a UNICODE enabled DBD::ODBC (the default on Windows) and
unicode strings larger than 64K you should definitely upgrade now.
* Changes in DBD::ODBC 1.21_1 June 2, 2009
Fixed bug referred to in rt 46597 reported by taioba and identified by
Tim Bunce. In Calls to bind_param for a given statement handle if you
specify a SQL type to bind as, this should be "sticky" for that
parameter. That means if you do:
$sth->bind_param(1, $param, DBI::SQL_LONGVARCHAR)
and follow it up with execute calls that also specify the parameter:
$sth->execute("a param");
then the parameter should stick with the SQL_LONGVARCHAR type and not
revert to the default parameter type. The DBI docs (from 1.609)
make it clear the parameter type is sticky for the duration of the
statement but some DBDs allow the parameter to be rebound with a
different type - DBD::ODBC is one of those drivers.
|
|
|
|
|
|
|
|
|
|
|
|
Changes since 2.47 include
* Fix a possible infinite with fixed hostnames to ip and the client
sometimes sending one and sometimes not
* Improved DHCP logging
* addn-hosts now works with a directory instead of just a file
|
|
|
|
- Updating package of p5 module DBI & Co. from 1.608 to 1.609
- Setting LICENSE to ${PERL5_LICENSE} according to META.yaml
- Removing dependency to devel/p5-Test-Simple: required version is
in pkgsrc distributed perl core
Upstream changes:
Fixes to DBD::File (H.Merijn Brand)
added f_schema attribute
table names case sensitive when quoted, insensitive when unquoted
workaround a bug in SQL::Statement (temporary fix) related
to the "You passed x parameters where y required" error
Added ImplementorClass and Name info to the "Issuing rollback() due to
DESTROY without explicit disconnect" warning to identify the handle.
Applies to compiled drivers when they are recompiled.
Added DBI->visit_handles($coderef) method.
Added $h->visit_child_handles($coderef) method.
Added docs for column_info()'s COLUMN_DEF value.
Clarified docs on stickyness of data type via bind_param().
Clarified docs on stickyness of data type via bind_col().
|
|
|
|
|
|
|
|
|
|
- Updating package of p5 module JSON::XS from 2.232 to 2.240 (module
version 2.24)
- Setting license to ${PERL5_LICENSE} according to COPYING
Upstream changes:
2.24 Sat May 30 08:25:45 CEST 2009
- the incremental parser did not update its parse offset
pointer correctly when parsing utf8-strings (nicely
debugged by Martin Evans).
- appending a non-utf8-string to the incremental parser
in utf8 mode failed to upgrade the string.
- wording of parse error messages has been improved.
|
|
|
|
|
|
- Updating package of p5 module JSON and subclasses from 2.14 to 2.15
- Setting LICENSE to ${PERL5_LICENSE} accroding to META.yaml
Upstream changes:
2.15 Tue Jun 2 16:36:42 2009
[JSON]
- made compatible with JSON::XS 2.24
- corrected copyrights in some modules.
[JSON::PP]
- modified incr_parse, pointed by Martin J. Evans (rt#46439)
- deleted a meaningless code
|
|
|
|
|
|
- updating package of p5 module MIME::Base64 from 3.07nb1 to 3.08
- adjusting LICENSE according to module documentation
Upstream changes:
2009-06-09 - Release 3.08: Gisle Aas <gisle@ActiveState.com>
Jarkko Hietaniemi (1):
EBCDIC changes from core
Nicholas Clark (1):
Get rid of the PERL_CORE hacks
|
|
|