CPAN-Changes

 view release on metacpan or  search on metacpan

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

              "raw" => "        - Fix detection of Oracle sequences for tables without an explicitly\n          specified schema (RT#63493)\n",
              "style" => "-",
              "text" => "Fix detection of Oracle sequences for tables without an explicitly specified schema (RT#63493)"
            },
            {
              "line" => 590,
              "raw" => "        - Major overhaul of Storage::Oracle to handle enabled quoting\n",
              "style" => "-",
              "text" => "Major overhaul of Storage::Oracle to handle enabled quoting"
            },
            {
              "line" => 591,
              "raw" => "        - Fixed incorrect composition of select/as/columns attributes during\n          chaining (RT#61235)\n",
              "style" => "-",
              "text" => "Fixed incorrect composition of select/as/columns attributes during chaining (RT#61235)"
            },
            {
              "line" => 593,
              "raw" => "        - Proper serialization of resultsets with open cursors\n",
              "style" => "-",
              "text" => "Proper serialization of resultsets with open cursors"
            },
            {
              "line" => 594,
              "raw" => "        - Refactor handling of RDBMS-side values during insert() - fix\n          regression of inserts into a Postgres / ::Replicated combination\n",
              "style" => "-",
              "text" => "Refactor handling of RDBMS-side values during insert() - fix regression of inserts into a Postgres / ::Replicated combination"
            },
            {
              "line" => 596,
              "raw" => "        - Missing dependency check in t/60core.t (RT#62635)\n",
              "style" => "-",
              "text" => "Missing dependency check in t/60core.t (RT#62635)"
            },
            {
              "line" => 597,
              "raw" => "        - Fix regressions in IC::DT registration logic\n",
              "style" => "-",
              "text" => "Fix regressions in IC::DT registration logic"
            },
            {
              "line" => 598,
              "raw" => "        - Fix regression in select-associated bind value handling (RT#61025)\n",
              "style" => "-",
              "text" => "Fix regression in select-associated bind value handling (RT#61025)"
            },
            {
              "line" => 599,
              "raw" => "        - Simplify SQL generated by some LIMITed prefetching queries\n",
              "style" => "-",
              "text" => "Simplify SQL generated by some LIMITed prefetching queries"
            },
            {
              "line" => 600,
              "raw" => "        - Throw an exception when a required group_by on a complex prefetch\n          can not be auto-constructed, instead of continuing to eventually\n          produce invalid SQL\n",
              "style" => "-",
              "text" => "Throw an exception when a required group_by on a complex prefetch can not be auto-constructed, instead of continuing to eventually produce invalid SQL"
            },
            {
              "line" => 603,
              "raw" => "        - Fix infinite loops on old perls with a recent Try::Tiny\n",
              "style" => "-",
              "text" => "Fix infinite loops on old perls with a recent Try::Tiny"
            },
            {
              "line" => 604,
              "raw" => "        - Improve \"fork()\" on Win32 by reimplementing a more robust DBIC\n          thread support (still problematic, pending a DBI fix)\n",
              "style" => "-",
              "text" => "Improve \"fork()\" on Win32 by reimplementing a more robust DBIC thread support (still problematic, pending a DBI fix)"
            },
            {
              "line" => 606,
              "raw" => "        - Properly quote table name on INSERT with no values\n",
              "style" => "-",
              "text" => "Properly quote table name on INSERT with no values"
            },
            {
              "line" => 607,
              "raw" => "        - Work around possible Storage destruction warnings\n",
              "style" => "-",
              "text" => "Work around possible Storage destruction warnings"
            },
            {
              "line" => 608,
              "raw" => "        - Fix count of grouped resultsets using HAVING with aliases\n",
              "style" => "-",
              "text" => "Fix count of grouped resultsets using HAVING with aliases"
            },
            {
              "line" => 609,
              "raw" => "        - Setting belongs_to columns/relationships no longer leaves the\n          FK value and related object out of sync\n",
              "style" => "-",
              "text" => "Setting belongs_to columns/relationships no longer leaves the FK value and related object out of sync"
            },
            {
              "line" => 611,
              "raw" => "        - Stop stripping newlines from SQL statements in the limit emulators\n          as it is possible that custom sql with comments was provided\n",
              "style" => "-",
              "text" => "Stop stripping newlines from SQL statements in the limit emulators as it is possible that custom sql with comments was provided"
            },
            {
              "line" => 613,
              "raw" => "        - Add forgotten attributes to Admin.pm\n",
              "style" => "-",
              "text" => "Add forgotten attributes to Admin.pm"
            },
            {
              "line" => 614,
              "raw" => "        - Fix incorrect 'having' attribute documentation (RT#64129)\n",
              "style" => "-",
              "text" => "Fix incorrect 'having' attribute documentation (RT#64129)"
            },
            {
              "line" => 615,
              "raw" => "        - Improve fallback-to-master/return-to-slave reporting in\n          ::Replicated::Balancer\n",
              "style" => "-",
              "text" => "Improve fallback-to-master/return-to-slave reporting in ::Replicated::Balancer"
            },
            {
              "line" => 617,
              "raw" => "        - Adjust txn_scope_guard code/tests to changes in \$\@ handling on\n          recent blead (RT#64251)\n\n",
              "style" => "-",
              "text" => "Adjust txn_scope_guard code/tests to changes in \$\@ handling on recent blead (RT#64251)"

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

              "raw" => "        - Bumped DBD::SQLite dependency and removed some TODO markers\n          from tests (RT#59565)\n",
              "style" => "-",
              "text" => "Bumped DBD::SQLite dependency and removed some TODO markers from tests (RT#59565)"
            },
            {
              "line" => 719,
              "raw" => "        - Do not execute t/zzzzzzz_sqlite_deadlock.t for regular module\n          installs - test is prone to spontaneous blow up\n",
              "style" => "-",
              "text" => "Do not execute t/zzzzzzz_sqlite_deadlock.t for regular module installs - test is prone to spontaneous blow up"
            },
            {
              "line" => 721,
              "raw" => "        - DT-related tests now require a DateTime >= 0.55 (RT#60324)\n",
              "style" => "-",
              "text" => "DT-related tests now require a DateTime >= 0.55 (RT#60324)"
            },
            {
              "line" => 722,
              "raw" => "        - Makefile.PL now provides a pre-parsed DBIC version to the\n          Opt::Dep pod generator\n",
              "style" => "-",
              "text" => "Makefile.PL now provides a pre-parsed DBIC version to the Opt::Dep pod generator"
            },
            {
              "line" => 724,
              "raw" => "        - t/52leaks.t now performs very aggressive leak detection in\n          author/smoker mode\n\n",
              "style" => "-",
              "text" => "t/52leaks.t now performs very aggressive leak detection in author/smoker mode"
            }
          ],
          "line" => 712,
          "raw" => "    * Misc\n",
          "style" => "*",
          "text" => "Misc"
        }
      ],
      "line" => 628,
      "note" => "(UTC)",
      "raw" => "0.08124 2010-10-28 14:23 (UTC)\n",
      "raw_date" => "2010-10-28 14:23",
      "version" => "0.08124"
    },
    {
      "date" => "2010-06-12T14:46Z",
      "entries" => [
        {
          "entries" => [
            {
              "line" => 729,
              "raw" => "        - Make sure Oracle identifier shortener applies to auto-generated\n          column names, so we stay within the 30-char limit (RT#58271)\n",
              "style" => "-",
              "text" => "Make sure Oracle identifier shortener applies to auto-generated column names, so we stay within the 30-char limit (RT#58271)"
            },
            {
              "line" => 731,
              "raw" => "        - Oracle sequence detection now works across schemas\n",
              "style" => "-",
              "text" => "Oracle sequence detection now works across schemas"
            },
            {
              "line" => 732,
              "raw" => "        - Fix a Storage/\$dbh leak introduced by the migration to\n          Try::Tiny (this is *not* a Try::Tiny bug)\n",
              "style" => "-",
              "text" => "Fix a Storage/\$dbh leak introduced by the migration to Try::Tiny (this is *not* a Try::Tiny bug)"
            },
            {
              "line" => 734,
              "raw" => "        - Fix corner case of count with group-by over a 1:1 join column\n          where the selector ends up with column name clashes\n",
              "style" => "-",
              "text" => "Fix corner case of count with group-by over a 1:1 join column where the selector ends up with column name clashes"
            },
            {
              "line" => 736,
              "raw" => "        - POD fixes (RT#58247)\n\n",
              "style" => "-",
              "text" => "POD fixes (RT#58247)"
            }
          ],
          "line" => 728,
          "raw" => "    * Fixes\n",
          "style" => "*",
          "text" => "Fixes"
        },
        {
          "entries" => [
            {
              "line" => 739,
              "raw" => "        - Test suite default on-disk database now checks for Win32\n          fail-conditions even when running on other OSes\n\n",
              "style" => "-",
              "text" => "Test suite default on-disk database now checks for Win32 fail-conditions even when running on other OSes"
            }
          ],
          "line" => 738,
          "raw" => "    * Misc\n",
          "style" => "*",
          "text" => "Misc"
        }
      ],
      "line" => 727,
      "note" => "(UTC)",
      "raw" => "0.08123 2010-06-12 14:46 (UTC)\n",
      "raw_date" => "2010-06-12 14:46",
      "version" => "0.08123"
    },
    {
      "date" => "2010-06-03T17:41Z",
      "entries" => [
        {
          "entries" => [
            {
              "line" => 744,
              "raw" => "        - Add DBIx::Class::FilterColumn for non-ref filtering\n",
              "style" => "-",
              "text" => "Add DBIx::Class::FilterColumn for non-ref filtering"
            },
            {
              "line" => 745,
              "raw" => "        - ::Storage::DBI now correctly preserves a parent \$dbh from\n          terminating children, even during interpreter-global\n          out-of-order destruction\n",
              "style" => "-",
              "text" => "::Storage::DBI now correctly preserves a parent \$dbh from terminating children, even during interpreter-global out-of-order destruction"
            },
            {
              "line" => 748,
              "raw" => "        - dbicadmin supports an -I option with the same semantics as\n          perl itself\n",

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

              "text" => "Update Schema::Versioned to respect hashref style of connection_info"
            },
            {
              "line" => 794,
              "raw" => "        - Do not recreate the same related object twice during MultiCreate\n          (solves the problem of orphaned IC::FS files)\n",
              "style" => "-",
              "text" => "Do not recreate the same related object twice during MultiCreate (solves the problem of orphaned IC::FS files)"
            },
            {
              "line" => 796,
              "raw" => "        - Fully qualify xp_msver selector when using DBD::Sybase with\n          MSSQL (RT#57467)\n",
              "style" => "-",
              "text" => "Fully qualify xp_msver selector when using DBD::Sybase with MSSQL (RT#57467)"
            },
            {
              "line" => 798,
              "raw" => "        - Fix ::DBI::Storage to always be able to present a full set of\n          connect() attributes to e.g. Schema::Versioned\n",
              "style" => "-",
              "text" => "Fix ::DBI::Storage to always be able to present a full set of connect() attributes to e.g. Schema::Versioned"
            },
            {
              "line" => 800,
              "raw" => "        - Fix Oracle auto-inc trigger detection of \"INSERT OR UPDATE\"-type\n          triggers\n\n",
              "style" => "-",
              "text" => "Fix Oracle auto-inc trigger detection of \"INSERT OR UPDATE\"-type triggers"
            }
          ],
          "line" => 775,
          "raw" => "    * Fixes\n",
          "style" => "*",
          "text" => "Fixes"
        },
        {
          "entries" => [
            {
              "line" => 804,
              "raw" => "        - Reformatted Changelog \\o/\n",
              "style" => "-",
              "text" => "Reformatted Changelog \\o/"
            },
            {
              "line" => 805,
              "raw" => "        - DBIC goes git://git.shadowcat.co.uk/dbsrgits/DBIx-Class.git\n",
              "style" => "-",
              "text" => "DBIC goes git://git.shadowcat.co.uk/dbsrgits/DBIx-Class.git"
            },
            {
              "line" => 806,
              "raw" => "        - Allow developers to skip optional dependency forcing when working\n          from a checkout\n",
              "style" => "-",
              "text" => "Allow developers to skip optional dependency forcing when working from a checkout"
            },
            {
              "line" => 808,
              "raw" => "        - Add a warning to load_namespaces if a class in ResultSet/ is not\n          a subclass of DBIx::Class::ResultSet\n",
              "style" => "-",
              "text" => "Add a warning to load_namespaces if a class in ResultSet/ is not a subclass of DBIx::Class::ResultSet"
            },
            {
              "line" => 810,
              "raw" => "        - All DBIC exception-handling switched to Try::Tiny\n",
              "style" => "-",
              "text" => "All DBIC exception-handling switched to Try::Tiny"
            },
            {
              "line" => 811,
              "raw" => "        - All DBIC modules are now free of imports via namespace::clean\n",
              "style" => "-",
              "text" => "All DBIC modules are now free of imports via namespace::clean"
            },
            {
              "line" => 812,
              "raw" => "        - Depend on optimized SQL::Abstract (faster SQL generation)\n",
              "style" => "-",
              "text" => "Depend on optimized SQL::Abstract (faster SQL generation)"
            },
            {
              "line" => 813,
              "raw" => "        - Depend on new Class::Accessor::Grouped reintroducing optional use\n          of Class::XSAccessor (just install C::XSA and get lightning fast\n          column accessors)\n\n",
              "style" => "-",
              "text" => "Depend on new Class::Accessor::Grouped reintroducing optional use of Class::XSAccessor (just install C::XSA and get lightning fast column accessors)"
            }
          ],
          "line" => 803,
          "raw" => "    * Misc\n",
          "style" => "*",
          "text" => "Misc"
        }
      ],
      "line" => 742,
      "note" => "(UTC)",
      "raw" => "0.08122 2010-06-03 17:41 (UTC)\n",
      "raw_date" => "2010-06-03 17:41",
      "version" => "0.08122"
    },
    {
      "date" => "2010-04-11T18:43:00Z",
      "entries" => [
        {
          "line" => 818,
          "raw" => "        - Support for Firebird RDBMS with DBD::InterBase and ODBC\n",
          "style" => "-",
          "text" => "Support for Firebird RDBMS with DBD::InterBase and ODBC"
        },
        {
          "line" => 819,
          "raw" => "        - Add core support for INSERT RETURNING (for storages that\n          supports this syntax, currently PostgreSQL and Firebird)\n",
          "style" => "-",
          "text" => "Add core support for INSERT RETURNING (for storages that supports this syntax, currently PostgreSQL and Firebird)"
        },
        {
          "line" => 821,
          "raw" => "        - Fix spurious warnings on multiple UTF8Columns component loads\n",
          "style" => "-",
          "text" => "Fix spurious warnings on multiple UTF8Columns component loads"
        },
        {
          "line" => 822,
          "raw" => "        - DBIx::Class::UTF8Columns entered deprecated state\n",
          "style" => "-",
          "text" => "DBIx::Class::UTF8Columns entered deprecated state"
        },
        {



( run in 0.848 second using v1.01-cache-2.11-cpan-ceb78f64989 )