2008-12-20 |
Norbert Buchmuller |
* Removed an outdated comment. |
tree | commitdiff |
2008-12-20 |
Norbert Buchmuller |
* Removed hiding of packages under t/. |
tree | commitdiff |
2008-12-20 |
Norbert Buchmuller |
* Removed hiding of packages under t/. |
tree | commitdiff |
2008-12-20 |
Norbert Buchmuller |
Merge 'trunk' into 'sqla_1.50_compat' |
tree | commitdiff |
2008-12-19 |
Peter Rabbitson |
Todoify cdbi failing tests, waiting for schwern |
tree | commitdiff |
2008-12-19 |
John Napiorkowski |
altered schema->populate so that it is a very thin... |
tree | commitdiff |
2008-12-19 |
John Napiorkowski |
more noise debugging messages if debug is on, minor... |
tree | commitdiff |
2008-12-18 |
Peter Rabbitson |
Some cleanups to the m2m warnings test |
tree | commitdiff |
2008-12-16 |
Ash Berlin |
Try to fix test on 5.10 |
tree | commitdiff |
2008-12-16 |
Guillermo Roditi |
rename option to undef_on_null_fk and make it default... |
tree | commitdiff |
2008-12-16 |
Guillermo Roditi |
Introduce 'any_null_means_no_value' option to eliminate... |
tree | commitdiff |
2008-12-15 |
John Napiorkowski |
changes to replication so that if a replicant is offlin... |
tree | commitdiff |
2008-12-03 |
Ash Berlin |
Make the many-to-many warning use warnings::register; |
tree | commitdiff |
2008-11-28 |
Norbert Buchmuller |
* Replaced eq_bind() implementation to use Test::Deep... |
tree | commitdiff |
2008-11-26 |
Norbert Buchmuller |
* Replaced eq_bind() implementation with the current... |
tree | commitdiff |
2008-11-25 |
Norbert Buchmuller |
* Fixed the order of args of skip(). |
tree | commitdiff |
2008-11-25 |
Norbert Buchmuller |
* Renamed DBICTest::DBICDebugObj to DBIC::DebugObj. |
tree | commitdiff |
2008-11-25 |
Norbert Buchmuller |
* Fixed the number of tests skipped in a SKIP block. |
tree | commitdiff |
2008-11-25 |
Norbert Buchmuller |
* Wrapped SQL::Abstract::Test functionality in a new... |
tree | commitdiff |
2008-11-25 |
Norbert Buchmuller |
* Fixed the test plan in 72pg.t. |
tree | commitdiff |
2008-11-25 |
Norbert Buchmuller |
* Added a test for arrayref bind values in search... |
tree | commitdiff |
2008-11-25 |
Norbert Buchmuller |
* Made some more tests SKIP if SQLA version < 1.50. |
tree | commitdiff |
2008-11-25 |
Norbert Buchmuller |
* Made PostgreSQL array tests SKIP if SQLA version... |
tree | commitdiff |
2008-11-21 |
Norbert Buchmuller |
* Added tests for passing arrayrefs as bind values... |
tree | commitdiff |
2008-11-21 |
Norbert Buchmuller |
* Test cases for every supported order_by syntax. |
tree | commitdiff |
2008-11-20 |
Peter Rabbitson |
CDBI-compat tests by Dave Horwoth: |
tree | commitdiff |
2008-11-20 |
Peter Rabbitson |
Trunk passes tests again - todoify everything multicrea... |
tree | commitdiff |
2008-11-17 |
Peter Rabbitson |
Extend might_have test with ideas from zby |
tree | commitdiff |
2008-11-17 |
Peter Rabbitson |
Failing tests by zby, showing that recursing insert... |
tree | commitdiff |
2008-11-17 |
Peter Rabbitson |
Silence cdbi tests like everything else |
tree | commitdiff |
2008-11-17 |
Peter Rabbitson |
Two failing multicreate tests (the root cause of castaw... |
tree | commitdiff |
2008-11-17 |
Peter Rabbitson |
Two more sets of might_have - has_many relationships... |
tree | commitdiff |
2008-11-17 |
Peter Rabbitson |
One more (passing) multicreate test and a bit of cleanup |
tree | commitdiff |
2008-11-17 |
Peter Rabbitson |
rip away a horribly wrong create_via_update test (will... |
tree | commitdiff |
2008-11-16 |
Peter Rabbitson |
might_have test for castaway to break |
tree | commitdiff |
2008-11-16 |
Peter Rabbitson |
Add new test relationship - a track can have a relates... |
tree | commitdiff |
2008-11-16 |
Peter Rabbitson |
Revert castaway's test - mildly bogus |
tree | commitdiff |
2008-11-16 |
Norbert Buchmuller |
* Added test cases to test if arrayref bind values... |
tree | commitdiff |
2008-11-16 |
Norbert Buchmuller |
Merge 'resultsetcolumn_custom_columns' into 'trunk' |
tree | commitdiff |
2008-11-16 |
Peter Rabbitson |
whops |
tree | commitdiff |
2008-11-15 |
Jess Robinson |
Added failing create-multi test |
tree | commitdiff |
2008-11-14 |
Norbert Buchmuller |
* Added ->first and ->reset implementation to ResultSe... |
tree | commitdiff |
2008-11-13 |
Peter Rabbitson |
resultset attribute from can now take a scalarref and... |
tree | commitdiff |
2008-11-13 |
Peter Rabbitson |
result_class goodies by Caelum: |
tree | commitdiff |
2008-11-12 |
Norbert Buchmuller |
* Made DBIC::SQL::Abstract pass on order_by hashref... |
tree | commitdiff |
2008-11-12 |
Matt S Trout |
Merge 'trunk' into 'sqla_1.50_compat' |
tree | commitdiff |
2008-11-12 |
Johannes Plunien |
fixed 73oracle.t, added charfield |
tree | commitdiff |
2008-11-11 |
Norbert Buchmuller |
* Fixed test cases of ResultSetColumn vs. +select... |
tree | commitdiff |
2008-11-10 |
Peter Rabbitson |
belongs_to relationships are explicitly flagged by... |
tree | commitdiff |
2008-11-10 |
Norbert Buchmuller |
* Removed a wrong TODO test: "order_by with quoting... |
tree | commitdiff |
2008-11-10 |
Norbert Buchmuller |
* Converted some of the test cases to use SQL::Abstrac... |
tree | commitdiff |
2008-11-09 |
Peter Rabbitson |
Don't rely on connect_info(), instead fetch the dsn... |
tree | commitdiff |
2008-11-09 |
Peter Rabbitson |
Some testdb changes and alignment, preparing for test... |
tree | commitdiff |
2008-11-07 |
Peter Rabbitson |
One extra multicreate test and some cleanup |
tree | commitdiff |
2008-11-07 |
Peter Rabbitson |
Final insanification of the multicreate test |
tree | commitdiff |
2008-11-06 |
Michael G Schwern |
A little indentation clean up |
tree | commitdiff |
2008-11-04 |
Michael G Schwern |
[rt.cpan.org 36863] |
tree | commitdiff |
2008-11-04 |
Michael G Schwern |
And now really untabify |
tree | commitdiff |
2008-11-04 |
Michael G Schwern |
normalize the indentation and detabify |
tree | commitdiff |
2008-11-04 |
Johannes Plunien |
fixed 73oracle.t |
tree | commitdiff |
2008-11-02 |
Peter Rabbitson |
Test prompted by discussion about tasty stuff |
tree | commitdiff |
2008-11-02 |
Peter Rabbitson |
refactor of t/96multi_create.t: |
tree | commitdiff |
2008-11-01 |
Peter Rabbitson |
Augment commit r5037 - the column_info feature on SQLit... |
tree | commitdiff |
2008-11-01 |
Peter Rabbitson |
TODOify a test broken by design, which exposes a bug... |
tree | commitdiff |
2008-11-01 |
Wallace Reis |
added failing test case for multi create |
tree | commitdiff |
2008-10-31 |
Peter Rabbitson |
68inflate_has_a.t tests the cdbi-compat shim and thus... |
tree | commitdiff |
2008-10-31 |
Peter Rabbitson |
It seems that some CPAN testers have a weird unreleased... |
tree | commitdiff |
2008-10-30 |
Peter Rabbitson |
Test direct sql passed to ResultSetColumn |
tree | commitdiff |
2008-10-30 |
Peter Rabbitson |
Massive cleanup of Storage::DBI::connect_info, based... |
tree | commitdiff |
2008-10-29 |
Peter Rabbitson |
Minor chaining patch + test by Norbert Buchmuller ... |
tree | commitdiff |
2008-10-28 |
Nigel Metheringham |
Yet more RH perf bug test tweaks |
tree | commitdiff |
2008-10-28 |
Nigel Metheringham |
Reworked RH perf test to be more targetted |
tree | commitdiff |
2008-10-28 |
Peter Rabbitson |
Fix an obscure bug in the DBI exception handler, clobbe... |
tree | commitdiff |
2008-10-28 |
Tom Hukins |
Skip tests if DateTime is not installed. |
tree | commitdiff |
2008-10-28 |
Nigel Metheringham |
Merge 'doc_mods' into 'trunk' |
tree | commitdiff |
2008-10-28 |
Nigel Metheringham |
Merge 'doc_mods' into 'trunk' |
tree | commitdiff |
2008-10-28 |
Nigel Metheringham |
Missing semicolon |
tree | commitdiff |
2008-10-28 |
Nigel Metheringham |
Minor RH perf bug test tweaks including internal docume... |
tree | commitdiff |
2008-10-27 |
Nigel Metheringham |
Minor tweaks to RH perf issue stuff following suggestio... |
tree | commitdiff |
2008-10-27 |
Nigel Metheringham |
Reworked information on RH perl performance issues |
tree | commitdiff |
2008-10-27 |
Peter Rabbitson |
dirty_column detection in set_column() should not depen... |
tree | commitdiff |
2008-10-26 |
Johannes Plunien |
using local on SIG handler |
tree | commitdiff |
2008-10-26 |
Johannes Plunien |
floating timezone warning |
tree | commitdiff |
2008-10-26 |
Nigel Metheringham |
Modified example to use load_namespace with default... |
tree | commitdiff |
2008-10-24 |
Johannes Plunien |
possible to explicitly skip inflation, again rafl++ |
tree | commitdiff |
2008-10-24 |
Johannes Plunien |
added new option to enforce Date or DateTime inflation... |
tree | commitdiff |
2008-10-24 |
Peter Rabbitson |
complete a test |
tree | commitdiff |
2008-10-24 |
Peter Rabbitson |
Massive multi-create testing, with two regression fixes: |
tree | commitdiff |
2008-10-24 |
Peter Rabbitson |
More test schema relations for future tests |
tree | commitdiff |
2008-10-24 |
Peter Rabbitson |
Count warnings differently, as SQLT produces some weird... |
tree | commitdiff |
2008-10-24 |
Michael G Schwern |
Annoying DBD::SQLite warning is tripping up Test::NoWar... |
tree | commitdiff |
2008-10-24 |
Michael G Schwern |
Using DBIx::Class as a parent causes Class::Accessor... |
tree | commitdiff |
2008-10-23 |
Nigel Metheringham |
Added warnning to $rs->delete which fires if delete... |
tree | commitdiff |
2008-10-23 |
Nigel Metheringham |
Minor wording fix |
tree | commitdiff |
2008-10-16 |
Peter Rabbitson |
Failing tests for multicreate over m2m (passes with... |
tree | commitdiff |
2008-10-12 |
Peter Rabbitson |
Fix omission in pg test |
tree | commitdiff |
2008-10-12 |
Peter Rabbitson |
Downgrading multi-prefetch exception to a warning as... |
tree | commitdiff |
2008-10-12 |
Peter Rabbitson |
TODOify the 'upgrade twice within a second' problem... |
tree | commitdiff |
2008-10-09 |
Peter Rabbitson |
Add new column with a default to Artist, adjust tests... |
tree | commitdiff |
2008-10-09 |
Peter Rabbitson |
Regenerate (finally\!) t/lib/sqlite.sql |
tree | commitdiff |
next |