dbsrgits/DBIx-Class.git
2005-09-23 Andy Grundman Final 0.03001 release v0.03001
2005-09-23 Matt S Trout Updated version to 0.03001, added bug fixes to Changes
2005-09-23 Matt S Trout Fixed prefetch bug and added a test for it (spotted...
2005-09-23 Matt S Trout More fixes to HasA/BelongsTo courtesy of abraxxa
2005-09-23 Matt S Trout Tweaks to $obj->update and relationship helpers
2005-09-20 Matt S Trout Error message fix (cheers Siracusa), CDBICompat count_a...
2005-09-20 Matt S Trout Final commit for 0.03
2005-09-18 Matt S Trout Moved might_have compat back out into a CDBICompat...
2005-09-18 Matt S Trout Addition of a bunch of helper relationship methods
2005-09-17 Matt S Trout Yeah, committing the new tests would help ...
2005-09-17 Matt S Trout Test split to run against normal rels and helper rels...
2005-09-17 Matt S Trout Added quote char test, supported quoting in S::A subcla...
2005-09-11 Matt S Trout Added DBIC dep on Module::Find (for Schema)
2005-09-11 Matt S Trout Corrected test plan for t/11mysql.t
2005-09-10 Matt S Trout Fixes to CDBICompat::HasMany mapping method support...
2005-09-09 Andy Grundman Added SELECT count test for prefetch
2005-09-09 Brian Cassidy added test for 2 relationships in the same class to...
2005-09-09 Andy Grundman Updated S::A and S::A::L version reqs
2005-09-09 Matt S Trout Merge 'DBIx-Class-joins' into 'trunk'
2005-09-09 Matt S Trout Actually updated the changes file! lookitme, andyg!
2005-09-09 Matt S Trout Upped version to 0.03 :)
2005-09-09 Matt S Trout Ported joined count tests from Sweet
2005-09-09 Matt S Trout Merge 'trunk' into 'DBIx-Class-joins'
2005-09-09 Matt S Trout HasMany now does a LEFT JOIN, added more tests
2005-09-09 Matt S Trout More refactoring, prefetch
2005-09-09 Matt S Trout Joins work for search, some refactoring
2005-09-05 Matt S Trout Ported Sweet pager test. Worked first time. andyg++
2005-09-04 Andres Kievsky Reverted andyg's fixes to DBI.pm, updated tests accordi...
2005-09-04 Andres Kievsky Merged andyg's fixes to joins and joins tests. Added...
2005-09-03 Matt S Trout Lobbed first cut of join code into Storage/DBI as inlin...
2005-09-03 Matt S Trout Merge 'DBIx-Class-joins' into 'trunk'
2005-09-03 Matt S Trout Merge 'trunk' into 'DBIx-Class-joins'
2005-08-30 Andy Grundman Added tests for software-based limiting/paging, and...
2005-08-29 Andy Grundman Made pager a method on ResultSet, added rs->page(num...
2005-08-29 Matt S Trout Cleaned up Storage::DBI to remove redundancy
2005-08-28 Andy Grundman Refactored pagination into search method, Sweet syntax...
2005-08-27 Matt S Trout Lazy cursor instantiation for resultsets
2005-08-26 Andy Grundman Added pager support, same syntax as Sweet. Also fixed...
2005-08-26 Andy Grundman Added support for multiple PKs in Auto if they are...
2005-08-26 Andy Grundman Fixed bug where retrieve_all ignored options such as...
2005-08-24 Andy Grundman Added Scalar::Util to prereq, not sure which version...
2005-08-24 Andy Grundman Added SQL::Abstract to prereqs
2005-08-19 Brian Cassidy Added LIMIT tests
2005-08-13 Andy Grundman Fixed Auto::Pg Pod so CPAN will index it properly
2005-08-12 Andy Grundman Added MS-SQL to Changes
2005-08-12 Andy Grundman Added contributor list
2005-08-12 Andy Grundman Preparing for 0.02 release
2005-08-12 Andy Grundman Re-added software-based LIMIT support for non-LIMIT...
2005-08-12 Andy Grundman Cleaned up sql_maker variable
2005-08-12 Andy Grundman Fixed sql_maker accessor to load Abstract object on...
2005-08-12 Andy Grundman Added MySQL LIMIT tests
2005-08-12 Andy Grundman Added Oracle LIMIT tests
2005-08-12 Andy Grundman Added initial SQL::Abstract::Limit support and tests
2005-08-12 Matt S Trout Refactoring, cleanup, lose unnecessary resultset/cursor...
2005-08-11 Marcus Ramberg improved docs.
2005-08-10 Matt S Trout Fixes, refactoring, test additions
2005-08-09 Brian Cassidy Added PK::Auto::MSSQL + test
2005-08-09 Andy Grundman Fixed user-defined sequence assignment
2005-08-09 Andy Grundman Added Oracle PK::Auto, with sequence lookup
2005-08-09 Andy Grundman Added sequence method to PK::Auto
2005-08-09 Matt S Trout Updated main docs, altered mail address in POD for...
2005-08-08 Matt S Trout Added Numa's count_all, removed warns from mysql and...
2005-08-08 Matt S Trout Finished ripping hand-hacked abstract implementation...
2005-08-08 Marcus Ramberg fixed pod.
2005-08-08 Marcus Ramberg auto-increment for postgresql
2005-08-08 Matt S Trout MySQL Auto-PK test added
2005-08-08 Matt S Trout More refactoring, created PK::Auto::MySQL
2005-08-08 Matt S Trout - Swapped ordering for schema so connection class comes...
2005-08-07 Matt S Trout Commented out _cond_value code in InflateColumn - curre...
2005-08-07 Matt S Trout Don't inject self into base :)
2005-08-07 Matt S Trout More refactoring. Relationship now a virtual package
2005-08-07 Matt S Trout Cursor abstracted, delete_related added
2005-08-07 Matt S Trout Fixed search/count_related to use Abstract (though...
2005-08-06 Matt S Trout I. Forgot. To. svk. add. AGAIN!
2005-08-06 Matt S Trout Fixed DBICTest Schema class names, added class_resolver...
2005-08-06 Matt S Trout Merged dkubb's Module::Find code into Schema->load_classes
2005-08-06 Dan Kubb Renamed DBIx::Class::Table::in_database to DBIx::Class...
2005-08-06 Dan Kubb Renamed DBIx::Class::PK's retrieve() as find()
2005-08-06 Matt S Trout mst once again forgets to 'svk add', as spotted by...
2005-08-06 Matt S Trout retrieve_from_sql now uses ->search
2005-08-06 Matt S Trout - Storage/DBI.pm now uses Abstract internally
2005-08-04 Matt S Trout Couple extra tweaks to Schema to support proposed C...
2005-08-04 Matt S Trout Refactored Schema.pm
2005-08-04 Andy Grundman Skip all inflation tests if DateTime is not available
2005-08-04 Dan Kubb Bind values are passed into select query when no sth...
2005-08-04 Matt S Trout Quick synopsis to Schema system in POD
2005-08-04 Matt S Trout Schema support added, DBICTest refactored to use it
2005-08-04 Andy Grundman Disabled 'Use of uninitialized value in subroutine...
2005-08-04 Matt S Trout Doc fix for DB.pm
2005-08-04 Matt S Trout Overrode part of ContextualFetch in ImaDBI to shut...
2005-08-04 Matt S Trout Removed deprecated stuff from SQL.pm (cheers abraxxa)
2005-08-04 Matt S Trout _get_dbh removed
2005-08-04 Matt S Trout Mostly refactored everything to select/update/delete...
2005-08-04 Matt S Trout DBIx::Class is now a component loader
2005-08-03 Andy Grundman Added tests for insert_or_update, moved Auto test to...
2005-08-02 Andy Grundman Added tests for set_from_related, update_from_related...
2005-08-02 Matt S Trout Very very brief doc stubs for main package, DB.pm and...
2005-08-02 Matt S Trout Fixed failing PK test (by loading PK plugins :)
2005-08-02 Andy Grundman Finish any active sth's in DESTROY
2005-08-02 Andy Grundman Removed finish in Cursor::next, not necessary because...
next