dbsrgits/DBIx-Class.git
2006-04-22 Matt S Trout cycle tests and a weaken call
2006-04-21 Luke Saunders removed duff ResultSourceProxy links
2006-04-20 Will Hawes nuke DBI->trace calls
2006-04-20 Nigel Metheringham Trivial documentation fixes
2006-04-19 Matt S Trout Changes for 0.06002 v0.06002
2006-04-19 Matt S Trout nuked last remaining each uses. just because.
2006-04-19 Matt S Trout make set_from_related handle undef
2006-04-19 Matt S Trout fixup for Dumper brain damage
2006-04-19 Matt S Trout Fix to copy
2006-04-19 Simon Elliott =Test for Data::Dumper::Sortkeys incompatibility (expor...
2006-04-19 Matt S Trout fixup for search w/no args and cache
2006-04-19 Will Hawes remove icky ' = '
2006-04-16 Matt S Trout grab ->dbh once per function in Storage::DBI
2006-04-16 Robert Sedlacek inject_base filters out double entries
2006-04-16 Matt S Trout disabled ->resultset caching
2006-04-15 Matt S Trout Fixed typo in Relationship POD
2006-04-14 Jess Robinson oops, bogus many_to_many example in pod
2006-04-12 Daniel Westermann... Add approximate release dates based on CPAN upload...
2006-04-12 Jess Robinson Fix SQLT example (one of them anyway)
2006-04-12 Daniel Westermann... Fix for -and conditions when updating or deleting on...
2006-04-12 Daniel Westermann... POD fix for search.cpan.org
2006-04-12 Daniel Westermann... Make POD match package name
2006-04-08 Matt S Trout 0.06001 changes v0.06001
2006-04-08 Jess Robinson Skip distinct tests on old sqlite versions
2006-04-08 Matt S Trout fix to update with undefined relations
2006-04-07 Nigel Metheringham Made storage txn_* functions log DBI operations to...
2006-04-06 Luke Saunders fixed multiple column count distincts in SQLite and...
2006-04-06 Matt S Trout Fixup to Cursor, updated Changes
2006-04-06 Nigel Metheringham Applied mst fixes for delete on resultsetin [839] to...
2006-04-05 Matt S Trout Rid of a wantarray
2006-04-04 Jess Robinson Use DocMap
2006-04-04 Simon Elliott Fix to cascade_delete courtesy mst.
2006-04-04 Nigel Metheringham Added some track test data and a cascading relationship...
2006-04-03 Dan Sully Wrap DBI->connnect and ->sth calls in eval to properly...
2006-04-03 Simon Elliott New tests for cascade_delete, including fail.
2006-04-01 Jess Robinson New doc
2006-04-01 Jess Robinson added "having"
2006-04-01 Matt S Trout Storage::DBI error reporting improvement from Dan Sully
2006-03-30 Jess Robinson Typo fixups and small documentation expansions
2006-03-30 Nigel Metheringham Cleaned up reference to DBIx::Class::Manual::FAQ which...
2006-03-30 Nigel Metheringham Cleaned up reference to DBIx::Class::Manual::FAQ which...
2006-03-29 Jess Robinson ResultSetManager example from CaptainCarlos
2006-03-28 Stephan Szabo Add missing ) before unless.
2006-03-28 Stephan Szabo Changed logic for determining foreign key constraints
2006-03-28 Jess Robinson More debugging for "no sth generated"
2006-03-28 Brian Cassidy minor pod fixes
2006-03-27 Yuval Kogman split( ";\n", @statements" ) returns crack
2006-03-27 Matt S Trout Fix typo in from rs attr docs
2006-03-27 Matt S Trout Quoting fixes for single-table ops
2006-03-26 Brandon L.... converted tabs to spaces, removed trailing whitespace
2006-03-26 David Kamholz missed a couple things
2006-03-26 David Kamholz various small doc fixes
2006-03-25 Matt S Trout 0.06000 changes v0.06000
2006-03-25 Justin Guenther removed parentheses from argument lists in docs
2006-03-25 Justin Guenther changed Returns -> Return Value
2006-03-25 Aran Deltac Small doc typo fix in ResultSet.
2006-03-25 Matt S Trout Updated ResultSet docs
2006-03-24 Matt S Trout Linked Manual::Example from Manual
2006-03-24 Jess Robinson Docs!
2006-03-24 Jess Robinson Docs!
2006-03-24 Matt S Trout Fixed in-code indent in Example.pod
2006-03-24 Matt S Trout Fixed indent in Example.pod
2006-03-24 Jess Robinson Yet more docs ;)
2006-03-24 Justin Guenther cleaned up docs, added Arguments/Returns sections for...
2006-03-24 Justin Guenther clarified method docs
2006-03-24 Justin Guenther reworded result -> row
2006-03-24 Justin Guenther documented DBIx::Class::Cursor and DBIx::Class::Storage...
2006-03-24 David Kamholz fix erur fix
2006-03-24 Aran Deltac Spleling fixes all over.
2006-03-24 Justin Guenther changed formatting for arguments/return values in metho...
2006-03-24 Justin Guenther fixed a stupid typo
2006-03-24 Justin Guenther expanded/clarified documentation
2006-03-24 Justin Guenther code reformatting for readibility
2006-03-24 Matt S Trout Added IRC handles for everybody except Todd Lipcon...
2006-03-24 Brandon L.... Added use strict / use warnings everywhere it was missing
2006-03-24 Matt S Trout svn-log stealer script
2006-03-24 Matt S Trout svn log thingy from dngor
2006-03-24 Matt S Trout Fixed speling erurs
2006-03-24 Brandon L.... minor test fix
2006-03-24 Aran Deltac Typos fixes to Manual/Component as well as adding Compo...
2006-03-23 Aran Deltac Component manual.
2006-03-23 Will Hawes add basic cache tests/docs to trunk
2006-03-22 Jess Robinson Fixup sequence docs
2006-03-22 Jess Robinson Fix up is_auto_increment doc
2006-03-22 Justin Guenther fixed unclear documentation regarding context in txn_do()
2006-03-22 Matt S Trout Nuked ancient and unused classdata entry
2006-03-22 Matt S Trout Nuked ExampleSchema (already copied to Example)
2006-03-21 Matt S Trout lib/DBIx/Class/ResultSource.pm
2006-03-21 Matt S Trout Updates to Intro
2006-03-21 Jess Robinson Nuked
2006-03-21 Jess Robinson New version
2006-03-21 Jess Robinson Nuke old version
2006-03-21 Justin Guenther Documentation indenting/formatting fixes
2006-03-21 Jess Robinson Nuked mentions of SchemaIntro, all in Intro.pod now
2006-03-21 Matt S Trout Nuked FAQ and shifted it the useful bits into Troublesh...
2006-03-21 Jess Robinson Imported Schema stuff, some other improvements
2006-03-21 Matt S Trout Updated compose_* docs
2006-03-21 Simon Elliott Doc updates to remove PK::Auto::<db> references and...
2006-03-21 Jess Robinson documenting!
2006-03-21 Matt S Trout Tweaked columns_info_for test to get around SQLite...
next