dbsrgits/DBIx-Class.git
2006-11-22 Matt S Trout moved tests to compose_namespace instead of compose_con...
2006-11-20 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-11-18 Ash Berlin Removed Class::Data::Accessor and DBIx::Class::Accessor...
2006-11-16 Jess Robinson Added patch from Ted Carnahan to rel docs v0.07003
2006-11-16 Brandon L.... added changes entry for rt#22740
2006-11-16 Brian Cassidy bumped ver. added some stuff to Changes i know were...
2006-11-16 Brian Cassidy moved from trunk
2006-11-16 Brian Cassidy Merge 'trunk' into 'DBIx-Class-current'
2006-11-16 Brian Cassidy moving it to -current branch
2006-11-15 Brandon L.... Don't blow up if columns_info_for returns useless results
2006-11-15 Jess Robinson Fix foreign/self example
2006-11-15 Brandon L.... fix for rt.cpan.org #22740 (use $^X instead of hardcode...
2006-11-13 Ash Berlin Seperated out quote tests so that matt can use them...
2006-11-13 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-11-13 Matt S Trout make multi-return actually work
2006-11-12 Ash Berlin use inc::Module::Install 0.64 (no version previouly)
2006-11-12 Ash Berlin Moved from M::B to M::I
2006-11-10 Jess Robinson Minor documentation update
2006-11-10 Jess Robinson Documentation updates:
2006-11-10 Matt S Trout inflate_result can return an array now. somebody write...
2006-11-09 Marcus Ramberg remove obsolete example.
2006-11-03 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-11-01 Ash Berlin reverted previous deploy change(r8255) - sorry matt...
2006-10-31 Ash Berlin Deploy fix that will hopefully sort out problems with...
2006-10-30 Ash Berlin Fixed type in hasrref iter - thanks abraxxa
2006-10-30 Jess Robinson Fixed typos in HashRefInflator example
2006-10-25 Matt S Trout fix it properly, fix Changes
2006-10-25 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-10-25 Matt S Trout because this actually works
2006-10-21 Matt S Trout I hate you all.
2006-10-18 Scott McWhirter Hide documentation for deprecated modules from PAUSE.
2006-10-18 Sebastian Willert Cosmetics: Changed DBIx::Class to fit into the global...
2006-10-18 Sebastian Willert Changed DBIC::Schema->load_classes to be taint-safe...
2006-10-18 Sebastian Willert Add myself to the contributors list
2006-10-17 Brandon L.... Merge 'trunk' into 'DBIx-Class-current'
2006-10-17 Daniel Westermann... Add (currently failing) tests for single relationship...
2006-10-14 Jess Robinson Add find_or_new / in_storage example
2006-10-14 Jess Robinson Funky hashref inflating example
2006-10-14 Jess Robinson Fix typo
2006-10-14 Jess Robinson Added resultsetcolumn question to FAQ
2006-10-14 Jess Robinson Add func example for resultsetcolumn
2006-10-14 Jess Robinson Added examples for ResultSetColumn
2006-10-14 Jess Robinson Minor consistency, layout and grammar updates
2006-10-12 Brandon L.... Merge 'trunk' into 'DBIx-Class-current'
2006-10-08 Daniel Westermann... Add tests for alias fix in [2815]
2006-10-07 Matt S Trout fixup to work round an aliasing bug
2006-10-06 Brandon L.... updated Changes for 0.07999_01 release
2006-10-06 Brandon L.... Merge 'trunk' into 'DBIx-Class-current'
2006-10-04 Dan Sully Update changes
2006-10-04 Dan Sully Make UTF-8 columns work under Perl <= 5.8.0
2006-10-03 Brandon L.... add connect_info option to disable statement caching
2006-10-03 Brandon L.... make insert_bulk use the sth method in the newer style...
2006-10-03 Jess Robinson Fixed to actually insert using column names, thanks...
2006-09-28 Christopher... Updated 100populate.t tests to include calls in list...
2006-09-28 Christopher... Added failing tests for pre/post populate->insert_bulk...
2006-09-23 Daniel Westermann... Merge 'trunk' into 'DBIx-Class-current'
2006-09-16 Daniel Westermann... Rework quote tests to not rely on SQLite, instead using...
2006-09-15 Jess Robinson create insert_bulk using execute_array, and make popula...
2006-09-15 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-09-15 Ash Berlin Fixed incorect class name in sqlt examples
2006-09-15 Jess Robinson Fixup limit syntax finding for DB2
2006-09-15 Brandon L.... the beginnings of a real storage stress test
2006-09-14 Daniel Westermann... Prepping 0.07002 for release v0.07002
2006-09-14 Daniel Westermann... Merge 'trunk' into 'DBIx-Class-current'
2006-09-14 Brandon L.... change warning check to death check (new storage except...
2006-09-14 Daniel Westermann... Fix for recent SQLite versions interpreting single...
2006-09-13 Brandon L.... Storage::DBI::Cursor now makes use of the new Storage...
2006-09-13 Brandon L.... extend the "_in_dbh_do" concept
2006-09-13 Brandon L.... move !$sth exception up a level to fix storage exceptions
2006-09-12 Brandon L.... default column_info_from_storage to zero in -current
2006-09-12 Brandon L.... Merge 'trunk' into 'DBIx-Class-current'
2006-09-12 Brandon L.... Backported column_info_from_storage accessor from ...
2006-09-12 Brandon L.... column_info_from_storage(1) is cleaner anyways
2006-09-09 Kieren Diment example.db removed. make your own. the scripts in...
2006-09-09 Kieren Diment mention of reference impl in Example.pod and changed...
2006-09-09 Kieren Diment added reference implementation of DBIx::Class::Manual...
2006-09-08 Cory G Watson More degphatification.
2006-09-08 Cory G Watson De 'gphatify' Statistics.pm per mst's request *grin*
2006-09-08 Kieren Diment updated all to use PK::Auto
2006-09-07 Nigel Metheringham Missed fallback from changeset [2751]
2006-09-07 Nigel Metheringham Added FAQ/Cookbook entry on Stringification. Contribut...
2006-09-07 Christopher... Fixed inflate_datetime tests under older Test::More
2006-09-03 Jess Robinson Update populate docs
2006-08-31 Michael Leuchtenburg Apparently I can't spell my own name.
2006-08-31 Nigel Metheringham Trivial change - add module name to pod coverage skip...
2006-08-31 Brandon L.... document storage_type
2006-08-28 Justin Guenther fixed a bug in ResultSet where passing an empty $cond...
2006-08-28 Justin Guenther added tests for many_to_many set_$rel(\@objs)
2006-08-26 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-08-25 Matt S Trout fixes to many-many
2006-08-25 Brandon L.... bump C3 reqs again
2006-08-24 Justin Guenther documented storage accessor in Schema
2006-08-24 Brandon L.... reduce redundancy in NoBindVars, add extra test for it
2006-08-24 Brandon L.... Split out the upper half of S::DBI::_execute for easier...
2006-08-24 Brandon L.... clean up the way dbh_do is used in Storage::* so that...
2006-08-24 Justin Guenther fixed set_$rel (from many_to_many) to accept a listref
2006-08-24 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-08-24 Matt S Trout feck arse drink women
2006-08-24 K J Cheetham Documentation fixes.
2006-08-23 Brandon L.... Changes synced up with everything that has happened...
next