dbsrgits/DBIx-Class.git
2006-02-06 David Kamholz updated Changes
2006-02-06 David Kamholz fix attrs on find
2006-02-05 Matt S Trout add $source->resultset_attributes, include_columns...
2006-02-05 Matt S Trout Added debugcb method to storage
2006-02-05 Matt S Trout Fix to find for complex resultsets
2006-02-03 David Kamholz - fix bug in ResultSetManager when a class has no subs...
2006-02-03 David Kamholz - move attribute recording to DBIx::Class
2006-02-03 David Kamholz add ResultSetManager tests
2006-02-03 David Kamholz changes to ResultSetManager
2006-02-03 David Kamholz fix stupid typo
2006-02-03 David Kamholz add Serialize and ResultSetManager (neither complete...
2006-02-03 David Kamholz put txn_* functions in Schema and call those from DB
2006-02-03 David Kamholz changes in 0.05 dist that mst forgot to commit
2006-02-01 Nigel Metheringham Pod formatting cleanup in Cookbook
2006-02-01 Nigel Metheringham Minor typo fix in schema manual
2006-02-01 Jess Robinson Allow usage of --package for the schema name
2006-02-01 Brandon L.... moved $target::schema definition from compose_namespace...
2006-01-31 David Kamholz re-fix many_to_many and add tests
2006-01-31 David Kamholz update changes file
2006-01-31 David Kamholz remove ObjectCache, does not work anymore, so doesn...
2006-01-31 David Kamholz let many_to_many rels have attrs
2006-01-31 David Kamholz change _create_ID to be saner for new version
2006-01-31 Brandon L.... some trivial fixes for "TEST_POD=1 make test" failures
2006-01-31 Daniel Westermann... Update log for test fix
2006-01-30 Matt S Trout Bumped SQLite dependency to 1.11
2006-01-29 Matt S Trout Made plain test use base Schema, not C::M::DBIC::Plain...
2006-01-28 Daniel Westermann... Properly skip test when C::M::DBIC::Plain is not instal...
2006-01-28 Daniel Westermann... Oops, forgot the date :-/
2006-01-28 Daniel Westermann... Bump version and update Changes for _06
2006-01-28 Matt S Trout Fixed Storage/DBI (tried to load deprecated ::Exception...
2006-01-28 Will Hawes update docs for count() with GROUP BY
2006-01-28 Matt S Trout Moved DBI and DBD::SQLite to build_requires
2006-01-28 Matt S Trout Updated Changes
2006-01-28 Will Hawes allow count() with GROUP BY
2006-01-28 Matt S Trout Added accessor => option to column_info to specify...
2006-01-28 Matt S Trout Patch from jesper to work round dumbass DBDs
2006-01-28 Matt S Trout disconnect, connected, ensure_connected on Storage...
2006-01-28 Matt S Trout Booted UNIVERSAL::require sideways out the codebase
2006-01-27 Matt S Trout Added $schema->populate
2006-01-27 Matt S Trout Fixed in-place compose_connection. Thanks to dwc for...
2006-01-27 Marcus Ramberg oops, some more test failures
2006-01-27 Marcus Ramberg oops, botched one
2006-01-27 Marcus Ramberg made cdbi-t optional
2006-01-27 Marcus Ramberg handle the throw_exception bit. Drop DBIx::Class::Exception
2006-01-27 Matt S Trout Fixed dumbass typo in t/lib
2006-01-27 Matt S Trout limit_dialect accessor for DBIC::Abstract
2006-01-27 Will Hawes add cookbook example for multi-step prefetch
2006-01-27 Will Hawes update docs for prefetch
2006-01-27 Matt S Trout Hopefully made in-place compose_connection work
2006-01-27 Matt S Trout Re-fixed HasOne (how tf did we lose that ...)
2006-01-27 Matt S Trout We can now generate our own test schema
2006-01-26 Matt S Trout (no commit message)
2006-01-26 Matt S Trout Multi-step prefetch (all except _construct_object chang...
2006-01-26 Matt S Trout Added copying of refs durings ResultSource->new
2006-01-26 David Kamholz fix ResultSourceProxy::Table for inherited classes...
2006-01-26 David Kamholz - fix recent belongs_to changes
2006-01-26 Will Hawes fix typo in search_like example
2006-01-26 Nigel Metheringham Fixed warning undefined variable in regexp caused by...
2006-01-26 Will Hawes more informative error in related_source when relations...
2006-01-25 Will Hawes add accessor to rels for DBICTest::Schema::Tag and...
2006-01-25 Nigel Metheringham Changelog update for [705]
2006-01-25 Nigel Metheringham Debugging/trace output control. Allows redirection...
2006-01-25 Brandon L.... add parms to prepare_cached() in PK/Auto/DB2.pm so...
2006-01-24 David Kamholz minor doc fix to sync with code
2006-01-24 David Kamholz fix stupidities in transaction handling
2006-01-24 Daniel Westermann... Missed one
2006-01-24 Daniel Westermann... Update Changes
2006-01-24 David Kamholz fix select attr docs
2006-01-24 Matt S Trout Fixed up brekage in test schema from merge
2006-01-24 Matt S Trout Merge 'DBIx-Class-resultset' into 'trunk'
2006-01-24 Matt S Trout Merge 'DBIx-Class-resultset' into 'trunk'
2006-01-24 Matt S Trout Merge 'DBIx-Class-resultset' into 'trunk'
2006-01-24 Matt S Trout Tweaked UUIDColumns
2006-01-24 Matt S Trout Updated columns_info_for patch from zby
2006-01-24 Brandon L.... Merge 'trunk' into 'DBIx-Class-resultset'
2006-01-24 Brandon L.... merging 564:565 from resultset branch to trunk for...
2006-01-24 Brandon L.... use filter accessor on single-column explicit join...
2006-01-24 Matt S Trout on_connect_do patch from abraxxa
2006-01-24 Matt S Trout Disabled pod test, tweaked storage_type behaviour,...
2006-01-24 David Kamholz - rename ResultSetInstance class to ResultSetProxy
2006-01-23 Will Hawes flesh out doc for 'from', 'select', 'as' and 'group_by'
2006-01-23 Daniel Westermann... Add myself to the contributors list ;)
2006-01-23 Will Hawes add 'Easy migration from class-based to schema-based...
2006-01-23 Will Hawes add recipes for schema import/export + versioning
2006-01-23 Daniel Westermann... Minor doc cleanup and more examples
2006-01-23 Daniel Westermann... Add unique constraint declaration and new ResultSet...
2006-01-22 Jess Robinson Working version..
2006-01-22 Will Hawes link to SchemaIntro.pod, recommending schema-based...
2006-01-22 Jess Robinson Oopsie, missed some bits ..
2006-01-22 Jess Robinson CRayz-foo SQLT->DBIC schema creation
2006-01-21 Matt S Trout Missed one
2006-01-21 Matt S Trout columns_info_for from zby, fixes to per-db tests
2006-01-21 Matt S Trout Nuked _select_columns, the last vestige of class-based...
2006-01-21 Will Hawes add first draft of intro doc for schema-based use
2006-01-21 Will Hawes update synopis/description
2006-01-21 Daniel Westermann... Cleanup and add basic docs for PK::Auto::DB2
2006-01-21 Daniel Westermann... - Move search examples under a new =head2; additional...
2006-01-21 Daniel Westermann... - Add synopsis
2006-01-20 Marcus Ramberg use croak instead of die for user errors.
2006-01-20 Matt S Trout Added boolify to prevent if ($rs) blowing up on group_b...
next