2005-09-09 |
Brian Cassidy |
added test for 2 relationships in the same class to... |
tree | commitdiff |
2005-09-09 |
Matt S Trout |
Ported joined count tests from Sweet |
tree | commitdiff |
2005-09-09 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-joins' |
tree | commitdiff |
2005-09-09 |
Matt S Trout |
HasMany now does a LEFT JOIN, added more tests |
tree | commitdiff |
2005-09-09 |
Matt S Trout |
More refactoring, prefetch |
tree | commitdiff |
2005-09-09 |
Matt S Trout |
Joins work for search, some refactoring |
tree | commitdiff |
2005-09-05 |
Matt S Trout |
Ported Sweet pager test. Worked first time. andyg++ |
tree | commitdiff |
2005-09-04 |
Andres Kievsky |
Reverted andyg's fixes to DBI.pm, updated tests accordi... |
tree | commitdiff |
2005-09-04 |
Andres Kievsky |
Merged andyg's fixes to joins and joins tests. Added... |
tree | commitdiff |
2005-08-30 |
Andy Grundman |
Added tests for software-based limiting/paging, and... |
tree | commitdiff |
2005-08-29 |
Andy Grundman |
Made pager a method on ResultSet, added rs->page(num... |
tree | commitdiff |
2005-08-28 |
Andy Grundman |
Refactored pagination into search method, Sweet syntax... |
tree | commitdiff |
2005-08-26 |
Andy Grundman |
Added pager support, same syntax as Sweet. Also fixed... |
tree | commitdiff |
2005-08-19 |
Brian Cassidy |
Added LIMIT tests |
tree | commitdiff |
2005-08-12 |
Andy Grundman |
Added MySQL LIMIT tests |
tree | commitdiff |
2005-08-12 |
Andy Grundman |
Added Oracle LIMIT tests |
tree | commitdiff |
2005-08-12 |
Andy Grundman |
Added initial SQL::Abstract::Limit support and tests |
tree | commitdiff |
2005-08-10 |
Matt S Trout |
Fixes, refactoring, test additions |
tree | commitdiff |
2005-08-09 |
Brian Cassidy |
Added PK::Auto::MSSQL + test |
tree | commitdiff |
2005-08-09 |
Andy Grundman |
Added Oracle PK::Auto, with sequence lookup |
tree | commitdiff |
2005-08-08 |
Matt S Trout |
Added Numa's count_all, removed warns from mysql and... |
tree | commitdiff |
2005-08-08 |
Matt S Trout |
Finished ripping hand-hacked abstract implementation... |
tree | commitdiff |
2005-08-08 |
Marcus Ramberg |
auto-increment for postgresql |
tree | commitdiff |
2005-08-08 |
Matt S Trout |
MySQL Auto-PK test added |
tree | commitdiff |
2005-08-07 |
Matt S Trout |
Cursor abstracted, delete_related added |
tree | commitdiff |
2005-08-06 |
Matt S Trout |
Fixed DBICTest Schema class names, added class_resolver... |
tree | commitdiff |
2005-08-06 |
Dan Kubb |
Renamed DBIx::Class::Table::in_database to DBIx::Class... |
tree | commitdiff |
2005-08-06 |
Dan Kubb |
Renamed DBIx::Class::PK's retrieve() as find() |
tree | commitdiff |
2005-08-06 |
Matt S Trout |
- Storage/DBI.pm now uses Abstract internally |
tree | commitdiff |
2005-08-04 |
Andy Grundman |
Skip all inflation tests if DateTime is not available |
tree | commitdiff |
2005-08-04 |
Matt S Trout |
Schema support added, DBICTest refactored to use it |
tree | commitdiff |
2005-08-04 |
Matt S Trout |
Overrode part of ContextualFetch in ImaDBI to shut... |
tree | commitdiff |
2005-08-04 |
Matt S Trout |
_get_dbh removed |
tree | commitdiff |
2005-08-04 |
Matt S Trout |
Mostly refactored everything to select/update/delete... |
tree | commitdiff |
2005-08-04 |
Matt S Trout |
DBIx::Class is now a component loader |
tree | commitdiff |
2005-08-03 |
Andy Grundman |
Added tests for insert_or_update, moved Auto test to... |
tree | commitdiff |
2005-08-02 |
Andy Grundman |
Added tests for set_from_related, update_from_related... |
tree | commitdiff |
2005-08-02 |
Matt S Trout |
Fixed failing PK test (by loading PK plugins :) |
tree | commitdiff |
2005-08-02 |
Andy Grundman |
Set to 21 tests instead of 20 |
tree | commitdiff |
2005-08-02 |
Andy Grundman |
Added failing test for update |
tree | commitdiff |
2005-08-02 |
Andy Grundman |
Added count, count_related, and tests |
tree | commitdiff |
2005-08-02 |
Matt S Trout |
Added t/09update.t from Alexander Hartmeier and changes... |
tree | commitdiff |
2005-08-02 |
Andy Grundman |
Added more inflate_has_a tests using alternate deflate... |
tree | commitdiff |
2005-08-02 |
Matt S Trout |
Oh yes. and the might_have test script. because that... |
tree | commitdiff |
2005-08-02 |
Matt S Trout |
Factored common cdbi rel features out into Relationship... |
tree | commitdiff |
2005-08-02 |
Matt S Trout |
Join conditions supplied to add_relationship are now... |
tree | commitdiff |
2005-08-02 |
Matt S Trout |
Column inflation tests now pass |
tree | commitdiff |
2005-08-02 |
Andy Grundman |
Changed deflate test to work with a real object |
tree | commitdiff |
2005-08-02 |
Andy Grundman |
Fixed inflate to be a single hashref, I'm a moron :) |
tree | commitdiff |
2005-08-02 |
Andy Grundman |
Added a use DateTime |
tree | commitdiff |
2005-08-02 |
Andy Grundman |
Added failing tests for inflate_column |
tree | commitdiff |
2005-08-02 |
Andy Grundman |
Upgraded to SQL::Abstract 1.19 syntax, imported tests... |
tree | commitdiff |
2005-08-01 |
Matt S Trout |
Added support for temp columns and ->make_read_only |
tree | commitdiff |
2005-08-01 |
Matt S Trout |
add_relatinship now barfs without join condition |
tree | commitdiff |
2005-08-01 |
Andy Grundman |
Added tests for add_relationship, search_related, creat... |
tree | commitdiff |
2005-08-01 |
Matt S Trout |
Slice support for iterators |
tree | commitdiff |
2005-07-31 |
Matt S Trout |
Refactoring, basic cursor support, additional syntax... |
tree | commitdiff |
2005-07-30 |
David Kamholz |
changed set_primary_key() to use Tie::IxHash so order... |
tree | commitdiff |
2005-07-29 |
Andy Grundman |
Added tests for commit and rollback |
tree | commitdiff |
2005-07-29 |
Marcus Ramberg |
pod and pod coverage tests. |
tree | commitdiff |
2005-07-29 |
Marcus Ramberg |
added objectindex tests for search and add |
tree | commitdiff |
2005-07-29 |
Matt S Trout |
- Refactored some, moved more stuff over to using get... |
tree | commitdiff |
2005-07-25 |
Matt S Trout |
Added tests for the core APIs, refactored some |
tree | commitdiff |
2005-07-23 |
Matt S Trout |
Now passing four more tests, has_a and has_many complia... |
tree | commitdiff |
2005-07-23 |
Matt S Trout |
Extra files for relationships, has_many support |
tree | commitdiff |
2005-07-22 |
Matt S Trout |
Committed 06-hasa as well. Probably helps :) |
tree | commitdiff |
2005-07-22 |
Matt S Trout |
has_a works |
tree | commitdiff |
2005-07-21 |
Matt S Trout |
All tests successful, 15 subtests skipped. Files=8... |
tree | commitdiff |
2005-07-21 |
Matt S Trout |
And the second part of the First Great Test Re-Organisation |
tree | commitdiff |
2005-07-21 |
Matt S Trout |
First of a two-parter :) |
tree | commitdiff |
2005-07-19 |
Matt S Trout |
test tweaks and a bugfix |
tree | commitdiff |
2005-07-19 |
Matt S Trout |
AutoUpdate, add_constructor, a toy set_sql emulator... |
tree | commitdiff |
2005-07-19 |
Matt S Trout |
Most of the first third of 02-Film now works :) |
tree | commitdiff |
2005-07-19 |
Matt S Trout |
Initial commit of DBIx::Class (experimental Class:... |
tree | commitdiff |
|