dbsrgits/DBIx-Class.git
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...
2005-08-02 Andy Grundman Removed apparently unnecessary finish statements
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 Matt S Trout Added count_from_sql, refactored andyg's count_related...
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 More refactoring and tweaking, might_have support added
2005-08-02 Matt S Trout Factored common cdbi rel features out into Relationship...
2005-08-02 Matt S Trout Made add_relationship remove the relationship entry...
2005-08-02 Matt S Trout Join conditions supplied to add_relationship are now...
2005-08-02 Matt S Trout Refactored HasA to use InflateColumn
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 Removed left over Dumper call
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-08-01 Matt S Trout Constraint support added to compat layer (no is_constra...
2005-07-31 Marcus Ramberg Add ::Exception, and use throw instead of die.
2005-07-31 Matt S Trout Changed COUNT code in cursor to use selectrow_array...
2005-07-31 Matt S Trout Modified Cursor to use COUNT(*) for count if possible
2005-07-31 Matt S Trout Cursor.pm because I'm an idiot and forgot to svk add...
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 Matt S Trout Added dbi_commit and db_rollback. NEEDS TESTS.
2005-07-29 Marcus Ramberg pod and pod coverage tests.
2005-07-29 Marcus Ramberg basic pod stubs for everything but the CDBI compat...
2005-07-29 Marcus Ramberg added objectindex tests for search and add
2005-07-29 Matt S Trout Fix to search_realted on relationships without attrs...
2005-07-29 Marcus Ramberg fix lc in columngrouper.
2005-07-29 Matt S Trout Imported nextalyzer.pl
2005-07-29 Matt S Trout - Refactored some, moved more stuff over to using get...
2005-07-29 Matt S Trout Tweaked, prodded, refactored. Thanks to draven for...
2005-07-25 Matt S Trout Added tests for the core APIs, refactored some
2005-07-23 Matt S Trout Now passing four more tests, has_a and has_many complia...
2005-07-23 Matt S Trout Extra files for relationships, has_many support
2005-07-22 Matt S Trout Committed 06-hasa as well. Probably helps :)
2005-07-22 Matt S Trout has_a works
2005-07-21 Matt S Trout Refactored Ima::DBI support to allow pluggable __FOO__...
2005-07-21 Matt S Trout All tests successful, 15 subtests skipped. Files=8...
2005-07-21 Matt S Trout And the second part of the First Great Test Re-Organisation
2005-07-21 Matt S Trout Added our own accessor system (ripped from C::A) and...
2005-07-21 Matt S Trout First of a two-parter :)
2005-07-19 Matt S Trout test tweaks and a bugfix
2005-07-19 Matt S Trout Build.PL added, 01-columns and 02-Film pass, $VERSION...
2005-07-19 Matt S Trout AutoUpdate, add_constructor, a toy set_sql emulator...
2005-07-19 Matt S Trout Imported a couple extra modules, added retrieve_all
2005-07-19 Matt S Trout Most of the first third of 02-Film now works :)
2005-07-19 Matt S Trout Initial commit of DBIx::Class (experimental Class:...