Reduce mount of perlgolf in ResultSet.pm
[dbsrgits/DBIx-Class.git] / t /
2010-10-16 Peter Rabbitson Remove support for find( col1 => $val1, col2 => $val2...
2010-10-16 Peter Rabbitson Add a unique constraint to artist.name in the test...
2010-10-16 Peter Rabbitson Switch t/relationship/core.t $@ checks to Test::Exception
2010-10-16 Peter Rabbitson Add deprecation warning to DBIx::Class::ResultSetProxy
2010-10-16 Aaron Crane Fix bug in update of resultset using qualified conditio...
2010-10-16 Robert Bohne fixed oracle test sequence detection from a different...
2010-10-14 Alexander Hartmaier fixed wrong sequence returned when multiple triggers...
2010-10-14 Peter Rabbitson Stop adding GROUP BY's to subqueries that do not contai...
2010-10-14 Peter Rabbitson Fix spotty handling of complex order_by relationship...
2010-10-14 Peter Rabbitson Set name_sep by default (even if unused). Simplify...
2010-10-12 Peter Rabbitson Improve the leak tracer - hook bless() as early as...
2010-10-10 Peter Rabbitson Entire test suite passes under DBIC_TRACE=1
2010-10-04 Peter Rabbitson Remove deprecated use of qw// as (qw//)
2010-10-04 Peter Rabbitson Make Data::Page total count evaluation lazy
2010-10-04 Peter Rabbitson Fix compose_namespace rsrc leaks, introduce a badass...
2010-10-04 Peter Rabbitson Minor cleanup of memory cycle tracing and IC::DT inflat...
2010-10-04 Peter Rabbitson Reorganize runmode detection a bit
2010-10-04 wreis Extend proxy rel attr
2010-09-18 Peter Rabbitson Make test suite pass under DBICTEST_SQLITE_USE_FILE=1
2010-09-18 Peter Rabbitson Fix leak of $sth during populate() on perls < 5.10
2010-09-17 Peter Rabbitson Fix forgotten external-$dbh test warnings
2010-09-17 Peter Rabbitson No longer explicitly disconnect on ::Storage DESTROY
2010-09-17 Peter Rabbitson Fix the exception-hungry exception_action
2010-09-17 Peter Rabbitson Remove duplicate test (same as end of t/storage/error.t)
2010-09-17 Peter Rabbitson Optimize RowNum limit dialect as per suggestion in...
2010-09-17 Peter Rabbitson Rename incorrectly named internal method (has nothing...
2010-09-17 Peter Rabbitson Make _server_info() _determine_driver-bound
2010-09-16 Arthur Axel 'fREW... DBIC_TRACE_PROFILE
2010-09-16 Nigel Metheringham FilterColumn tweaks - docs and parameter tests
2010-09-04 Arthur Axel 'fREW... Preserve unblessed reference exceptions
2010-08-31 Peter Rabbitson Massive cleanup of DateTime test dependencies, other...
2010-08-30 Peter Rabbitson Enable pg test disabled god knows why, minor cleanup.
2010-08-30 Peter Rabbitson Disable t/zzzzzzz_sqlite_deadlock.t for regular installs
2010-08-27 Peter Rabbitson Make running test under DBIC_TRACE=1 bearable
2010-08-27 Peter Rabbitson Fix RT#58554 (make sure FOR X is always the last part...
2010-08-27 Peter Rabbitson Fix the taint mode test to correctly work under local...
2010-08-27 Peter Rabbitson Rename SQLAHacks to SQLMaker, shuffle around files...
2010-08-26 Peter Rabbitson SQLA::Limit is no more \o/
2010-08-26 Peter Rabbitson Add a Pg limit test (just to extend coverage)
2010-08-13 Peter Rabbitson Some TODO test revisions prompted by RT#59565
2010-08-11 Rafael Kitover add proper test for column names with punctuation,...
2010-08-07 Peter Rabbitson New $dbh capability handling - allows someone to say
2010-08-07 Peter Rabbitson Fix a corner case when a distinct plus an unqualified...
2010-08-06 Rafael Kitover fix sybase fail, add more diagnostics for firebird...
2010-07-12 Peter Rabbitson Rewrite the DBI connector to use Try::Tiny, avoid a...
2010-07-10 Peter Rabbitson Merge branch 'view-deps'
2010-07-10 Peter Rabbitson Adjust thread test diag
2010-07-10 Amiri Barksdale... Use fully-qualified result class names instead of sourc...
2010-07-10 Amiri Barksdale... Remove useless dep in View.pm.
2010-07-10 Amiri Barksdale... Change API of deploy_depends_on: pass it source names...
2010-07-08 Peter Rabbitson Cleanup shebang lines of all maint/example scripts...
2010-07-07 Peter Rabbitson Perlbrew caught a missed /usr/bin/perl invocation
2010-07-04 Peter Rabbitson Quieter replicated test
2010-07-04 Norbert Buchmuller Implemented "add_unique_constraints".
2010-06-29 Rafael Kitover improve Oracle sequence detection and related test...
2010-06-17 Alexander Hartmaier fixed rels ending with me breaking subquery realiasing
2010-06-12 Peter Rabbitson Merge branch 'master' into view-deps
2010-06-12 Rafael Kitover improve Oracle sequence detection and related test...
2010-06-12 Rafael Kitover fix using oracle sequences across schemas
2010-06-12 Peter Rabbitson Fix grouped count over a joined resultset with clashing...
2010-06-11 Peter Rabbitson Merge branch 'unlink_guard'
2010-06-11 Peter Rabbitson Test for more internal object leaks (fails)
2010-06-11 Peter Rabbitson DBICTest $dbh guards emulating win32 OS (no open file...
2010-06-11 Alexander Hartmaier Factor out the oracle shortener code, and apply it...
2010-06-11 Alexander Hartmaier added test for limit queries failing on Oracle
2010-06-06 Amiri Barksdale... Remove extraneous include in parser; replace loop with...
2010-06-06 Amiri Barksdale... Parser correct; test includes failure, shorter query...
2010-06-03 Amiri Barksdale Committing thing for move to git.
2010-06-03 Peter Rabbitson enter xt/ (RT#56698)
2010-06-03 Peter Rabbitson Test schema redump
2010-06-03 Peter Rabbitson Convert all no_plan tests to done_testing
2010-06-02 Peter Rabbitson Merge 'trunk' into 'view-deps'
2010-06-02 Peter Rabbitson Codify result_class accessor/attribute behavior
2010-06-02 Peter Rabbitson Make sure ddl_dir is created even if a dir-object is...
2010-06-02 Peter Rabbitson Relax developer policy, allowing to skip optional depen...
2010-06-02 Peter Rabbitson Really fix uninit warning
2010-06-02 Peter Rabbitson Do not run test without sqlt
2010-06-02 Peter Rabbitson lib expects a list, not an arrayref
2010-06-02 Amiri Barksdale Finish ViewDeps: fix a join in test class, put attribs...
2010-06-01 Amiri Barksdale Clean up test file.
2010-06-01 Amiri Barksdale Change formatting and correct the docs on RS::View.
2010-06-01 Amiri Barksdale Fix typo in test.
2010-06-01 Amiri Barksdale Finish sort order comparison in 105view_deps.t.
2010-06-01 Amiri Barksdale Rewrite 105view_deps.t and a ViewDeps::Result class.
2010-06-01 Peter Rabbitson Preserve @_ aliasing semantics on coderefs within try...
2010-06-01 Peter Rabbitson Rewrite test (no functional changes)
2010-06-01 Rafael Kitover Merge 'namespace-clean' into 'trunk'
2010-06-01 Amiri Barksdale Change ViewDeps schema to use meaningful tables; use...
2010-06-01 Rafael Kitover use namespace::cleaned out imports for some common...
2010-06-01 Peter Rabbitson Merge 'oracle_hierarchical_queries_rt39121' into 'trunk'
2010-06-01 Peter Rabbitson Move order outside of the GenSubQ subquery, to appease...
2010-06-01 Arthur Axel "fREW... do not lazily set up include dirs and do not localize
2010-05-31 Peter Rabbitson Merge 'trunk' into 'oracle_hierarchical_queries_rt39121'
2010-05-31 Peter Rabbitson Test cleanup
2010-05-31 Peter Rabbitson Fix update/delete on prefetching resultsets
2010-05-31 Peter Rabbitson Merge 'trunk' into 'rs_UD_cleanup'
2010-05-31 Peter Rabbitson Merge 'trunk' into 'dbicadmin-non-versioned'
2010-05-31 Peter Rabbitson Fix RT57467, simplify test
2010-05-31 Peter Rabbitson Fix RT#57732
2010-05-31 Peter Rabbitson Some comments
next