dbsrgits/DBIx-Class.git
2012-03-02 Rafael Kitover fixup topic/lazy_load
2012-02-18 Peter Rabbitson Fix embarrassing leak triggered on calling new_related...
2012-02-18 Peter Rabbitson Fix rogue child disconnecting a parent $dbh - no idea...
2012-02-14 Peter Rabbitson Majorly cleanup $rs->update/delete (no $rs-aware code...
2012-02-14 Peter Rabbitson Overhaul of variable \[] handling in populate, and...
2012-02-14 Peter Rabbitson Switch from using execute_array to execute_for_fetch...
2012-02-14 Peter Rabbitson Fix ASE bulk_insert for bind changes in 0e773352
2012-02-14 Peter Rabbitson Factor out bindattr resolver and tighten code a bit
2012-02-14 Peter Rabbitson Allow users to disable the "DT in search" warning intro...
2012-02-04 Peter Rabbitson Shuffle things around, maint/ is now a proper toolchain...
2012-02-04 Peter Rabbitson Normalize -'s and _'s in maint names and Makefile options
2012-02-02 Caleb Cushing remove stale link and doc readonly pool queries
2012-02-02 Caleb Cushing add a link to SQL::Abstract for WHERE clauses
2012-01-30 Peter Rabbitson Fix forgotten whitespace - this is what I get for no...
2012-01-30 Peter Rabbitson Only invoke the author Makefile.PL includes if we are...
2012-01-30 Matt Phillips Comment typo
2012-01-29 Peter Rabbitson Forgotten diag and some clarifications of fc4b0448
2012-01-29 Peter Rabbitson Factor out the Makefile.PL into easily digestable snippets
2012-01-26 Peter Rabbitson Assert that complex bindtytyping passage works for...
2012-01-18 Graham Knop use more correct subsection links in POD
2012-01-18 Graham Knop remove ::Storage::DBI::sth from POD as it should never...
2012-01-18 Graham Knop fix PrettyPrint package link in POD
2012-01-18 Graham Knop correct organization for SQLite POD
2012-01-18 Rafael Kitover issue warning for DateTimes passed to ->search
2012-01-10 Rafael Kitover add POD on how to use Moose in custom ResultSets
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2012-01-04 Jess Robinson Add link to SQLHackers documentation
2012-01-04 Brad Davis - Fix typo (s/get_colum/get_column).
2012-01-03 Alexander Hartmaier use Path::Class for finding subdirs of t and don't...
2012-01-02 Alexander Hartmaier refactored HashRefInflators internals
2012-01-02 Peter Rabbitson Rewrite the HRI bench to produce consistent numbers...
2011-12-05 Rafael Kitover Add live Firebird test for paging fix 8b31f62e
2011-12-05 Peter Rabbitson Fix and test first_skip/skip_first limit dialects
2011-11-29 Peter Rabbitson Standardize hobbs' email address
2011-11-29 Andrew Rodland Release 0.08196 v0.08196
2011-11-29 Peter Rabbitson More test fixes following 4a425300 and new DBD::SQLite...
2011-11-26 Peter Rabbitson Fix some logic pitfalls in the require tracer
2011-11-26 Peter Rabbitson Fix the join/prefetch resolver when dealing with '...
2011-11-26 Peter Valdemar... Modifying links to /condition to point to DBIC::Relatio...
2011-11-25 Peter Rabbitson Fix copyright... in November
2011-11-25 Peter Rabbitson Make both pg and mysql execute t/98savepoints.t if...
2011-11-25 Peter Rabbitson Make tests pass with DBIC_TRACE and DBIC_TRACE_PROFILE set
2011-11-25 Peter Rabbitson Fix TxnScopeGuard misbehaving on externally set $@...
2011-11-25 Peter Rabbitson Abstract away the CORE::GLOBAL::require override code...
2011-11-25 Peter Rabbitson More robust test suite skip-checks, check ENV before...
2011-11-25 Peter Rabbitson Switch the nobindvars test from MySQL to the always...
2011-11-25 Peter Rabbitson Skip error/warn frames within CAG - saner callsite...
2011-11-25 Mark A. Stratman Documented $resultsource->name
2011-11-25 Peter Rabbitson Drop Math::BigInt optdep: no fixes concerning us were...
2011-11-25 Rafael Kitover Silence freetds/ODBC test warnings
2011-11-25 Peter Rabbitson Start caching the result of various bind_attribute_by_d...
2011-11-25 Peter Rabbitson Fix uninitializied warnings in ::Storage::Sybase::ASE...
2011-11-24 Peter Rabbitson Fix incorrect Test::Builder dep (RT#72282)
2011-11-22 Peter Rabbitson Unhide ::SQLMaker::OracleJoins to properly appear on...
2011-11-21 Peter Rabbitson Pass tests with DBICTEST_SQLITE_USE_FILE set
2011-11-21 Peter Rabbitson Changes for 135e8ce
2011-10-26 Dagfinn Ilmari... Mark ->with_deferred_fk_checks as RDBMS-specific
2011-10-25 Peter Rabbitson Fixxor pause indexing
2011-10-25 Peter Rabbitson Ensure t/53lean_startup.t remains lean
2011-10-25 Peter Rabbitson Cleanup compose_namespace(), clarify leaktests wrt...
2011-10-25 Peter Rabbitson Fix segfault in t/storage/quote_names.t
2011-10-25 Peter Rabbitson Throw a sensible error when a malformed 'as'-spec is...
2011-10-25 Peter Rabbitson Cleanup warnings in t/55namespaces_cleaned, sophisticat...
2011-10-25 Peter Rabbitson Remove the transparrent hook lazy-pager-count experiment
2011-10-25 Peter Rabbitson This atrocity will be removed from sqla, do not use...
2011-10-25 Peter Rabbitson Fix find() pessimization when invoked with bare values
2011-10-25 Dagfinn Ilmari... Add Changes entry for DBD::SQLite fixes.
2011-10-25 Dagfinn Ilmari... Relax expected error message syntax.
2011-10-25 Dagfinn Ilmari... Don't rely on GROUP BY and DISTINCT() sorting identically.
2011-07-27 Alexander Hartmaier Release 0.08195 v0.08195
2011-07-27 Peter Rabbitson Fix oracle (I am so stupid)
2011-07-20 Alexander Hartmaier Release 0.08194 v0.08194
2011-07-20 Uwe fix link in replication introduction
2011-07-19 Rafael Kitover Check DBD::Pg >= 2.17.2 with Pg >= 9.0 for BYTEA
2011-07-19 Rafael Kitover fix popups during tests on Win32 (hopefully)
2011-07-19 Rafael Kitover fix a couple test failures on Win32
2011-07-19 Rafael Kitover Oracle: fix LOB conversions for non-LOBs (RT#69548)
2011-07-17 Peter Rabbitson Fix last test susceptible to spurious warnings, cleanup...
2011-07-17 Peter Rabbitson Reshuffle Makefile.PL a bit and add parallel-testing...
2011-07-17 Peter Rabbitson Stop Data::Compare from loading plugins at will
2011-07-15 Peter Rabbitson Moar gitignore
2011-07-15 Peter Rabbitson Rip out forgotten dep
2011-07-15 Peter Rabbitson Really fix t/53lean_startup.t
2011-07-15 Matt S Trout fix $rs->populate([]) to be a no-op rather than an...
2011-07-14 Arthur Axel... Fix spurious test failures caused by use of Data::Compare
2011-07-14 Arthur Axel... fix spurious PAUSE message
2011-07-14 Alexander Hartmaier Release 0.08193 v0.08193
2011-07-14 Alexander Hartmaier replaced Test::Deep::NoTest with Data::Compare to not...
2011-07-14 Peter Rabbitson Stop leaking cursors on oracle sequence retrieval
2011-07-14 Peter Rabbitson SQLMaker is a proper C3-enabled class, do not use SUPER::
2011-07-06 Alexander Hartmaier fixed failing test when DBIC_TRACE_PROFILE is set
2011-07-04 Rafael Kitover check database driver dependencies for tests
2011-06-17 Peter Rabbitson Open the logfile in append mode
2011-06-17 Peter Rabbitson Fix t/55namespaces_cleaned (RT#68814)
2011-06-17 Peter Rabbitson How ::Rekey was tested against the DBIC test suite
2011-06-17 Peter Rabbitson Yet another SQL munging atrocity (shadow needs it)
2011-06-17 Peter Rabbitson Fix all invocations of _resolve_condition to match...
2011-06-17 Peter Rabbitson Do not consider non-sequence oracle triggers during...
2011-06-17 Arthur Axel... fix bigint handling in sqlite
2011-06-17 Peter Rabbitson Correct test-relationship name/type
next