2010-10-27 |
Peter Rabbitson |
Latest DBD::SQLite really went to shit >:( |
tree | commitdiff |
2010-10-27 |
Peter Rabbitson |
This test in fact requires DT::F::SQLite |
tree | commitdiff |
2010-10-27 |
Peter Rabbitson |
Fix load_namespaces fail when classes tinker with $_ |
tree | commitdiff |
2010-10-27 |
Norbert Buchmuller |
Fixed a prefetch bug (o2m->prefetch_o2m+order_by+rows) |
tree | commitdiff |
2010-10-27 |
Peter Rabbitson |
Fail gracefully on Config::Any PROFILE-loading errors |
tree | commitdiff |
2010-10-26 |
Peter Rabbitson |
Extra adjustments of find() documentation and code... |
tree | commitdiff |
2010-10-26 |
Peter Rabbitson |
Patch up weird MRO fail on 5.8 perls |
tree | commitdiff |
2010-10-26 |
Peter Rabbitson |
Temporary fixes for 5.13.x $@ handling |
tree | commitdiff |
2010-10-26 |
Peter Rabbitson |
Break out the txn_scope_guard tests, some cleanup |
tree | commitdiff |
2010-10-26 |
Peter Rabbitson |
Get test suite to pass under 5.13.6 (peepeeness!) |
tree | commitdiff |
2010-10-23 |
Peter Rabbitson |
-ident implementation |
tree | commitdiff |
2010-10-23 |
Peter Rabbitson |
Remove useless use of Storable from t/100extra_source.t |
tree | commitdiff |
2010-10-22 |
Peter Rabbitson |
Massive cleanup of transaction handlers |
tree | commitdiff |
2010-10-21 |
Peter Rabbitson |
Make sure t/storage/debug.t passes with DBIC_TRACE_PROF... |
tree | commitdiff |
2010-10-21 |
Peter Rabbitson |
Add Hash::Merge exception to the leak test |
tree | commitdiff |
2010-10-17 |
Robert Bohne |
Skip cross-schema tests for Oracle 8i (no clear fix... |
tree | commitdiff |
2010-10-17 |
Robert Bohne |
Fixed test for hierarchical queries with Oracle 8i. |
tree | commitdiff |
2010-10-17 |
Peter Rabbitson |
Test for already fixed RT#59219 |
tree | commitdiff |
2010-10-16 |
Peter Rabbitson |
Fix find() with an explicit constraint name (... {... |
tree | commitdiff |
2010-10-16 |
Peter Rabbitson |
De-golf _is_deterministic_value, add more tests for... |
tree | commitdiff |
2010-10-16 |
Peter Rabbitson |
Remove support for find( col1 => $val1, col2 => $val2... |
tree | commitdiff |
2010-10-16 |
Peter Rabbitson |
Add a unique constraint to artist.name in the test... |
tree | commitdiff |
2010-10-16 |
Peter Rabbitson |
Switch t/relationship/core.t $@ checks to Test::Exception |
tree | commitdiff |
2010-10-16 |
Peter Rabbitson |
Add deprecation warning to DBIx::Class::ResultSetProxy |
tree | commitdiff |
2010-10-16 |
Aaron Crane |
Fix bug in update of resultset using qualified conditio... |
tree | commitdiff |
2010-10-16 |
Robert Bohne |
fixed oracle test sequence detection from a different... |
tree | commitdiff |
2010-10-14 |
Alexander Hartmaier |
fixed wrong sequence returned when multiple triggers... |
tree | commitdiff |
2010-10-14 |
Peter Rabbitson |
Stop adding GROUP BY's to subqueries that do not contai... |
tree | commitdiff |
2010-10-14 |
Peter Rabbitson |
Fix spotty handling of complex order_by relationship... |
tree | commitdiff |
2010-10-14 |
Peter Rabbitson |
Set name_sep by default (even if unused). Simplify... |
tree | commitdiff |
2010-10-12 |
Peter Rabbitson |
Improve the leak tracer - hook bless() as early as... |
tree | commitdiff |
2010-10-10 |
Peter Rabbitson |
Entire test suite passes under DBIC_TRACE=1 |
tree | commitdiff |
2010-10-04 |
Peter Rabbitson |
Remove deprecated use of qw// as (qw//) |
tree | commitdiff |
2010-10-04 |
Peter Rabbitson |
Make Data::Page total count evaluation lazy |
tree | commitdiff |
2010-10-04 |
Peter Rabbitson |
Fix compose_namespace rsrc leaks, introduce a badass... |
tree | commitdiff |
2010-10-04 |
Peter Rabbitson |
Minor cleanup of memory cycle tracing and IC::DT inflat... |
tree | commitdiff |
2010-10-04 |
Peter Rabbitson |
Reorganize runmode detection a bit |
tree | commitdiff |
2010-10-04 |
wreis |
Extend proxy rel attr |
tree | commitdiff |
2010-09-18 |
Peter Rabbitson |
Make test suite pass under DBICTEST_SQLITE_USE_FILE=1 |
tree | commitdiff |
2010-09-18 |
Peter Rabbitson |
Fix leak of $sth during populate() on perls < 5.10 |
tree | commitdiff |
2010-09-17 |
Peter Rabbitson |
Fix forgotten external-$dbh test warnings |
tree | commitdiff |
2010-09-17 |
Peter Rabbitson |
No longer explicitly disconnect on ::Storage DESTROY |
tree | commitdiff |
2010-09-17 |
Peter Rabbitson |
Fix the exception-hungry exception_action |
tree | commitdiff |
2010-09-17 |
Peter Rabbitson |
Remove duplicate test (same as end of t/storage/error.t) |
tree | commitdiff |
2010-09-17 |
Peter Rabbitson |
Optimize RowNum limit dialect as per suggestion in... |
tree | commitdiff |
2010-09-17 |
Peter Rabbitson |
Rename incorrectly named internal method (has nothing... |
tree | commitdiff |
2010-09-17 |
Peter Rabbitson |
Make _server_info() _determine_driver-bound |
tree | commitdiff |
2010-09-16 |
Arthur Axel 'fREW... |
DBIC_TRACE_PROFILE |
tree | commitdiff |
2010-09-16 |
Nigel Metheringham |
FilterColumn tweaks - docs and parameter tests |
tree | commitdiff |
2010-09-04 |
Arthur Axel 'fREW... |
Preserve unblessed reference exceptions |
tree | commitdiff |
2010-08-31 |
Peter Rabbitson |
Massive cleanup of DateTime test dependencies, other... |
tree | commitdiff |
2010-08-30 |
Peter Rabbitson |
Enable pg test disabled god knows why, minor cleanup. |
tree | commitdiff |
2010-08-30 |
Peter Rabbitson |
Disable t/zzzzzzz_sqlite_deadlock.t for regular installs |
tree | commitdiff |
2010-08-27 |
Peter Rabbitson |
Make running test under DBIC_TRACE=1 bearable |
tree | commitdiff |
2010-08-27 |
Peter Rabbitson |
Fix RT#58554 (make sure FOR X is always the last part... |
tree | commitdiff |
2010-08-27 |
Peter Rabbitson |
Fix the taint mode test to correctly work under local... |
tree | commitdiff |
2010-08-27 |
Peter Rabbitson |
Rename SQLAHacks to SQLMaker, shuffle around files... |
tree | commitdiff |
2010-08-26 |
Peter Rabbitson |
SQLA::Limit is no more \o/ |
tree | commitdiff |
2010-08-26 |
Peter Rabbitson |
Add a Pg limit test (just to extend coverage) |
tree | commitdiff |
2010-08-13 |
Peter Rabbitson |
Some TODO test revisions prompted by RT#59565 |
tree | commitdiff |
2010-08-11 |
Rafael Kitover |
add proper test for column names with punctuation,... |
tree | commitdiff |
2010-08-07 |
Peter Rabbitson |
New $dbh capability handling - allows someone to say |
tree | commitdiff |
2010-08-07 |
Peter Rabbitson |
Fix a corner case when a distinct plus an unqualified... |
tree | commitdiff |
2010-08-06 |
Rafael Kitover |
fix sybase fail, add more diagnostics for firebird... |
tree | commitdiff |
2010-07-12 |
Peter Rabbitson |
Rewrite the DBI connector to use Try::Tiny, avoid a... |
tree | commitdiff |
2010-07-10 |
Peter Rabbitson |
Merge branch 'view-deps' |
tree | commitdiff |
2010-07-10 |
Peter Rabbitson |
Adjust thread test diag |
tree | commitdiff |
2010-07-10 |
Amiri Barksdale... |
Use fully-qualified result class names instead of sourc... |
tree | commitdiff |
2010-07-10 |
Amiri Barksdale... |
Remove useless dep in View.pm. |
tree | commitdiff |
2010-07-10 |
Amiri Barksdale... |
Change API of deploy_depends_on: pass it source names... |
tree | commitdiff |
2010-07-08 |
Peter Rabbitson |
Cleanup shebang lines of all maint/example scripts... |
tree | commitdiff |
2010-07-07 |
Peter Rabbitson |
Perlbrew caught a missed /usr/bin/perl invocation |
tree | commitdiff |
2010-07-04 |
Peter Rabbitson |
Quieter replicated test |
tree | commitdiff |
2010-07-04 |
Norbert Buchmuller |
Implemented "add_unique_constraints". |
tree | commitdiff |
2010-06-29 |
Rafael Kitover |
improve Oracle sequence detection and related test... |
tree | commitdiff |
2010-06-17 |
Alexander Hartmaier |
fixed rels ending with me breaking subquery realiasing |
tree | commitdiff |
2010-06-12 |
Peter Rabbitson |
Merge branch 'master' into view-deps |
tree | commitdiff |
2010-06-12 |
Rafael Kitover |
improve Oracle sequence detection and related test... |
tree | commitdiff |
2010-06-12 |
Rafael Kitover |
fix using oracle sequences across schemas |
tree | commitdiff |
2010-06-12 |
Peter Rabbitson |
Fix grouped count over a joined resultset with clashing... |
tree | commitdiff |
2010-06-11 |
Peter Rabbitson |
Merge branch 'unlink_guard' |
tree | commitdiff |
2010-06-11 |
Peter Rabbitson |
Test for more internal object leaks (fails) |
tree | commitdiff |
2010-06-11 |
Peter Rabbitson |
DBICTest $dbh guards emulating win32 OS (no open file... |
tree | commitdiff |
2010-06-11 |
Alexander Hartmaier |
Factor out the oracle shortener code, and apply it... |
tree | commitdiff |
2010-06-11 |
Alexander Hartmaier |
added test for limit queries failing on Oracle |
tree | commitdiff |
2010-06-06 |
Amiri Barksdale... |
Remove extraneous include in parser; replace loop with... |
tree | commitdiff |
2010-06-06 |
Amiri Barksdale... |
Parser correct; test includes failure, shorter query... |
tree | commitdiff |
2010-06-03 |
Amiri Barksdale |
Committing thing for move to git. |
tree | commitdiff |
2010-06-03 |
Peter Rabbitson |
enter xt/ (RT#56698) |
tree | commitdiff |
2010-06-03 |
Peter Rabbitson |
Test schema redump |
tree | commitdiff |
2010-06-03 |
Peter Rabbitson |
Convert all no_plan tests to done_testing |
tree | commitdiff |
2010-06-02 |
Peter Rabbitson |
Merge 'trunk' into 'view-deps' |
tree | commitdiff |
2010-06-02 |
Peter Rabbitson |
Codify result_class accessor/attribute behavior |
tree | commitdiff |
2010-06-02 |
Peter Rabbitson |
Make sure ddl_dir is created even if a dir-object is... |
tree | commitdiff |
2010-06-02 |
Peter Rabbitson |
Relax developer policy, allowing to skip optional depen... |
tree | commitdiff |
2010-06-02 |
Peter Rabbitson |
Really fix uninit warning |
tree | commitdiff |
2010-06-02 |
Peter Rabbitson |
Do not run test without sqlt |
tree | commitdiff |
2010-06-02 |
Peter Rabbitson |
lib expects a list, not an arrayref |
tree | commitdiff |
2010-06-02 |
Amiri Barksdale |
Finish ViewDeps: fix a join in test class, put attribs... |
tree | commitdiff |
2010-06-01 |
Amiri Barksdale |
Clean up test file. |
tree | commitdiff |
next |