add POD on how to use Moose in custom ResultSets
[dbsrgits/DBIx-Class.git] / t /
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)
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-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 'fREW... Fix spurious test failures caused by use of Data::Compare
2011-07-14 Alexander Hartmaier replaced Test::Deep::NoTest with Data::Compare to not...
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 Fix all invocations of _resolve_condition to match...
2011-06-17 Arthur Axel 'fREW... fix bigint handling in sqlite
2011-06-17 Peter Rabbitson Correct test-relationship name/type
2011-06-13 Rafael Kitover don't mask missing deps with datetime_undef_if_invalid
2011-06-08 Rafael Kitover Make Access inner joins 'INNER JOIN' to avoid JOIN...
2011-06-07 Alexander Hartmaier fixed order of rows difference between first and subseq...
2011-06-07 Peter Rabbitson Fix stupid oversight in update_all
2011-06-07 Peter Rabbitson Augment shorsighted code change in 5ef76b8b
2011-06-07 Rafael Kitover The test is designed to work with blob-updates only...
2011-06-05 Peter Rabbitson Rewrite handling of "storage-side old values" both...
2011-06-05 Peter Rabbitson fix doubling of find_related condition
2011-06-05 Rafael Kitover Fix newlines in skip messages
2011-06-05 Peter Rabbitson Extra cleanup of leftovers from 70171cd7
2011-06-04 Pedro Melo Added tests for chained sqlt_deploy_hook()'s
2011-06-04 Pedro Melo Revert "Fix incorrect default sqlt_deploy_hook signatur...
2011-05-31 Florian Ragwitz Allow changing attributes on schema cloning
2011-05-11 Brian Phillips take more care in mangling SELECT when applying subquer...
2011-05-10 Justin Hunter turn 'use vars' into 'our'
2011-05-10 Peter Rabbitson Fix incorrect > vs >= ver. check, causing 5.13.1 fails
2011-05-09 Rafael Kitover remove meaningless mysql test that breaks on Win32
2011-05-09 Peter Rabbitson Fix serious DBD::SQLite numeric datatype mismatch regre...
2011-05-02 Peter Rabbitson Skip blob like ? comparison on older oracle versions...
2011-05-02 Peter Rabbitson Revert the smart-select-ordering introduced in 36fd7f07
2011-05-02 Peter Rabbitson Revert incorrect assumption about non-functional cached...
2011-05-02 Peter Rabbitson Fix incorrect default sqlt_deploy_hook signature
2011-05-02 Rafael Kitover Cleanup Oracle's 00a28188 / add support for update...
2011-05-02 Rafael Kitover fix MSSQL on_connect_call => 'use_dynamic_cursors'...
2011-04-29 Rafael Kitover savepoints for SQLite
2011-04-29 Peter Rabbitson Another overhaul of transaction/savepoint handling
2011-04-29 Peter Rabbitson Cleanup/improve the leaktest a bit
2011-04-22 Peter Rabbitson Fix custom-relationships on resultsources with multilev...
2011-04-22 Peter Rabbitson Fix stupid optimizer bug with has_many joined over...
2011-04-19 Alexander Kuznetsov Fix $rs->next when using HRI with right-join-side data...
2011-04-16 Rafael Kitover handle BLOB and CLOB columns in WHERE for Oracle
2011-04-16 Robert Bohne Add retrieve_on_insert column_info flag, to autoretriev...
2011-04-14 Rafael Kitover make a proper storage base class for Firebird
2011-04-14 Rafael Kitover support sub-second precision for TIMESTAMPs for Firebir...
2011-04-12 Arthur Axel 'fREW... Fix complex limits with subqueries in selectors
2011-04-11 Rafael Kitover support for DBD::Firebird
2011-04-11 Arthur Axel 'fREW... Parameterize pagination
2011-04-11 Peter Rabbitson Some test fixes and TODOs for older Oracle versions
2011-04-09 Rafael Kitover Refactor/improve support of DBD::Sybase compiled agains...
2011-04-08 Rafael Kitover Extend tests for MARs under MSSQL over DBD::Sybase
2011-04-08 Moritz Onken Test for an insane yet valid rel condition with subquery
2011-04-07 Peter Rabbitson Merge branch 0.08200_track into master
2011-04-04 Peter Rabbitson Consolidate all constants under DBIC::_ENV_, bump n...
2011-04-04 Peter Rabbitson Overhaul populate code - fix \[] support and exotic...
2011-04-01 Rafael Kitover Comprehensive MSAccess support over both DBD::ODBC...
2011-04-01 Peter Rabbitson Fix/clarify Oracle decision whether to use WhereJoins
2011-04-01 Peter Rabbitson Fix (and test) quoting with the older style of WhereJoi...
2011-03-31 Arthur Axel 'fREW... fix from => $rs->as_query
2011-03-31 Rafael Kitover make the DB2/AS400 storage a subclass of DB2, do RNO...
2011-03-30 Peter Rabbitson Several 5.8.old fixes
2011-03-30 Peter Rabbitson Massive rewrite of bind handling, and overall simplific...
2011-03-29 Peter Rabbitson Privatize _sth
2011-03-29 Peter Rabbitson Shuffle tests around (no changes)
2011-03-29 Peter Rabbitson Stop flooding the console with garbage on pg blob errors
2011-03-27 Peter Rabbitson Ditch Carp::Clan for our own thing
2011-03-25 Peter Rabbitson Fix syntax error that slipped into 9c1700e3
2011-03-22 Peter Rabbitson Delete duplicated test (somehow 1:1 with t/search/subqu...
2011-03-22 Peter Rabbitson Fix long relationship/column names in oracle for good
2011-03-22 Peter Rabbitson Cleanup that namespacing mess
next