Adjust tests for new Moo
[dbsrgits/DBIx-Class.git] / t /
2012-04-27 Peter Rabbitson Adjust tests for new Moo
2012-04-27 Peter Rabbitson Simplify untainting - Module::Find can't return invalid...
2012-04-27 Peter Rabbitson Use the now pure-perlized Devel::GlobalDestroy module
2012-04-27 Peter Rabbitson Fix more fallout from 9b871b00, centralize the ugly...
2012-04-21 Peter Rabbitson Remove realiasing overengineering introduced in 86bb5a27da
2012-04-21 Peter Rabbitson More limit torture
2012-04-21 Peter Rabbitson Fix lapse on limited incomplete has_many prefetches
2012-04-21 Peter Rabbitson Do not artificially order the internals of a has_many...
2012-04-21 Peter Rabbitson Saner naming for helper test method
2012-04-20 Peter Rabbitson Make sure order realiasing remains in proper sequence...
2012-04-20 Peter Rabbitson Fix test borkage after 9b871b00c - ALWAYS RUN TESTS...
2012-04-18 Peter Rabbitson Better handling of bogus tmpdir returned by File::Spec...
2012-04-18 Arthur Axel 'fREW... add missing catfile so tests can run on win32
2012-04-16 Peter Rabbitson I think we are done here
2012-04-16 Peter Rabbitson Move scary stuff to its own class
2012-04-16 Peter Rabbitson Initial full test pass - all fetches are eager for now
2012-04-16 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2012-04-15 Peter Rabbitson Add torture of limiting subselect with non-root table...
2012-04-14 Matt S Trout me.minyear is not a valid alias, minyear is
2012-04-14 Peter Rabbitson Entire test suite now executable under tainted perl...
2012-04-14 Peter Rabbitson Document software_limit and properly throw on related...
2012-04-14 Peter Rabbitson Extra tests for all the improvements
2012-04-14 Peter Rabbitson Do not alias plain column names to the inflator spec...
2012-04-14 Peter Rabbitson Fix bind order in RNO limits when there are both select...
2012-04-14 Peter Rabbitson Simplify 3-query skimming limits to omit the last redun...
2012-04-14 Peter Rabbitson Simplify skimming limits - simpler query when no offset...
2012-04-11 Peter Rabbitson Fix broken tests that would fail in future SQL::Abstract
2012-04-11 Peter Rabbitson Fix buggered skip, broken by reorg in d9bd5195
2012-04-09 Peter Rabbitson Allow for tests to run in parallel (simultaneously...
2012-04-09 Peter Rabbitson Reorganize CDBICompat tests - centralize prereq checks...
2012-04-09 Peter Rabbitson Fix incorrect DSN in test (does not affect test condition)
2012-04-07 Peter Rabbitson Revert 796acb6a - latest FreeTDS does not support MARs...
2012-04-03 Rafael Kitover improvements for MSSQL driver via DBD::ADO
2012-04-03 Rafael Kitover Fix auto-pk for Sybase ASE, broken by refactoring in...
2012-03-28 Peter Rabbitson Add all database connections via DBICTest::Schema to...
2012-03-23 Rafael Kitover make carp_once register messages not just callsite
2012-03-23 Peter Rabbitson Centralize (and privatize) handling of freetds driver...
2012-03-22 Peter Rabbitson Multiple cleanups to accommodate broken FreeTDS driver
2012-03-22 Peter Rabbitson Fix pessimization of offset-less Oracle limits, introdu...
2012-03-22 Peter Rabbitson Remove all "magic number" DBI get_info calls from the...
2012-03-22 Wes Malone Passing test for mssql odbc bulk insert bug fixed by...
2012-03-20 Rafael Kitover Factor out IDENTITY_INSERT for Sybase ASE and MSSQL...
2012-03-20 Peter Rabbitson Run the sybase C subtest *after* the main test
2012-03-20 Peter Rabbitson Remove todoified tests reflecting a conceptual brainfart
2012-03-17 Peter Rabbitson Move Oracle blob tests into separate file (no functiona...
2012-03-17 Rafael Kitover remove some Win32 workarounds in tests from cygwin
2012-03-17 Peter Rabbitson base.pm now repeatedly require()s modules, exposing...
2012-03-16 Peter Rabbitson Add all storage instances to the test suite leaktracing...
2012-03-16 Peter Rabbitson Fix the pure-perl in_global_destruction() emulation...
2012-03-16 Peter Rabbitson Make sure we load threads.pm before Test::More
2012-03-16 Alexander Hartmaier removed unnecessary use of Test::Exception
2012-03-15 Peter Rabbitson Adjust tests to work correctly with the upcoming Test...
2012-03-14 Rafael Kitover fix Win32 file use error in t/storage/reconnect.t
2012-03-13 Rafael Kitover Update t/751msaccess.t broken by leak checker 65d35121
2012-03-12 Eden Cardim making config flags actually recognize config files
2012-03-12 Peter Rabbitson Fix t/inflate/datetime.t warning on older perls
2012-03-12 Peter Rabbitson Fix failures with DBICTEST_SQLITE_USE_FILE=1 introduced...
2012-03-12 Peter Rabbitson Test suite wide leaktesting
2012-03-12 Peter Rabbitson Rewrite txn_do and dbh_do to use a (hidden for now...
2012-03-12 Peter Rabbitson Fix more $schema leaks in the SQLT DBIC Parser (AUGHHHH...
2012-03-09 Peter Rabbitson Add a TODO test for a very elaborate stack leak scenario
2012-03-02 Peter Rabbitson Simplify code of GenericSubQ limit dialect
2012-03-02 Peter Rabbitson Some cleanups and code dedup of Top and FetchFirst...
2012-03-02 Peter Rabbitson Functional row-parse generator - really works!!!
2012-03-02 Peter Rabbitson Simplify RowNumber Over limit dialect implementation
2012-03-02 Peter Rabbitson Deduplicate code in rownum limit emulation
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 Allow users to disable the "DT in search" warning intro...
2012-01-30 Matt Phillips Comment typo
2012-01-26 Peter Rabbitson Assert that complex bindtytyping passage works for...
2012-01-18 Rafael Kitover issue warning for DateTimes passed to ->search
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2012-01-03 Alexander Hartmaier use Path::Class for finding subdirs of t and don't...
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 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-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 Rafael Kitover Silence freetds/ODBC test warnings
2011-11-21 Peter Rabbitson Pass tests with DBICTEST_SQLITE_USE_FILE set
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 Dagfinn Ilmari Man... Relax expected error message syntax.
2011-10-25 Dagfinn Ilmari Man... Don't rely on GROUP BY and DISTINCT() sorting identically.
2011-07-27 Peter Rabbitson Fix oracle (I am so stupid)
next