dbsrgits/DBIx-Class.git
2007-02-01 Victor Igumnov whoopes forgot to change the package name for dbix...
2007-01-31 Jess Robinson Ahem, now passes -c too
2007-01-31 Jess Robinson Oops, cross-platform filename checking!
2007-01-25 Jess Robinson 0.07999_02, add skip on prefetch test
2007-01-24 John Napiorkowski -- Fixed tabs to spaces issue
2007-01-21 Victor Igumnov changed FileColumn to InflateColumn::File
2007-01-20 Victor Igumnov my mistake, change 96file_column.pm to 96file_column.t
2007-01-20 Matt S Trout fix Sweet pager test
2007-01-20 Victor Igumnov minor update to FileColumn. I added a callback method...
2007-01-19 Victor Igumnov committing first version of filecolumn
2007-01-17 Matt S Trout Changes note for param_bind since the authors forgot
2007-01-17 Matt S Trout arguably slightly less broken
2007-01-17 John Napiorkowski Merge 'param_bind' into 'DBIx-Class-current'
2007-01-14 Ash Berlin Make not of introduction of ResultSourceHandle
2007-01-13 Ash Berlin Added some simple docs to HashRefInflator and updated...
2007-01-10 John Napiorkowski additional refactoring to better handle source objects
2007-01-10 John Napiorkowski some refactoring to reduce cut and paste work
2007-01-10 John Napiorkowski documentation updates
2007-01-10 John Napiorkowski Merge 'DBIx-Class-current' into 'param_bind'
2007-01-05 Ash Berlin Added abraxa's HashRefInflator (no docs as yet)
2007-01-02 Matt S Trout Merge 'ordered_handle_updates' into 'DBIx-Class-current'
2007-01-01 Jess Robinson Merge 'trunk' into 'DBIx-Class-current'
2007-01-01 Jess Robinson Fixup update/new ignoring with scalarrefs
2007-01-01 Jess Robinson Inflate/Deflate on all refs but scalars, with tests...
2006-12-30 Matt S Trout fixup external bind params
2006-12-30 Matt S Trout Merge 'DBIx-Class-current' into 'param_bind'
2006-12-28 Matt S Trout Merge 'source-handle' into 'DBIx-Class-current'
2006-12-28 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-12-28 Ash Berlin Fixed problem with cdbi-t/13constrain.t
2006-12-27 Ash Berlin Removed CDBI subclassing bugs. constrain_columns to...
2006-12-21 Ash Berlin Made many_to_many throw an exception if its not provide...
2006-12-19 Daniel Westermann... fix find_related-based queries to correctly grep the...
2006-12-13 John Napiorkowski updated bulk insert to handle bind_param_array, created...
2006-12-11 Brandon L.... Merge 'trunk' into 'DBIx-Class-current'
2006-12-11 Brandon L.... better fix for pk mutation based on mst irc conversation
2006-12-11 Brandon L.... allow pk mutation via column accessor + update
2006-12-10 David Kamholz whoops
2006-12-10 David Kamholz add test for has_many prefetch with adjacent rows with...
2006-12-09 David Kamholz die in Storage::DBI::Pg when it can't find the autoinc...
2006-12-07 Brandon L.... Merge 'trunk' into 'DBIx-Class-current'
2006-12-06 Ash Berlin Join condition patch from Bernhard Graf
2006-12-06 Ash Berlin More descriptive error messages courtesy of Marc Espie
2006-12-02 David Kamholz tiny cosmetic fixes
2006-12-02 David Kamholz inline relationship and inflate code for new, update...
2006-12-01 John Napiorkowski moved bind attributes to DBI.pm/DBI/Pg.pm
2006-11-28 Jess Robinson Add blessed checking to deflate
2006-11-27 Ash Berlin Fixed ningu's typo from rev 2929, and added test to...
2006-11-27 Ash Berlin Typo fix in error message
2006-11-27 Ash Berlin - $schema->deploy now accepts a list of source (name...
2006-11-26 Matt S Trout Merge 'DBIx-Class-current' into 'source-handle'
2006-11-26 Nigel Metheringham Merge 'trunk' into 'DBIx-Class-current'
2006-11-26 Ash Berlin Made source_name read-only on source instances, r/w...
2006-11-26 Nigel Metheringham Added a test to check that the result from a 2 level...
2006-11-25 Neil de Carteret Multicol tests done. Also tweaked the pods and took...
2006-11-23 Jess Robinson Add backup_directory, make tests cleanup
2006-11-23 David Kamholz - nuke old _resultset caching stuff
2006-11-23 Neil de Carteret Added the basic for multi column support. Original...
2006-11-23 Matt S Trout Merge 'DBIx-Class-current' into 'source-handle'
2006-11-23 Matt S Trout Merge 'versioning' into 'DBIx-Class-current'
2006-11-23 David Kamholz trivial test cleanup
2006-11-22 David Kamholz fix typo fix
2006-11-22 David Kamholz fix typo
2006-11-22 David Kamholz change monkier => moniker
2006-11-22 David Kamholz Merge 'trunk' into 'DBIx-Class-current'
2006-11-22 David Kamholz add shallow copy of $attrs in ResultSet->new
2006-11-22 Jess Robinson Fix tests, remove some random rints
2006-11-22 David Kamholz re-commit minimal pk-mutation in update(), with test
2006-11-22 Christopher... Updated version requirement for Class::Accessor::Groupe...
2006-11-22 David Kamholz revert update() change
2006-11-22 David Kamholz - slight optimization to ident_condition in PK.pm
2006-11-22 Matt S Trout class reg test
2006-11-22 Matt S Trout moved tests to compose_namespace instead of compose_con...
2006-11-21 Ash Berlin Missed a reference to {result_source}
2006-11-21 Ash Berlin Changed row and rs objects to not have direct handle...
2006-11-20 Brian Kirkbride Merge 'DBIx-Class-current' into 'ordered_handle_updates'
2006-11-20 Matt S Trout Merge 'DBIx-Class-current' into 'versioning'
2006-11-20 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-11-20 John Napiorkowski changed storage->insert|update|delete to accept the...
2006-11-18 Ash Berlin Removed Class::Data::Accessor and DBIx::Class::Accessor...
2006-11-18 John Napiorkowski (no commit message)
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 'DBIx-Class-current' into 'versioning'
2006-11-03 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
next