Commit some debugging code
[dbsrgits/DBIx-Class.git] / t /
2009-02-05 Peter Rabbitson Commit some debugging code
2009-02-01 Peter Rabbitson Fix the dbicadmin test for good (take 2)
2009-02-01 Peter Rabbitson Fix the dbicadmin test for good
2009-01-30 Jess Robinson DB2 compat: add new artist rank field to col_info_for...
2009-01-30 Jess Robinson DB2 compatibility fix, update test to add new artist...
2009-01-30 Marc Mims Bring test current with DBICTest schema.
2009-01-29 Peter Rabbitson Add the sqla test harness to the stopgap branch
2009-01-29 Peter Rabbitson A pass is not strictly necessary for a test connection
2009-01-29 Peter Rabbitson Sanify 746mssql.t
2009-01-29 Peter Rabbitson Backporting uncovered an incomplete test
2009-01-28 Peter Rabbitson wording
2009-01-28 Peter Rabbitson make load_optional_class smarter when confronted with...
2009-01-27 Peter Rabbitson Test all available JSON:: implementations in 89dbicadmin.t
2009-01-25 Peter Rabbitson First stab at restructuring with tests_recursive()...
2009-01-21 Peter Rabbitson leftover debug
2009-01-20 Peter Rabbitson remove_columns() sanitization by Oleg Pronin
2009-01-20 Yuval Kogman Add sqlt_deploy_hook to Result Source
2009-01-20 Peter Rabbitson Disable 103many_to_many_warning.t for perl 5.10 - warni...
2009-01-18 Norbert Buchmuller Merge 'trunk' into 'sqla_1.50_compat'
2009-01-18 Norbert Buchmuller Merge 'trunk' into 'sqla_1.50_compat'
2009-01-17 Peter Rabbitson Fix borked t/bindtype_columns.t - TODO: still only...
2009-01-17 Peter Rabbitson Stop 99dbic_sqlt_parser.t from breaking every time...
2009-01-12 Norbert Buchmuller * Implemented $rs->current_source_alias.
2009-01-09 Wallace Reis not necessary
2009-01-09 Matt S Trout fixup source registration bugs where schema-specific...
2009-01-08 Wallace Reis reverting changes for versioning tests
2009-01-08 Wallace Reis >result_source_instance->source_name should return...
2009-01-08 Wallace Reis failing test for load_namespace
2009-01-08 Ricardo Signes failing test for callback on_connect_do getting storag...
2008-12-21 Peter Rabbitson Remove some cruft
2008-12-21 Peter Rabbitson whops
2008-12-21 Peter Rabbitson Fix ordering of 'use lib' and 'use' in tests
2008-12-20 Norbert Buchmuller * Removed an outdated comment.
2008-12-20 Norbert Buchmuller * Removed hiding of packages under t/.
2008-12-20 Norbert Buchmuller * Removed hiding of packages under t/.
2008-12-20 Norbert Buchmuller Merge 'trunk' into 'sqla_1.50_compat'
2008-12-19 Peter Rabbitson Todoify cdbi failing tests, waiting for schwern
2008-12-19 John Napiorkowski altered schema->populate so that it is a very thin...
2008-12-19 John Napiorkowski more noise debugging messages if debug is on, minor...
2008-12-18 Peter Rabbitson Some cleanups to the m2m warnings test
2008-12-16 Ash Berlin Try to fix test on 5.10
2008-12-16 Guillermo Roditi rename option to undef_on_null_fk and make it default...
2008-12-16 Guillermo Roditi Introduce 'any_null_means_no_value' option to eliminate...
2008-12-15 John Napiorkowski changes to replication so that if a replicant is offlin...
2008-12-03 Ash Berlin Make the many-to-many warning use warnings::register;
2008-11-28 Norbert Buchmuller * Replaced eq_bind() implementation to use Test::Deep...
2008-11-26 Norbert Buchmuller * Replaced eq_bind() implementation with the current...
2008-11-25 Norbert Buchmuller * Fixed the order of args of skip().
2008-11-25 Norbert Buchmuller * Renamed DBICTest::DBICDebugObj to DBIC::DebugObj.
2008-11-25 Norbert Buchmuller * Fixed the number of tests skipped in a SKIP block.
2008-11-25 Norbert Buchmuller * Wrapped SQL::Abstract::Test functionality in a new...
2008-11-25 Norbert Buchmuller * Fixed the test plan in 72pg.t.
2008-11-25 Norbert Buchmuller * Added a test for arrayref bind values in search...
2008-11-25 Norbert Buchmuller * Made some more tests SKIP if SQLA version < 1.50.
2008-11-25 Norbert Buchmuller * Made PostgreSQL array tests SKIP if SQLA version...
2008-11-21 Norbert Buchmuller * Added tests for passing arrayrefs as bind values...
2008-11-21 Norbert Buchmuller * Test cases for every supported order_by syntax.
2008-11-20 Peter Rabbitson CDBI-compat tests by Dave Horwoth:
2008-11-20 Peter Rabbitson Trunk passes tests again - todoify everything multicrea...
2008-11-17 Peter Rabbitson Extend might_have test with ideas from zby
2008-11-17 Peter Rabbitson Failing tests by zby, showing that recursing insert...
2008-11-17 Peter Rabbitson Silence cdbi tests like everything else
2008-11-17 Peter Rabbitson Two failing multicreate tests (the root cause of castaw...
2008-11-17 Peter Rabbitson Two more sets of might_have - has_many relationships...
2008-11-17 Peter Rabbitson One more (passing) multicreate test and a bit of cleanup
2008-11-17 Peter Rabbitson rip away a horribly wrong create_via_update test (will...
2008-11-16 Peter Rabbitson might_have test for castaway to break
2008-11-16 Peter Rabbitson Add new test relationship - a track can have a relates...
2008-11-16 Peter Rabbitson Revert castaway's test - mildly bogus
2008-11-16 Norbert Buchmuller * Added test cases to test if arrayref bind values...
2008-11-16 Norbert Buchmuller Merge 'resultsetcolumn_custom_columns' into 'trunk'
2008-11-16 Peter Rabbitson whops
2008-11-15 Jess Robinson Added failing create-multi test
2008-11-14 Norbert Buchmuller * Added ->first and ->reset implementation to ResultSe...
2008-11-13 Peter Rabbitson resultset attribute from can now take a scalarref and...
2008-11-13 Peter Rabbitson result_class goodies by Caelum:
2008-11-12 Norbert Buchmuller * Made DBIC::SQL::Abstract pass on order_by hashref...
2008-11-12 Matt S Trout Merge 'trunk' into 'sqla_1.50_compat'
2008-11-12 Johannes Plunien fixed 73oracle.t, added charfield
2008-11-11 Norbert Buchmuller * Fixed test cases of ResultSetColumn vs. +select...
2008-11-10 Peter Rabbitson belongs_to relationships are explicitly flagged by...
2008-11-10 Norbert Buchmuller * Removed a wrong TODO test: "order_by with quoting...
2008-11-10 Norbert Buchmuller * Converted some of the test cases to use SQL::Abstrac...
2008-11-09 Peter Rabbitson Don't rely on connect_info(), instead fetch the dsn...
2008-11-09 Peter Rabbitson Some testdb changes and alignment, preparing for test...
2008-11-07 Peter Rabbitson One extra multicreate test and some cleanup
2008-11-07 Peter Rabbitson Final insanification of the multicreate test
2008-11-06 Michael G Schwern A little indentation clean up
2008-11-04 Michael G Schwern [rt.cpan.org 36863]
2008-11-04 Michael G Schwern And now really untabify
2008-11-04 Michael G Schwern normalize the indentation and detabify
2008-11-04 Johannes Plunien fixed 73oracle.t
2008-11-02 Peter Rabbitson Test prompted by discussion about tasty stuff
2008-11-02 Peter Rabbitson refactor of t/96multi_create.t:
2008-11-01 Peter Rabbitson Augment commit r5037 - the column_info feature on SQLit...
2008-11-01 Peter Rabbitson TODOify a test broken by design, which exposes a bug...
2008-11-01 Wallace Reis added failing test case for multi create
2008-10-31 Peter Rabbitson 68inflate_has_a.t tests the cdbi-compat shim and thus...
2008-10-31 Peter Rabbitson It seems that some CPAN testers have a weird unreleased...
2008-10-30 Peter Rabbitson Test direct sql passed to ResultSetColumn
next