2005-09-09 |
Brian Cassidy |
added test for 2 relationships in the same class to... |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Andy Grundman |
Updated S::A and S::A::L version reqs |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Matt S Trout |
Merge 'DBIx-Class-joins' into 'trunk' |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Matt S Trout |
Actually updated the changes file! lookitme, andyg! |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Matt S Trout |
Upped version to 0.03 :) |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Matt S Trout |
Ported joined count tests from Sweet |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-joins' |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Matt S Trout |
HasMany now does a LEFT JOIN, added more tests |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Matt S Trout |
More refactoring, prefetch |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Matt S Trout |
Joins work for search, some refactoring |
commit | commitdiff | tree | snapshot |
2005-09-05 |
Matt S Trout |
Ported Sweet pager test. Worked first time. andyg++ |
commit | commitdiff | tree | snapshot |
2005-09-04 |
Andres Kievsky |
Reverted andyg's fixes to DBI.pm, updated tests accordi... |
commit | commitdiff | tree | snapshot |
2005-09-04 |
Andres Kievsky |
Merged andyg's fixes to joins and joins tests. Added... |
commit | commitdiff | tree | snapshot |
2005-09-03 |
Matt S Trout |
Lobbed first cut of join code into Storage/DBI as inlin... |
commit | commitdiff | tree | snapshot |
2005-09-03 |
Matt S Trout |
Merge 'DBIx-Class-joins' into 'trunk' |
commit | commitdiff | tree | snapshot |
2005-09-03 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-joins' |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Andy Grundman |
Added tests for software-based limiting/paging, and... |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Andy Grundman |
Made pager a method on ResultSet, added rs->page(num... |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Matt S Trout |
Cleaned up Storage::DBI to remove redundancy |
commit | commitdiff | tree | snapshot |
2005-08-28 |
Andy Grundman |
Refactored pagination into search method, Sweet syntax... |
commit | commitdiff | tree | snapshot |
2005-08-27 |
Matt S Trout |
Lazy cursor instantiation for resultsets |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Andy Grundman |
Added pager support, same syntax as Sweet. Also fixed... |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Andy Grundman |
Added support for multiple PKs in Auto if they are... |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Andy Grundman |
Fixed bug where retrieve_all ignored options such as... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Andy Grundman |
Added Scalar::Util to prereq, not sure which version... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Andy Grundman |
Added SQL::Abstract to prereqs |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Brian Cassidy |
Added LIMIT tests |
commit | commitdiff | tree | snapshot |
2005-08-13 |
Andy Grundman |
Fixed Auto::Pg Pod so CPAN will index it properly |
commit | commitdiff | tree | snapshot |
2005-08-12 |
Andy Grundman |
Added MS-SQL to Changes |
commit | commitdiff | tree | snapshot |
2005-08-12 |
Andy Grundman |
Added contributor list |
commit | commitdiff | tree | snapshot |
2005-08-12 |
Andy Grundman |
Preparing for 0.02 release |
commit | commitdiff | tree | snapshot |
2005-08-12 |
Andy Grundman |
Re-added software-based LIMIT support for non-LIMIT... |
commit | commitdiff | tree | snapshot |
2005-08-12 |
Andy Grundman |
Cleaned up sql_maker variable |
commit | commitdiff | tree | snapshot |
2005-08-12 |
Andy Grundman |
Fixed sql_maker accessor to load Abstract object on... |
commit | commitdiff | tree | snapshot |
2005-08-12 |
Andy Grundman |
Added MySQL LIMIT tests |
commit | commitdiff | tree | snapshot |
2005-08-12 |
Andy Grundman |
Added Oracle LIMIT tests |
commit | commitdiff | tree | snapshot |
2005-08-12 |
Andy Grundman |
Added initial SQL::Abstract::Limit support and tests |
commit | commitdiff | tree | snapshot |
2005-08-12 |
Matt S Trout |
Refactoring, cleanup, lose unnecessary resultset/cursor... |
commit | commitdiff | tree | snapshot |
2005-08-11 |
Marcus Ramberg |
improved docs. |
commit | commitdiff | tree | snapshot |
2005-08-10 |
Matt S Trout |
Fixes, refactoring, test additions |
commit | commitdiff | tree | snapshot |
2005-08-09 |
Brian Cassidy |
Added PK::Auto::MSSQL + test |
commit | commitdiff | tree | snapshot |
2005-08-09 |
Andy Grundman |
Fixed user-defined sequence assignment |
commit | commitdiff | tree | snapshot |
2005-08-09 |
Andy Grundman |
Added Oracle PK::Auto, with sequence lookup |
commit | commitdiff | tree | snapshot |
2005-08-09 |
Andy Grundman |
Added sequence method to PK::Auto |
commit | commitdiff | tree | snapshot |
2005-08-09 |
Matt S Trout |
Updated main docs, altered mail address in POD for... |
commit | commitdiff | tree | snapshot |
2005-08-08 |
Matt S Trout |
Added Numa's count_all, removed warns from mysql and... |
commit | commitdiff | tree | snapshot |
2005-08-08 |
Matt S Trout |
Finished ripping hand-hacked abstract implementation... |
commit | commitdiff | tree | snapshot |
2005-08-08 |
Marcus Ramberg |
fixed pod. |
commit | commitdiff | tree | snapshot |
2005-08-08 |
Marcus Ramberg |
auto-increment for postgresql |
commit | commitdiff | tree | snapshot |
2005-08-08 |
Matt S Trout |
MySQL Auto-PK test added |
commit | commitdiff | tree | snapshot |
2005-08-08 |
Matt S Trout |
More refactoring, created PK::Auto::MySQL |
commit | commitdiff | tree | snapshot |
2005-08-08 |
Matt S Trout |
- Swapped ordering for schema so connection class comes... |
commit | commitdiff | tree | snapshot |
2005-08-07 |
Matt S Trout |
Commented out _cond_value code in InflateColumn - curre... |
commit | commitdiff | tree | snapshot |
2005-08-07 |
Matt S Trout |
Don't inject self into base :) |
commit | commitdiff | tree | snapshot |
2005-08-07 |
Matt S Trout |
More refactoring. Relationship now a virtual package |
commit | commitdiff | tree | snapshot |
2005-08-07 |
Matt S Trout |
Cursor abstracted, delete_related added |
commit | commitdiff | tree | snapshot |
2005-08-07 |
Matt S Trout |
Fixed search/count_related to use Abstract (though... |
commit | commitdiff | tree | snapshot |
2005-08-06 |
Matt S Trout |
I. Forgot. To. svk. add. AGAIN! |
commit | commitdiff | tree | snapshot |
2005-08-06 |
Matt S Trout |
Fixed DBICTest Schema class names, added class_resolver... |
commit | commitdiff | tree | snapshot |
2005-08-06 |
Matt S Trout |
Merged dkubb's Module::Find code into Schema->load_classes |
commit | commitdiff | tree | snapshot |
2005-08-06 |
Dan Kubb |
Renamed DBIx::Class::Table::in_database to DBIx::Class... |
commit | commitdiff | tree | snapshot |
2005-08-06 |
Dan Kubb |
Renamed DBIx::Class::PK's retrieve() as find() |
commit | commitdiff | tree | snapshot |
2005-08-06 |
Matt S Trout |
mst once again forgets to 'svk add', as spotted by... |
commit | commitdiff | tree | snapshot |
2005-08-06 |
Matt S Trout |
retrieve_from_sql now uses ->search |
commit | commitdiff | tree | snapshot |
2005-08-06 |
Matt S Trout |
- Storage/DBI.pm now uses Abstract internally |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Matt S Trout |
Couple extra tweaks to Schema to support proposed C... |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Matt S Trout |
Refactored Schema.pm |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Andy Grundman |
Skip all inflation tests if DateTime is not available |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Dan Kubb |
Bind values are passed into select query when no sth... |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Matt S Trout |
Quick synopsis to Schema system in POD |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Matt S Trout |
Schema support added, DBICTest refactored to use it |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Andy Grundman |
Disabled 'Use of uninitialized value in subroutine... |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Matt S Trout |
Doc fix for DB.pm |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Matt S Trout |
Overrode part of ContextualFetch in ImaDBI to shut... |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Matt S Trout |
Removed deprecated stuff from SQL.pm (cheers abraxxa) |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Matt S Trout |
_get_dbh removed |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Matt S Trout |
Mostly refactored everything to select/update/delete... |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Matt S Trout |
DBIx::Class is now a component loader |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Andy Grundman |
Added tests for insert_or_update, moved Auto test to... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Andy Grundman |
Added tests for set_from_related, update_from_related... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Matt S Trout |
Very very brief doc stubs for main package, DB.pm and... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Matt S Trout |
Fixed failing PK test (by loading PK plugins :) |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Andy Grundman |
Finish any active sth's in DESTROY |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Andy Grundman |
Removed finish in Cursor::next, not necessary because... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Andy Grundman |
Removed apparently unnecessary finish statements |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Andy Grundman |
Set to 21 tests instead of 20 |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Andy Grundman |
Added failing test for update |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Matt S Trout |
Added count_from_sql, refactored andyg's count_related... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Andy Grundman |
Added count, count_related, and tests |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Matt S Trout |
Added t/09update.t from Alexander Hartmeier and changes... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Andy Grundman |
Added more inflate_has_a tests using alternate deflate... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Matt S Trout |
Oh yes. and the might_have test script. because that... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Matt S Trout |
More refactoring and tweaking, might_have support added |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Matt S Trout |
Factored common cdbi rel features out into Relationship... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Matt S Trout |
Made add_relationship remove the relationship entry... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Matt S Trout |
Join conditions supplied to add_relationship are now... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Matt S Trout |
Refactored HasA to use InflateColumn |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Matt S Trout |
Column inflation tests now pass |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Andy Grundman |
Changed deflate test to work with a real object |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Andy Grundman |
Fixed inflate to be a single hashref, I'm a moron :) |
commit | commitdiff | tree | snapshot |
next |