view release on metacpan or search on metacpan
corpus/dists/Config-GitLike.changes view on Meta::CPAN
1.05 2011-01-07
* support Module::Install::ExtraTests 0.007 (sunnavy)
* properly set is => 'rw' in inherited classes (trs, alexmv)
* silence lc warnings on undef under perl 5.12 (iarnell@gmail.com)
1.04 - 2010-04-03
* The functionality of Config::GitLike::Cascaded has been folded into
Config::GitLike as a "cascade" option, and the subpackage is now
deprecated. (alexmv)
* Config::GitLike::Git->new->load("/path/to/git") when the path is
lacking a ".git", or is a bare repository, now works. (alexmv)
* Fixed a bug wherein the home directory config file would be loaded
twice, causing all values to be multiple, if that was your cwd.
Reported by rjbs. (alexmv)
* Allow explicitly calling ->load_file without previously having
called ->load (alexmv)
1.03 - 2010-01-03
corpus/dists/Config-GitLike.parsed view on Meta::CPAN
"line" => 45,
"raw" => "1.05 2011-01-07\n\n",
"raw_date" => "2011-01-07",
"version" => "1.05"
},
{
"date" => "2010-04-03",
"entries" => [
{
"line" => 53,
"raw" => "* The functionality of Config::GitLike::Cascaded has been folded into\n Config::GitLike as a \"cascade\" option, and the subpackage is now\n deprecated. (alexmv)\n",
"style" => "*",
"text" => "The functionality of Config::GitLike::Cascaded has been folded into Config::GitLike as a \"cascade\" option, and the subpackage is now deprecated. (alexmv)"
},
{
"line" => 56,
"raw" => "* Config::GitLike::Git->new->load(\"/path/to/git\") when the path is\n lacking a \".git\", or is a bare repository, now works. (alexmv)\n",
"style" => "*",
"text" => "Config::GitLike::Git->new->load(\"/path/to/git\") when the path is lacking a \".git\", or is a bare repository, now works. (alexmv)"
},
{
"line" => 58,
"raw" => "* Fixed a bug wherein the home directory config file would be loaded\n twice, causing all values to be multiple, if that was your cwd.\n Reported by rjbs. (alexmv)\n",
corpus/dists/DBIx-Class.changes view on Meta::CPAN
name quoting
- Fix problems with M.A.D. under CGI::SpeedyCGI (RT#65131)
- Reenable paging of cached resultsets - breakage erroneously added
in 0.08127
- Better error handling when prepare() fails silently
- Fixes skipped lines when a comment is followed by a statement
when deploying a schema via sql file
- Fix reverse_relationship_info on prototypical result sources
(sources not yet registered with a schema)
- Warn and skip relationships missing from a partial schema during
dbic cascade_delete
- Automatically require the requested cursor class before use
(RT#64795)
- Work around a Firebird ODBC driver bug exposed by DBD::ODBC 1.29
- Fix (to the extent allowed by the driver) transaction support in
DBD::Sybase compiled against FreeTDS
- Fix exiting via next warnings in ResultSource::sequence()
- Fix stripping of table qualifiers in update/delete in arrayref
condition elements
- Change SQLMaker carp-monkeypatch to be compatible with versions
of SQL::Abstract >= 1.73
corpus/dists/DBIx-Class.changes view on Meta::CPAN
- Fix nasty potentially data-eating bug when deleting/updating
a limited resultset
- Fix find() to use result_class set on object
- Fix result_class setter behaviour to not mistakenly stuff attrs.
- Don't try and ensure_class_loaded an object. This doesn't work.
- Fix as_subselect_rs to not inject resultset class-wide where
conditions outside of the resulting subquery
- Fix count() failing with {for} resultset attribute (RT#56257)
- Fixed incorrect detection of Limit dialect on unconnected $schema
- update() on row not in_storage no longer throws an exception
if there are no dirty columns to update (fixes cascaded update
annoyances)
- update()/delete() on prefetching resultsets no longer results
in malformed SQL (some $rs attributes were erroneously left in)
- Fix dbicadmin to allow deploy() on non-versioned schema
- Fix dbicadmin to respect sql_dir on upgrade() (RT#57732)
- Update Schema::Versioned to respect hashref style of
connection_info
- Do not recreate the same related object twice during MultiCreate
(solves the problem of orphaned IC::FS files)
- Fully qualify xp_msver selector when using DBD::Sybase with
corpus/dists/DBIx-Class.changes view on Meta::CPAN
loaded
- CDBICompat: override find_or_create to fix column casing when
ColumnCase is loaded
- reorganized and simplified tests
- added Ordered
- added the ability to set on_connect_do and the various sql_maker
options as part of Storage::DBI's connect_info.
0.06003 2006-05-19 15:37:30
- make find_or_create_related check defined() instead of truth
- don't unnecessarily fetch rels for cascade_update
- don't set_columns explicitly in update_or_create; instead use
update($hashref) so InflateColumn works
- fix for has_many prefetch with 0 related rows
- make limit error if rows => 0
- added memory cycle tests and a long-needed weaken call
0.06002 2006-04-20 00:42:41
- fix set_from_related to accept undef
- fix to Dumper-induced hash iteration bug
- fix to copy() with non-composed resultsource
corpus/dists/DBIx-Class.changes view on Meta::CPAN
- renamed cols attribute to columns (cols still supported)
- added has_column_loaded to Row
- Storage::DBI connect_info supports coderef returning dbh as 1st arg
- load_components() doesn't prepend base when comp. prefixed with +
- $schema->deploy
- HAVING support
- prefetch for has_many
- cache attr for resultsets
- PK::Auto::* no longer required since Storage::DBI::* handle auto-inc
- minor tweak to tests for join edge case
- added cascade_copy relationship attribute
(sponsored by Airspace Software, http://www.airspace.co.uk/)
- clean up set_from_related
- made copy() automatically null out auto-inc columns
- added txn_do() method to Schema, which allows a coderef to be
executed atomically
0.05007 2006-02-24 00:59:00
- tweak to Componentised for Class::C3 0.11
- fixes for auto-inc under MSSQL
corpus/dists/DBIx-Class.parsed view on Meta::CPAN
"text" => "Fixes skipped lines when a comment is followed by a statement when deploying a schema via sql file"
},
{
"line" => 460,
"raw" => " - Fix reverse_relationship_info on prototypical result sources\n (sources not yet registered with a schema)\n",
"style" => "-",
"text" => "Fix reverse_relationship_info on prototypical result sources (sources not yet registered with a schema)"
},
{
"line" => 462,
"raw" => " - Warn and skip relationships missing from a partial schema during\n dbic cascade_delete\n",
"style" => "-",
"text" => "Warn and skip relationships missing from a partial schema during dbic cascade_delete"
},
{
"line" => 464,
"raw" => " - Automatically require the requested cursor class before use\n (RT#64795)\n",
"style" => "-",
"text" => "Automatically require the requested cursor class before use (RT#64795)"
},
{
"line" => 466,
"raw" => " - Work around a Firebird ODBC driver bug exposed by DBD::ODBC 1.29\n",
corpus/dists/DBIx-Class.parsed view on Meta::CPAN
"text" => "Fix count() failing with {for} resultset attribute (RT#56257)"
},
{
"line" => 784,
"raw" => " - Fixed incorrect detection of Limit dialect on unconnected \$schema\n",
"style" => "-",
"text" => "Fixed incorrect detection of Limit dialect on unconnected \$schema"
},
{
"line" => 785,
"raw" => " - update() on row not in_storage no longer throws an exception\n if there are no dirty columns to update (fixes cascaded update\n annoyances)\n",
"style" => "-",
"text" => "update() on row not in_storage no longer throws an exception if there are no dirty columns to update (fixes cascaded update annoyances)"
},
{
"line" => 788,
"raw" => " - update()/delete() on prefetching resultsets no longer results\n in malformed SQL (some \$rs attributes were erroneously left in)\n",
"style" => "-",
"text" => "update()/delete() on prefetching resultsets no longer results in malformed SQL (some \$rs attributes were erroneously left in)"
},
{
"line" => 790,
"raw" => " - Fix dbicadmin to allow deploy() on non-versioned schema\n",
corpus/dists/DBIx-Class.parsed view on Meta::CPAN
"date" => "2006-05-19T15:37:30Z",
"entries" => [
{
"line" => 1673,
"raw" => " - make find_or_create_related check defined() instead of truth\n",
"style" => "-",
"text" => "make find_or_create_related check defined() instead of truth"
},
{
"line" => 1674,
"raw" => " - don't unnecessarily fetch rels for cascade_update\n",
"style" => "-",
"text" => "don't unnecessarily fetch rels for cascade_update"
},
{
"line" => 1675,
"raw" => " - don't set_columns explicitly in update_or_create; instead use\n update(\$hashref) so InflateColumn works\n",
"style" => "-",
"text" => "don't set_columns explicitly in update_or_create; instead use update(\$hashref) so InflateColumn works"
},
{
"line" => 1677,
"raw" => " - fix for has_many prefetch with 0 related rows\n",
corpus/dists/DBIx-Class.parsed view on Meta::CPAN
"text" => "PK::Auto::* no longer required since Storage::DBI::* handle auto-inc"
},
{
"line" => 1739,
"raw" => " - minor tweak to tests for join edge case\n",
"style" => "-",
"text" => "minor tweak to tests for join edge case"
},
{
"line" => 1740,
"raw" => " - added cascade_copy relationship attribute\n (sponsored by Airspace Software, http://www.airspace.co.uk/)\n",
"style" => "-",
"text" => "added cascade_copy relationship attribute (sponsored by Airspace Software, http://www.airspace.co.uk/)"
},
{
"line" => 1742,
"raw" => " - clean up set_from_related\n",
"style" => "-",
"text" => "clean up set_from_related"
},
{
"line" => 1743,
"raw" => " - made copy() automatically null out auto-inc columns\n",
corpus/dists/Rose-HTML-Objects.parsed view on Meta::CPAN
"text" => "Fixed a bug that prevented params() from correctly cascading to nested forms."
},
{
"line" => 225,
"raw" => " * Added a field_value() method to the Compound field class.\n (Suggested by Guillermo Roditi)\n",
"style" => "*",
"text" => "Added a field_value() method to the Compound field class. (Suggested by Guillermo Roditi)"
},
{
"line" => 227,
"raw" => " * Added a cascade parameter to validate(), which defaults to true.\n (Suggested by Guillermo Roditi)\n\n",
"style" => "*",
"text" => "Added a cascade parameter to validate(), which defaults to true. (Suggested by Guillermo Roditi)"
}
],
"line" => 221,
"note" => "(01.15.2007) - John Siracusa <siracusa\@gmail.com>",
"raw" => "0.546 (01.15.2007) - John Siracusa <siracusa\@gmail.com>\n\n",
"version" => "0.546"
},
{
"entries" => [
{