CPAN-Changes

 view release on metacpan or  search on metacpan

corpus/dists/DBIx-Class.parsed  view on Meta::CPAN

        },
        {
          "line" => 1667,
          "raw" => "        - reorganized and simplified tests\n",
          "style" => "-",
          "text" => "reorganized and simplified tests"
        },
        {
          "line" => 1668,
          "raw" => "        - added Ordered\n",
          "style" => "-",
          "text" => "added Ordered"
        },
        {
          "line" => 1669,
          "raw" => "        - added the ability to set on_connect_do and the various sql_maker\n          options as part of Storage::DBI's connect_info.\n\n",
          "style" => "-",
          "text" => "added the ability to set on_connect_do and the various sql_maker options as part of Storage::DBI's connect_info."
        }
      ],
      "line" => 1642,
      "raw" => "0.06999_01 2006-05-28 17:19:30\n",
      "raw_date" => "2006-05-28 17:19:30",
      "version" => "0.06999_01"
    },
    {
      "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",
          "style" => "-",
          "text" => "fix for has_many prefetch with 0 related rows"
        },
        {
          "line" => 1678,
          "raw" => "        - make limit error if rows => 0\n",
          "style" => "-",
          "text" => "make limit error if rows => 0"
        },
        {
          "line" => 1679,
          "raw" => "        - added memory cycle tests and a long-needed weaken call\n\n",
          "style" => "-",
          "text" => "added memory cycle tests and a long-needed weaken call"
        }
      ],
      "line" => 1672,
      "raw" => "0.06003 2006-05-19 15:37:30\n",
      "raw_date" => "2006-05-19 15:37:30",
      "version" => "0.06003"
    },
    {
      "date" => "2006-04-20T00:42:41Z",
      "entries" => [
        {
          "line" => 1682,
          "raw" => "        - fix set_from_related to accept undef\n",
          "style" => "-",
          "text" => "fix set_from_related to accept undef"
        },
        {
          "line" => 1683,
          "raw" => "        - fix to Dumper-induced hash iteration bug\n",
          "style" => "-",
          "text" => "fix to Dumper-induced hash iteration bug"
        },
        {
          "line" => 1684,
          "raw" => "        - fix to copy() with non-composed resultsource\n",
          "style" => "-",
          "text" => "fix to copy() with non-composed resultsource"
        },
        {
          "line" => 1685,
          "raw" => "        - fix to ->search without args to clone rs but maintain cache\n",
          "style" => "-",
          "text" => "fix to ->search without args to clone rs but maintain cache"
        },
        {
          "line" => 1686,
          "raw" => "        - grab \$self->dbh once per function in Storage::DBI\n",
          "style" => "-",
          "text" => "grab \$self->dbh once per function in Storage::DBI"
        },
        {
          "line" => 1687,
          "raw" => "        - nuke ResultSource caching of ->resultset for consistency reasons\n",
          "style" => "-",
          "text" => "nuke ResultSource caching of ->resultset for consistency reasons"
        },
        {
          "line" => 1688,
          "raw" => "        - fix for -and conditions when updating or deleting on a ResultSet\n\n",
          "style" => "-",
          "text" => "fix for -and conditions when updating or deleting on a ResultSet"
        }
      ],
      "line" => 1681,
      "raw" => "0.06002 2006-04-20 00:42:41\n",
      "raw_date" => "2006-04-20 00:42:41",
      "version" => "0.06002"
    },
    {
      "entries" => [

corpus/dists/DBIx-Class.parsed  view on Meta::CPAN

        },
        {
          "line" => 1702,
          "raw" => "        - Made do_txn respect void context (on the off-chance somebody cares)\n",
          "style" => "-",
          "text" => "Made do_txn respect void context (on the off-chance somebody cares)"
        },
        {
          "line" => 1703,
          "raw" => "        - Fix exception text for nonexistent key in ResultSet::find()\n\n",
          "style" => "-",
          "text" => "Fix exception text for nonexistent key in ResultSet::find()"
        }
      ],
      "line" => 1698,
      "raw" => "0.06000 2006-03-25 18:03:46\n",
      "raw_date" => "2006-03-25 18:03:46",
      "version" => "0.06000"
    },
    {
      "date" => "2006-03-18T19:20:49Z",
      "entries" => [
        {
          "line" => 1706,
          "raw" => "        - Fix for delete on full-table resultsets\n",
          "style" => "-",
          "text" => "Fix for delete on full-table resultsets"
        },
        {
          "line" => 1707,
          "raw" => "        - Removed caching on count() and added _count for pager()\n",
          "style" => "-",
          "text" => "Removed caching on count() and added _count for pager()"
        },
        {
          "line" => 1708,
          "raw" => "        - ->connection does nothing if ->storage defined and no args\n          (and hence ->connect acts like ->clone under the same conditions)\n",
          "style" => "-",
          "text" => "->connection does nothing if ->storage defined and no args (and hence ->connect acts like ->clone under the same conditions)"
        },
        {
          "line" => 1710,
          "raw" => "        - Storage::DBI throws better exception if no connect info\n",
          "style" => "-",
          "text" => "Storage::DBI throws better exception if no connect info"
        },
        {
          "line" => 1711,
          "raw" => "        - columns_info_for made more robust / informative\n",
          "style" => "-",
          "text" => "columns_info_for made more robust / informative"
        },
        {
          "line" => 1712,
          "raw" => "        - ithreads compat added, fork compat improved\n",
          "style" => "-",
          "text" => "ithreads compat added, fork compat improved"
        },
        {
          "line" => 1713,
          "raw" => "        - weaken result_source in all resultsets\n",
          "style" => "-",
          "text" => "weaken result_source in all resultsets"
        },
        {
          "line" => 1714,
          "raw" => "        - Make pg seq extractor less sensitive.\n\n",
          "style" => "-",
          "text" => "Make pg seq extractor less sensitive."
        }
      ],
      "line" => 1705,
      "raw" => "0.05999_04 2006-03-18 19:20:49\n",
      "raw_date" => "2006-03-18 19:20:49",
      "version" => "0.05999_04"
    },
    {
      "date" => "2006-03-14T01:58:10Z",
      "entries" => [
        {
          "line" => 1717,
          "raw" => "        - has_many prefetch fixes\n",
          "style" => "-",
          "text" => "has_many prefetch fixes"
        },
        {
          "line" => 1718,
          "raw" => "        - deploy now adds drop statements before creates\n",
          "style" => "-",
          "text" => "deploy now adds drop statements before creates"
        },
        {
          "line" => 1719,
          "raw" => "        - deploy outputs debugging statements if DBIX_CLASS_STORAGE_DBI_DEBUG\n            is set\n\n",
          "style" => "-",
          "text" => "deploy outputs debugging statements if DBIX_CLASS_STORAGE_DBI_DEBUG is set"
        }
      ],
      "line" => 1716,
      "raw" => "0.05999_03 2006-03-14 01:58:10\n",
      "raw_date" => "2006-03-14 01:58:10",
      "version" => "0.05999_03"
    },
    {
      "date" => "2006-03-10T13:31:37Z",
      "entries" => [
        {
          "line" => 1723,
          "raw" => "        - remove test dep on YAML\n",
          "style" => "-",
          "text" => "remove test dep on YAML"
        },
        {
          "line" => 1724,
          "raw" => "        - additional speed tweaks for C3\n",
          "style" => "-",
          "text" => "additional speed tweaks for C3"
        },
        {
          "line" => 1725,
          "raw" => "        - allow scalarefs passed to order_by to go straight through to SQL\n",
          "style" => "-",
          "text" => "allow scalarefs passed to order_by to go straight through to SQL"



( run in 2.712 seconds using v1.01-cache-2.11-cpan-140bd7fdf52 )