compose_namespace, just for claco. who by asking volunteered to document it. clearly.
[dbsrgits/DBIx-Class.git] / t /
2005-12-30 Matt S Trout Added $rs->search_related, cleaned up paging code
2005-12-29 Matt S Trout Hack around a stupid SQL::Abstract bug and add GROUP...
2005-12-27 Matt S Trout Added select and as attrs to resultset
2005-12-26 Matt S Trout Switched tests to use DBICTest->class("...")
2005-12-26 Matt S Trout 04db test now uses txn_* API rather than storage->dbh...
2005-12-26 Matt S Trout ResultSetInstance is now a component on DB, some test...
2005-12-20 Matt S Trout CDBICompat happy again on rs branch
2005-12-20 Matt S Trout Nuked 08-inheritcols.t since it's duplicated in 01...
2005-12-20 Matt S Trout Merge 'trunk' into 'DBIx-Class-resultset'
2005-12-14 Matt S Trout Start of TableInstance code. CDBICompat currently b0rken
2005-12-14 Jess Robinson Patches from Andreas Hartmeier applied to PK::Auto
2005-12-14 Matt S Trout Fixup after pull from trunk
2005-12-14 Matt S Trout Merge 'trunk' into 'DBIx-Class-resultset'
2005-12-13 David Kamholz PK::Auto::Pg bug fix, only checks primary keys
2005-12-12 Matt S Trout Test and fix to Storage::DBI from Justin DeVuyst
2005-12-11 David Kamholz rewrite belongs_to again, so $cond is foreign key in...
2005-12-11 David Kamholz merge resultset branch through revision 371
2005-12-10 David Kamholz - updated manifest and manifest.skip
2005-12-09 Matt S Trout Lo, doth everything now use resultset_instance
2005-12-07 Matt S Trout Componentised fixup from Vsevolod (Simon) Ilyushchenko
2005-12-07 Matt S Trout Classdata test from abraxxa
2005-12-01 Jules Bean die() if the user inadvertently tries to set the column...
2005-11-30 Matt S Trout Added improved Schema load_classes syntax from abraxxa
2005-11-24 Matt S Trout Updated version and POD
2005-11-01 David Kamholz - fix ResultSet bug when requesting a subset of columns
2005-10-24 Matt S Trout Tweak to ResultSet to fix prefetch for nonexistant...
2005-10-15 David Kamholz add get_columns and set_columns methods to Row.pm
2005-10-10 CL Kao Add a DBIx::UUIDColumns plugin.
2005-09-27 David Kamholz patch CDBI live object index emulation to use ->ID...
2005-09-23 Matt S Trout Fixed prefetch bug and added a test for it (spotted...
2005-09-20 Matt S Trout Error message fix (cheers Siracusa), CDBICompat count_a...
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 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 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-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-28 Andy Grundman Refactored pagination into search method, Sweet syntax...
2005-08-26 Andy Grundman Added pager support, same syntax as Sweet. Also fixed...
2005-08-19 Brian Cassidy Added LIMIT tests
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-10 Matt S Trout Fixes, refactoring, test additions
2005-08-09 Brian Cassidy Added PK::Auto::MSSQL + test
2005-08-09 Andy Grundman Added Oracle PK::Auto, with sequence lookup
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 auto-increment for postgresql
2005-08-08 Matt S Trout MySQL Auto-PK test added
2005-08-07 Matt S Trout Cursor abstracted, delete_related added
2005-08-06 Matt S Trout Fixed DBICTest Schema class names, added class_resolver...
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 - Storage/DBI.pm now uses Abstract internally
2005-08-04 Andy Grundman Skip all inflation tests if DateTime is not available
2005-08-04 Matt S Trout Schema support added, DBICTest refactored to use it
2005-08-04 Matt S Trout Overrode part of ContextualFetch in ImaDBI to shut...
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 Fixed failing PK test (by loading PK plugins :)
2005-08-02 Andy Grundman Set to 21 tests instead of 20
2005-08-02 Andy Grundman Added failing test for update
2005-08-02 Andy Grundman Added count, count_related, and tests
2005-08-02 Matt S Trout Added t/09update.t from Alexander Hartmeier and changes...
2005-08-02 Andy Grundman Added more inflate_has_a tests using alternate deflate...
2005-08-02 Matt S Trout Oh yes. and the might_have test script. because that...
2005-08-02 Matt S Trout Factored common cdbi rel features out into Relationship...
2005-08-02 Matt S Trout Join conditions supplied to add_relationship are now...
2005-08-02 Matt S Trout Column inflation tests now pass
2005-08-02 Andy Grundman Changed deflate test to work with a real object
2005-08-02 Andy Grundman Fixed inflate to be a single hashref, I'm a moron :)
2005-08-02 Andy Grundman Added a use DateTime
2005-08-02 Andy Grundman Added failing tests for inflate_column
2005-08-02 Andy Grundman Upgraded to SQL::Abstract 1.19 syntax, imported tests...
2005-08-01 Matt S Trout Added support for temp columns and ->make_read_only
2005-08-01 Matt S Trout add_relatinship now barfs without join condition
2005-08-01 Andy Grundman Added tests for add_relationship, search_related, creat...
2005-08-01 Matt S Trout Slice support for iterators
2005-07-31 Matt S Trout Refactoring, basic cursor support, additional syntax...
2005-07-30 David Kamholz changed set_primary_key() to use Tie::IxHash so order...
2005-07-29 Andy Grundman Added tests for commit and rollback
2005-07-29 Marcus Ramberg pod and pod coverage tests.
2005-07-29 Marcus Ramberg added objectindex tests for search and add
next