CPAN-Changes

 view release on metacpan or  search on metacpan

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

          MySQL connections
        - Better isolation of RNO-limited queries from the rest of a
          prefetching resultset
        - New MSSQL specific resultset attribute to allow hacky ordered
          subquery support
        - Fix nasty schema/dbhandle leak due to SQL::Translator
        - Initial implementation of a mechanism for Schema::Version to
          apply multiple step upgrades
        - Fix regression on externally supplied $dbh with AutoCommit=0
        - FAQ "Custom methods in Result classes"
        - Cookbook POD fix for add_drop_table instead of add_drop_tables
        - Schema POD improvement for dclone

0.08115 2009-12-10 09:02:00 (CST)
        - Real limit/offset support for MSSQL server (via Row_Number)
        - Fix distinct => 1 with non-selecting order_by (the columns
          in order_by also need to be aded to the resulting group_by)
        - Do not attempt to deploy FK constraints pointing to a View
        - Fix count/objects from search_related on limited resultset
        - Stop propagating distinct => 1 over search_related chains
        - Make sure populate() inherits the resultset conditions just
          like create() does
        - Make get_inflated_columns behave identically to get_columns
          wrt +select/+as (RT#46953)
        - Fix problems with scalarrefs under InflateColumn (RT#51559)
        - Throw exception on delete/update of PK-less resultsets
        - Refactored Sybase storage driver into a central ::DBI::Sybase
          dispatcher, and a sybase-specific ::DBI::Sybase::ASE
        - Fixed an atrocious DBD::ADO bind-value bug
        - Cookbook/Intro POD improvements

0.08114 2009-11-14 17:45:00 (UTC)
        - Preliminary support for MSSQL via DBD::ADO
        - Fix botched 0.08113 release (invalid tarball)

0.08113 2009-11-13 23:13:00 (UTC)
        - Fix populate with has_many bug
          (RT #50828)
        - Fix Oracle autoincrement broken for Resultsets with scalar refs
          (RT #50874)

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

        - Add DBIC_MULTICREATE_DEBUG env var (undocumented, quasi-internal)
        - Fix up multi-create to:
          - correctly propagate columns loaded during multi-insert of rels
          - not try and insert things tagged on via new_related unless required
        - Possible to set locale in IC::DateTime extra => {} config
        - Calling the accessor of a belongs_to when the foreign_key
          was NULL and the row was not stored would unexpectedly fail
        - Split sql statements for deploy only if SQLT::Producer returned a scalar
          containing all statements to be executed
        - Add as_query() for ResultSet and ResultSetColumn. This makes subqueries
          possible. See the Cookbook for details.
        - Massive rewrite of Ordered to properly handle position constraints and
          to make it more matpath-friendly
        - deploy_statements called ddl_filename with the $version and $dir arguments
          in the wrong order.
        - columns/+columns attributes now support { as => select } hahsrefs
        - support for views both in DBIC and via deploy() in SQLT

0.08099_06 2009-01-23 07:30:00 (UTC)
        - Allow a scalarref to be supplied to the 'from' resultset attribute
        - Classes submitted as result_class for a resultsource are now

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

          "text" => "Fix regression on externally supplied \$dbh with AutoCommit=0"
        },
        {
          "line" => 920,
          "raw" => "        - FAQ \"Custom methods in Result classes\"\n",
          "style" => "-",
          "text" => "FAQ \"Custom methods in Result classes\""
        },
        {
          "line" => 921,
          "raw" => "        - Cookbook POD fix for add_drop_table instead of add_drop_tables\n",
          "style" => "-",
          "text" => "Cookbook POD fix for add_drop_table instead of add_drop_tables"
        },
        {
          "line" => 922,
          "raw" => "        - Schema POD improvement for dclone\n\n",
          "style" => "-",
          "text" => "Schema POD improvement for dclone"
        }
      ],
      "line" => 883,
      "note" => "(UTC)",

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

          "text" => "Refactored Sybase storage driver into a central ::DBI::Sybase dispatcher, and a sybase-specific ::DBI::Sybase::ASE"
        },
        {
          "line" => 939,
          "raw" => "        - Fixed an atrocious DBD::ADO bind-value bug\n",
          "style" => "-",
          "text" => "Fixed an atrocious DBD::ADO bind-value bug"
        },
        {
          "line" => 940,
          "raw" => "        - Cookbook/Intro POD improvements\n\n",
          "style" => "-",
          "text" => "Cookbook/Intro POD improvements"
        }
      ],
      "line" => 924,
      "note" => "(CST)",
      "raw" => "0.08115 2009-12-10 09:02:00 (CST)\n",
      "raw_date" => "2009-12-10 09:02:00",
      "version" => "0.08115"
    },
    {
      "date" => "2009-11-14T17:45:00Z",

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

          "text" => "Calling the accessor of a belongs_to when the foreign_key was NULL and the row was not stored would unexpectedly fail"
        },
        {
          "line" => 1227,
          "raw" => "        - Split sql statements for deploy only if SQLT::Producer returned a scalar\n          containing all statements to be executed\n",
          "style" => "-",
          "text" => "Split sql statements for deploy only if SQLT::Producer returned a scalar containing all statements to be executed"
        },
        {
          "line" => 1229,
          "raw" => "        - Add as_query() for ResultSet and ResultSetColumn. This makes subqueries\n          possible. See the Cookbook for details.\n",
          "style" => "-",
          "text" => "Add as_query() for ResultSet and ResultSetColumn. This makes subqueries possible. See the Cookbook for details."
        },
        {
          "line" => 1231,
          "raw" => "        - Massive rewrite of Ordered to properly handle position constraints and\n          to make it more matpath-friendly\n",
          "style" => "-",
          "text" => "Massive rewrite of Ordered to properly handle position constraints and to make it more matpath-friendly"
        },
        {
          "line" => 1233,
          "raw" => "        - deploy_statements called ddl_filename with the \$version and \$dir arguments\n          in the wrong order.\n",



( run in 0.804 second using v1.01-cache-2.11-cpan-e9199f4ba4c )