dbsrgits/DBIx-Class.git
2005-11-15 Matt S Trout Bugfixes, optimisations
2005-11-14 Andy Grundman Fixed typo in Build.PL
2005-11-10 Paul Makepeace Change /record ?set/ to resultset incl. ResultSet in...
2005-11-10 Paul Makepeace Added some examples and explanations for search()
2005-11-08 Matt S Trout Added fix to avoid undef warnings in CDBICompat stringify
2005-11-08 Paul Makepeace Minor whitespace tweaks to make each file more distinct...
2005-11-07 Paul Makepeace Remove the dubious primary keys check. Not clear it...
2005-11-03 Marcus Ramberg add manual descriptions
2005-11-03 Andy Grundman Released 0.03003
2005-11-03 Matt S Trout Added names to PODs
2005-11-03 Matt S Trout POD fixes
2005-11-03 Paul Makepeace * made HasOne::has_one and HasMany::has_many look more...
2005-11-02 David Kamholz add (very ugly) hack to _construct_object to support...
2005-11-02 Matt S Trout Changed use to require in Relationship/Base to avoid...
2005-11-01 David Kamholz pass through $attrs to add_relationship when $cond...
2005-11-01 David Kamholz - fix ResultSet bug when requesting a subset of columns
2005-10-30 David Kamholz ObjectCache:
2005-10-24 Matt S Trout Tweak to ResultSet to fix prefetch for nonexistant...
2005-10-24 Marcus Ramberg release of 0.30002.
2005-10-20 Marcus Ramberg described schema better, and added note about when...
2005-10-16 David Kamholz add eval "require $f_class" to HasOne.pm -- otherwise...
2005-10-15 David Kamholz fix stupid error in set_columns pod
2005-10-15 David Kamholz add get_columns and set_columns methods to Row.pm
2005-10-14 Marcus Ramberg merged in hartmeier quickstart
2005-10-14 Marcus Ramberg More docs.
2005-10-14 Marcus Ramberg improved docs.
2005-10-10 CL Kao Update manifest.
2005-10-10 CL Kao Add a DBIx::UUIDColumns plugin.
2005-09-30 Matt S Trout Version bumped to 0.03002, assorted minor changes
2005-09-28 Dan Kubb Rolled back change to compose_connection
2005-09-28 Dan Kubb fixed bug where class_resolver was mistakenly clobbered...
2005-09-27 David Kamholz added experimental ObjectCache.pm (load before Core...
2005-09-27 David Kamholz patch CDBI live object index emulation to use ->ID...
2005-09-27 David Kamholz add ->ID method to PK.pm to generate unique object...
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
next